Searched refs:rtsx_ucr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | rtsx_usb.h | 40 struct rtsx_ucr { struct 66 extern int rtsx_usb_get_card_status(struct rtsx_ucr *ucr, u16 *status); argument 74 extern int rtsx_usb_ep0_read_register(struct rtsx_ucr *ucr, u16 addr, 77 extern void rtsx_usb_add_cmd(struct rtsx_ucr *ucr, u8 cmd_type, 79 extern int rtsx_usb_send_cmd(struct rtsx_ucr *ucr, u8 flag, int timeout); 89 extern int rtsx_usb_card_exclusive_check(struct rtsx_ucr *ucr, int card); 136 static inline void rtsx_usb_init_cmd(struct rtsx_ucr *ucr) in rtsx_usb_init_cmd() 593 static inline int rtsx_usb_turn_on_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_on_led() 598 static inline int rtsx_usb_turn_off_led(struct rtsx_ucr *ucr) in rtsx_usb_turn_off_led() 604 static inline void rtsx_usb_clear_fsm_err(struct rtsx_ucr *ucr) in rtsx_usb_clear_fsm_err() [all …]
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rtsx_usb.c | 34 struct rtsx_ucr *ucr = from_timer(ucr, t, sg_timer); in rtsx_usb_sg_timed_out() 512 static int rtsx_usb_reset_chip(struct rtsx_ucr *ucr) in rtsx_usb_reset_chip() 567 static int rtsx_usb_init_chip(struct rtsx_ucr *ucr) in rtsx_usb_init_chip() 621 struct rtsx_ucr *ucr; in rtsx_usb_probe() 685 struct rtsx_ucr *ucr = (struct rtsx_ucr *)usb_get_intfdata(intf); in rtsx_usb_disconnect() 703 struct rtsx_ucr *ucr = in rtsx_usb_suspend() 704 (struct rtsx_ucr *)usb_get_intfdata(intf); in rtsx_usb_suspend() 741 struct rtsx_ucr *ucr = in rtsx_usb_reset_resume() 742 (struct rtsx_ucr *)usb_get_intfdata(intf); in rtsx_usb_reset_resume() 760 struct rtsx_ucr *ucr = (struct rtsx_ucr *)usb_get_intfdata(intf); in rtsx_usb_pre_reset() [all …]
|
/openbmc/linux/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 26 struct rtsx_ucr *ucr; 49 struct rtsx_ucr *ucr = host->ucr; in ms_clear_error() 62 struct rtsx_ucr *ucr = host->ucr; in ms_print_debug_regs() 170 struct rtsx_ucr *ucr = host->ucr; in ms_power_on() 210 struct rtsx_ucr *ucr = host->ucr; in ms_power_off() 233 struct rtsx_ucr *ucr = host->ucr; in ms_transfer_data() 319 struct rtsx_ucr *ucr = host->ucr; in ms_write_bytes() 386 struct rtsx_ucr *ucr = host->ucr; in ms_read_bytes() 510 struct rtsx_ucr *ucr = host->ucr; in rtsx_usb_ms_handle_req() 555 struct rtsx_ucr *ucr = host->ucr; in rtsx_usb_ms_set_param() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_usb_sdmmc.c | 35 struct rtsx_ucr *ucr; 66 struct rtsx_ucr *ucr = host->ucr; in sd_clear_error() 78 struct rtsx_ucr *ucr = host->ucr; in sd_print_debug_regs() 95 struct rtsx_ucr *ucr = host->ucr; in sd_read_data() 202 struct rtsx_ucr *ucr = host->ucr; in sd_write_data() 288 struct rtsx_ucr *ucr = host->ucr; in sd_send_cmd_get_rsp() 451 struct rtsx_ucr *ucr = host->ucr; in sd_rw_multi() 581 struct rtsx_ucr *ucr = host->ucr; in sd_change_phase() 749 struct rtsx_ucr *ucr = host->ucr; in sdmmc_get_ro() 777 struct rtsx_ucr *ucr = host->ucr; in sdmmc_get_cd() [all …]
|