Searched defs:ucr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | rtsx_usb.c | 45 struct rtsx_ucr *ucr = (struct rtsx_ucr *)data; in rtsx_usb_sg_timed_out() local 54 static int rtsx_usb_bulk_transfer_sglist(struct rtsx_ucr *ucr, in rtsx_usb_bulk_transfer_sglist() 78 int rtsx_usb_transfer_data(struct rtsx_ucr *ucr, unsigned int pipe, in rtsx_usb_transfer_data() 95 static inline void rtsx_usb_seq_cmd_hdr(struct rtsx_ucr *ucr, in rtsx_usb_seq_cmd_hdr() 112 static int rtsx_usb_seq_write_register(struct rtsx_ucr *ucr, in rtsx_usb_seq_write_register() 131 static int rtsx_usb_seq_read_register(struct rtsx_ucr *ucr, in rtsx_usb_seq_read_register() 168 int rtsx_usb_read_ppbuf(struct rtsx_ucr *ucr, u8 *buf, int buf_len) in rtsx_usb_read_ppbuf() 174 int rtsx_usb_write_ppbuf(struct rtsx_ucr *ucr, u8 *buf, int buf_len) in rtsx_usb_write_ppbuf() 180 int rtsx_usb_ep0_write_register(struct rtsx_ucr *ucr, u16 addr, in rtsx_usb_ep0_write_register() 196 int rtsx_usb_ep0_read_register(struct rtsx_ucr *ucr, u16 addr, u8 *data) in rtsx_usb_ep0_read_register() [all …]
|
/linux-4.4.14/drivers/memstick/host/ |
D | rtsx_usb_ms.c | 37 struct rtsx_ucr *ucr; member 61 struct rtsx_ucr *ucr = host->ucr; in ms_clear_error() local 74 struct rtsx_ucr *ucr = host->ucr; in ms_print_debug_regs() local 124 static int ms_pull_ctl_disable_lqfp48(struct rtsx_ucr *ucr) in ms_pull_ctl_disable_lqfp48() 138 static int ms_pull_ctl_disable_qfn24(struct rtsx_ucr *ucr) in ms_pull_ctl_disable_qfn24() 152 static int ms_pull_ctl_enable_lqfp48(struct rtsx_ucr *ucr) in ms_pull_ctl_enable_lqfp48() 166 static int ms_pull_ctl_enable_qfn24(struct rtsx_ucr *ucr) in ms_pull_ctl_enable_qfn24() 182 struct rtsx_ucr *ucr = host->ucr; in ms_power_on() local 222 struct rtsx_ucr *ucr = host->ucr; in ms_power_off() local 245 struct rtsx_ucr *ucr = host->ucr; in ms_transfer_data() local [all …]
|
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 46 struct rtsx_ucr *ucr; member 77 struct rtsx_ucr *ucr = host->ucr; in sd_clear_error() local 89 struct rtsx_ucr *ucr = host->ucr; in sd_print_debug_regs() local 106 struct rtsx_ucr *ucr = host->ucr; in sd_read_data() local 213 struct rtsx_ucr *ucr = host->ucr; in sd_write_data() local 299 struct rtsx_ucr *ucr = host->ucr; in sd_send_cmd_get_rsp() local 462 struct rtsx_ucr *ucr = host->ucr; in sd_rw_multi() local 592 struct rtsx_ucr *ucr = host->ucr; in sd_change_phase() local 766 struct rtsx_ucr *ucr = host->ucr; in sdmmc_get_ro() local 794 struct rtsx_ucr *ucr = host->ucr; in sdmmc_get_cd() local [all …]
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_usb.h | 48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg)) argument 141 #define rtsx_usb_cmd_hdr_tag(ucr) \ argument 149 static inline void rtsx_usb_init_cmd(struct rtsx_ucr *ucr) in rtsx_usb_init_cmd() 606 static inline int rtsx_usb_turn_on_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_on_led() 611 static inline int rtsx_usb_turn_off_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_off_led() 617 static inline void rtsx_usb_clear_fsm_err(struct rtsx_ucr *ucr) in rtsx_usb_clear_fsm_err() 622 static inline void rtsx_usb_clear_dma_err(struct rtsx_ucr *ucr) in rtsx_usb_clear_dma_err()
|
/linux-4.4.14/drivers/tty/serial/ |
D | imx.c | 293 struct imx_port_ucrs *ucr) in imx_port_ucrs_save() 302 struct imx_port_ucrs *ucr) in imx_port_ucrs_restore()
|