Searched refs:ms_dev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 42 static inline struct device *ms_dev(struct rtsx_usb_ms *host) in ms_dev() function 92 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 94 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 96 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++)); in ms_print_debug_regs() 98 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_DATA_SOURCE, *(ptr++)); in ms_print_debug_regs() 99 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_SELECT, *(ptr++)); in ms_print_debug_regs() 100 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_CLK_EN, *(ptr++)); in ms_print_debug_regs() 101 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", CARD_PWR_CTL, *(ptr++)); in ms_print_debug_regs() 173 dev_dbg(ms_dev(host), "%s\n", __func__); in ms_power_on() 213 dev_dbg(ms_dev(host), "%s\n", __func__); in ms_power_off() [all …]
|