Lines Matching refs:vub300_mmc_host
296 struct vub300_mmc_host { struct
355 #define kref_to_vub300_mmc_host(d) container_of(d, struct vub300_mmc_host, kref) argument
371 struct vub300_mmc_host *vub300 = kref_to_vub300_mmc_host(kref); in vub300_delete()
385 static void vub300_queue_cmnd_work(struct vub300_mmc_host *vub300) in vub300_queue_cmnd_work()
405 static void vub300_queue_poll_work(struct vub300_mmc_host *vub300, int delay) in vub300_queue_poll_work()
425 static void vub300_queue_dead_work(struct vub300_mmc_host *vub300) in vub300_queue_dead_work()
447 struct vub300_mmc_host *vub300 = (struct vub300_mmc_host *)urb->context; in irqpoll_res_completed()
455 struct vub300_mmc_host *vub300 = (struct vub300_mmc_host *)urb->context; in irqpoll_out_completed()
477 static void send_irqpoll(struct vub300_mmc_host *vub300) in send_irqpoll()
503 static void new_system_port_status(struct vub300_mmc_host *vub300) in new_system_port_status()
529 static void __add_offloaded_reg_to_fifo(struct vub300_mmc_host *vub300, in __add_offloaded_reg_to_fifo()
540 static void add_offloaded_reg(struct vub300_mmc_host *vub300, in add_offloaded_reg()
567 static void check_vub300_port_status(struct vub300_mmc_host *vub300) in check_vub300_port_status()
584 static void __vub300_irqpoll_response(struct vub300_mmc_host *vub300) in __vub300_irqpoll_response()
654 static void __do_poll(struct vub300_mmc_host *vub300) in __do_poll()
679 struct vub300_mmc_host *vub300 = container_of(work, in vub300_pollwork_thread()
680 struct vub300_mmc_host, pollwork.work); in vub300_pollwork_thread()
710 struct vub300_mmc_host *vub300 = in vub300_deadwork_thread()
711 container_of(work, struct vub300_mmc_host, deadwork); in vub300_deadwork_thread()
743 struct vub300_mmc_host *vub300 = from_timer(vub300, t, in vub300_inactivity_timer_expired()
793 struct vub300_mmc_host *vub300 = (struct vub300_mmc_host *)urb->context; in command_res_completed()
822 struct vub300_mmc_host *vub300 = (struct vub300_mmc_host *)urb->context; in command_out_completed()
852 static void snoop_block_size_and_bus_width(struct vub300_mmc_host *vub300, in snoop_block_size_and_bus_width()
889 static void send_command(struct vub300_mmc_host *vub300) in send_command()
1183 struct vub300_mmc_host *vub300 = from_timer(vub300, t, in vub300_sg_timed_out()
1199 static void __download_offload_pseudocode(struct vub300_mmc_host *vub300, in __download_offload_pseudocode()
1353 static void download_offload_pseudocode(struct vub300_mmc_host *vub300) in download_offload_pseudocode()
1395 static int vub300_usb_bulk_msg(struct vub300_mmc_host *vub300, in vub300_usb_bulk_msg()
1428 static int __command_read_data(struct vub300_mmc_host *vub300, in __command_read_data()
1500 static int __command_write_data(struct vub300_mmc_host *vub300, in __command_write_data()
1588 static void __vub300_command_response(struct vub300_mmc_host *vub300, in __vub300_command_response()
1708 static void construct_request_response(struct vub300_mmc_host *vub300, in construct_request_response()
1742 struct vub300_mmc_host *vub300 = in vub300_cmndwork_thread()
1743 container_of(work, struct vub300_mmc_host, cmndwork); in vub300_cmndwork_thread()
1795 static int examine_cyclic_buffer(struct vub300_mmc_host *vub300, in examine_cyclic_buffer()
1852 static int satisfy_request_from_offloaded_data(struct vub300_mmc_host *vub300, in satisfy_request_from_offloaded_data()
1902 struct vub300_mmc_host *vub300 = mmc_priv(mmc); in vub300_mmc_request()
1965 static void __set_clock_speed(struct vub300_mmc_host *vub300, u8 buf[8], in __set_clock_speed()
2007 struct vub300_mmc_host *vub300 = mmc_priv(mmc); in vub300_mmc_set_ios()
2042 struct vub300_mmc_host *vub300 = mmc_priv(mmc); in vub300_mmc_get_ro()
2048 struct vub300_mmc_host *vub300 = mmc_priv(mmc); in vub300_enable_sdio_irq()
2086 struct vub300_mmc_host *vub300; in vub300_probe()
2117 mmc = mmc_alloc_host(sizeof(struct vub300_mmc_host), &udev->dev); in vub300_probe()
2360 struct vub300_mmc_host *vub300 = usb_get_intfdata(interface); in vub300_disconnect()
2397 struct vub300_mmc_host *vub300 = usb_get_intfdata(intf); in vub300_pre_reset()
2404 struct vub300_mmc_host *vub300 = usb_get_intfdata(intf); in vub300_post_reset()