Home
last modified time | relevance | path

Searched refs:PTD_GET_DIR (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Disp116x.h204 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10) macro
543 switch(PTD_GET_DIR(ptd)){ \
567 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) { in dump_ptd_out_data()
579 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) { in dump_ptd_in_data()
Disp1362.h366 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10) macro
868 PTD_GET_CC(ptd), PTD_GET_EP(ptd), PTD_GET_DIR(ptd), in dump_ptd()
878 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) { in dump_ptd_out_data()
888 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) { in dump_ptd_in_data()
Disp1362-hcd.c349 int len = PTD_GET_DIR(ptd) == PTD_DIR_IN ? 0 : ep->length; in isp1362_write_ptd()
377 if (PTD_GET_DIR(ptd) != PTD_DIR_IN || act_len == 0) in isp1362_read_ptd()