Searched defs:ucr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/misc/cardreader/ |
H A D | rtsx_usb.c | 34 struct rtsx_ucr *ucr = timer_container_of(ucr, t, sg_timer); in rtsx_usb_sg_timed_out() local 40 static int rtsx_usb_bulk_transfer_sglist(struct rtsx_ucr *ucr, in rtsx_usb_bulk_transfer_sglist() 67 int rtsx_usb_transfer_data(struct rtsx_ucr *ucr, unsigned int pipe, in rtsx_usb_transfer_data() 84 static inline void rtsx_usb_seq_cmd_hdr(struct rtsx_ucr *ucr, in rtsx_usb_seq_cmd_hdr() 101 static int rtsx_usb_seq_write_register(struct rtsx_ucr *ucr, in rtsx_usb_seq_write_register() 120 static int rtsx_usb_seq_read_register(struct rtsx_ucr *ucr, in rtsx_usb_seq_read_register() 157 int rtsx_usb_read_ppbuf(struct rtsx_ucr *ucr, u8 *buf, int buf_len) in rtsx_usb_read_ppbuf() 163 int rtsx_usb_write_ppbuf(struct rtsx_ucr *ucr, u8 *buf, int buf_len) in rtsx_usb_write_ppbuf() 169 int rtsx_usb_ep0_write_register(struct rtsx_ucr *ucr, u16 addr, in rtsx_usb_ep0_write_register() 185 int rtsx_usb_ep0_read_register(struct rtsx_ucr *ucr, u16 addr, u8 *data) in rtsx_usb_ep0_read_register() [all …]
|
/linux/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 26 struct rtsx_ucr *ucr; member 49 struct rtsx_ucr *ucr = host->ucr; in ms_clear_error() local 62 struct rtsx_ucr *ucr = host->ucr; in ms_print_debug_regs() local 112 static int ms_pull_ctl_disable_lqfp48(struct rtsx_ucr *ucr) in ms_pull_ctl_disable_lqfp48() 126 static int ms_pull_ctl_disable_qfn24(struct rtsx_ucr *ucr) in ms_pull_ctl_disable_qfn24() 140 static int ms_pull_ctl_enable_lqfp48(struct rtsx_ucr *ucr) in ms_pull_ctl_enable_lqfp48() 154 static int ms_pull_ctl_enable_qfn24(struct rtsx_ucr *ucr) in ms_pull_ctl_enable_qfn24() 170 struct rtsx_ucr *ucr = host->ucr; in ms_power_on() local 210 struct rtsx_ucr *ucr = host->ucr; in ms_power_off() local 233 struct rtsx_ucr *ucr = host->ucr; in ms_transfer_data() local [all …]
|
/linux/include/linux/ |
H A D | rtsx_usb.h | 41 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg)) argument 132 #define rtsx_usb_cmd_hdr_tag(ucr) \ argument 140 static inline void rtsx_usb_init_cmd(struct rtsx_ucr *ucr) in rtsx_usb_init_cmd() 597 static inline int rtsx_usb_turn_on_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_on_led() 602 static inline int rtsx_usb_turn_off_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_off_led() 608 static inline void rtsx_usb_clear_fsm_err(struct rtsx_ucr *ucr) in rtsx_usb_clear_fsm_err() 613 static inline void rtsx_usb_clear_dma_err(struct rtsx_ucr *ucr) in rtsx_usb_clear_dma_err()
|
/linux/drivers/tty/serial/ |
H A D | imx.c | 301 struct imx_port_ucrs *ucr) in imx_uart_ucrs_save() 310 struct imx_port_ucrs *ucr) in imx_uart_ucrs_restore()
|