Searched refs:reset_device (Results 1 – 11 of 11) sorted by relevance
/drivers/media/dvb-frontends/ |
D | cx24116.h | 35 int (*reset_device)(struct dvb_frontend *fe); member
|
D | cx24116.c | 581 if (state->config->reset_device) in cx24116_load_firmware() 582 state->config->reset_device(fe); in cx24116_load_firmware()
|
/drivers/usb/host/ |
D | xhci-plat.c | 71 .reset_device = xhci_discover_or_reset_device,
|
D | xhci-pci.c | 305 .reset_device = xhci_discover_or_reset_device,
|
/drivers/net/usb/ |
D | hso.c | 280 struct work_struct reset_device; member 346 static void reset_device(struct work_struct *data); 701 schedule_work(&hso_dev->reset_device); in handle_usb_error() 2357 INIT_WORK(&hso_dev->reset_device, reset_device); in hso_create_device() 3097 static void reset_device(struct work_struct *data) in reset_device() function 3100 container_of(data, struct hso_device, reset_device); in reset_device()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 373 static void reset_device(MGSLPC_INFO *info); 1350 reset_device(info); in shutdown() 3373 static void reset_device(MGSLPC_INFO *info) in reset_device() function 3764 reset_device(info); in register_test() 3786 reset_device(info); in irq_test() 3809 reset_device(info); in irq_test()
|
/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 769 goto reset_device; in zd_mac_config_beacon() 850 reset_device: in zd_mac_config_beacon()
|
/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 681 .reset_device = cx24116_reset_device, 687 .reset_device = cx24116_reset_device,
|
/drivers/crypto/ |
D | talitos.c | 117 static int reset_device(struct device *dev) in reset_device() function 156 err = reset_device(dev); in init_device() 160 err = reset_device(dev); in init_device()
|
/drivers/input/misc/ |
D | ims-pcu.c | 1152 static DEVICE_ATTR(reset_device, S_IWUSR, NULL, ims_pcu_reset_device);
|
/drivers/usb/core/ |
D | hub.c | 2604 if (hcd->driver->reset_device) in hub_port_finish_reset() 2605 hcd->driver->reset_device(hcd, udev); in hub_port_finish_reset()
|