Searched refs:vub300 (Results 1 – 3 of 3) sorted by relevance
371 struct vub300_mmc_host *vub300 = kref_to_vub300_mmc_host(kref); in vub300_delete() local372 struct mmc_host *mmc = vub300->mmc; in vub300_delete()373 usb_free_urb(vub300->command_out_urb); in vub300_delete()374 vub300->command_out_urb = NULL; in vub300_delete()375 usb_free_urb(vub300->command_res_urb); in vub300_delete()376 vub300->command_res_urb = NULL; in vub300_delete()377 usb_put_dev(vub300->udev); in vub300_delete()385 static void vub300_queue_cmnd_work(struct vub300_mmc_host *vub300) in vub300_queue_cmnd_work() argument387 kref_get(&vub300->kref); in vub300_queue_cmnd_work()388 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work()[all …]
61 obj-$(CONFIG_MMC_VUB300) += vub300.o
918 choose M here: the module will be called vub300.