Home
last modified time | relevance | path

Searched defs:drv (Results 1 – 25 of 138) sorted by relevance

123456

/linux-4.19.296/drivers/cpuidle/
Ddriver.c48 static inline void __cpuidle_unset_driver(struct cpuidle_driver *drv) in __cpuidle_unset_driver()
68 static inline int __cpuidle_set_driver(struct cpuidle_driver *drv) in __cpuidle_set_driver()
108 static inline int __cpuidle_set_driver(struct cpuidle_driver *drv) in __cpuidle_set_driver()
125 static inline void __cpuidle_unset_driver(struct cpuidle_driver *drv) in __cpuidle_unset_driver()
154 static void __cpuidle_driver_init(struct cpuidle_driver *drv) in __cpuidle_driver_init()
194 static int __cpuidle_register_driver(struct cpuidle_driver *drv) in __cpuidle_register_driver()
230 static void __cpuidle_unregister_driver(struct cpuidle_driver *drv) in __cpuidle_unregister_driver()
254 int cpuidle_register_driver(struct cpuidle_driver *drv) in cpuidle_register_driver()
274 void cpuidle_unregister_driver(struct cpuidle_driver *drv) in cpuidle_unregister_driver()
289 struct cpuidle_driver *drv; in cpuidle_get_driver() local
[all …]
Dcpuidle.c48 bool cpuidle_not_available(struct cpuidle_driver *drv, in cpuidle_not_available()
62 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); in cpuidle_play_dead() local
76 static int find_deepest_state(struct cpuidle_driver *drv, in find_deepest_state()
124 int cpuidle_find_deepest_state(struct cpuidle_driver *drv, in cpuidle_find_deepest_state()
131 static void enter_s2idle_proper(struct cpuidle_driver *drv, in enter_s2idle_proper()
175 int cpuidle_enter_s2idle(struct cpuidle_driver *drv, struct cpuidle_device *dev) in cpuidle_enter_s2idle()
198 int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, in cpuidle_enter_state()
284 int cpuidle_select(struct cpuidle_driver *drv, struct cpuidle_device *dev, in cpuidle_select()
300 int cpuidle_enter(struct cpuidle_driver *drv, struct cpuidle_device *dev, in cpuidle_enter()
399 struct cpuidle_driver *drv; in cpuidle_enable_device() local
[all …]
Dcpuidle.h46 bool cpuidle_state_is_coupled(struct cpuidle_driver *drv, int state) in cpuidle_state_is_coupled()
51 static inline int cpuidle_coupled_state_verify(struct cpuidle_driver *drv) in cpuidle_coupled_state_verify()
57 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled()
Dcpuidle-arm.c38 struct cpuidle_driver *drv, int idx) in arm_enter_idle_state()
84 struct cpuidle_driver *drv; in arm_idle_init_cpu() local
164 struct cpuidle_driver *drv; in arm_idle_init() local
Dcpuidle-powernv.c50 struct cpuidle_driver *drv, in get_snooze_timeout()
72 struct cpuidle_driver *drv, in snooze_loop()
107 struct cpuidle_driver *drv, in nap_loop()
118 struct cpuidle_driver *drv, in fastsleep_loop()
144 struct cpuidle_driver *drv, in stop_loop()
194 struct cpuidle_driver *drv = &powernv_idle_driver; in powernv_cpuidle_driver_init() local
Dcpuidle-pseries.c58 struct cpuidle_driver *drv, in snooze_loop()
113 struct cpuidle_driver *drv, in dedicated_cede_loop()
133 struct cpuidle_driver *drv, in shared_cede_loop()
221 struct cpuidle_driver *drv = &pseries_idle_driver; in pseries_cpuidle_driver_init() local
Dpoll_state.c16 struct cpuidle_driver *drv, int index) in poll_idle()
43 void cpuidle_poll_state_init(struct cpuidle_driver *drv) in cpuidle_poll_state_init()
Dcpuidle-exynos.c31 struct cpuidle_driver *drv, in exynos_enter_coupled_lowpower()
62 struct cpuidle_driver *drv, in exynos_enter_lowpower()
/linux-4.19.296/drivers/base/
Ddriver.c41 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device()
75 struct device *driver_find_device(struct device_driver *drv, in driver_find_device()
100 int driver_create_file(struct device_driver *drv, in driver_create_file()
118 void driver_remove_file(struct device_driver *drv, in driver_remove_file()
126 int driver_add_groups(struct device_driver *drv, in driver_add_groups()
132 void driver_remove_groups(struct device_driver *drv, in driver_remove_groups()
146 int driver_register(struct device_driver *drv) in driver_register()
190 void driver_unregister(struct device_driver *drv) in driver_unregister()
Ddd.c407 struct device_driver *drv = dev->driver; in driver_sysfs_remove() local
457 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
601 static int really_probe_debug(struct device *dev, struct device_driver *drv) in really_probe_debug()
658 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
686 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing()
736 static int __device_attach_driver(struct device_driver *drv, void *_data) in __device_attach_driver()
888 struct device_driver *drv = data; in __driver_attach() local
943 int driver_attach(struct device_driver *drv) in driver_attach()
955 struct device_driver *drv; in __device_release_driver() local
1021 struct device_driver *drv, in device_release_driver_internal()
[all …]
Dmodule.c12 static char *make_driver_name(struct device_driver *drv) in make_driver_name()
33 void module_add_driver(struct module *mod, struct device_driver *drv) in module_add_driver()
72 void module_remove_driver(struct device_driver *drv) in module_remove_driver()
Dplatform.c591 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_probe() local
625 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_remove() local
638 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_shutdown() local
650 int __platform_driver_register(struct platform_driver *drv, in __platform_driver_register()
667 void platform_driver_unregister(struct platform_driver *drv) in platform_driver_unregister()
693 int __init_or_module __platform_driver_probe(struct platform_driver *drv, in __platform_driver_probe()
990 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match()
1047 struct device_driver *drv = dev->driver; in platform_pm_suspend() local
1065 struct device_driver *drv = dev->driver; in platform_pm_resume() local
1087 struct device_driver *drv = dev->driver; in platform_pm_freeze() local
[all …]
/linux-4.19.296/drivers/soundwire/
Dbus_type.c19 sdw_get_device_id(struct sdw_slave *slave, struct sdw_driver *drv) in sdw_get_device_id()
36 struct sdw_driver *drv = drv_to_sdw_driver(ddrv); in sdw_bus_match() local
72 struct sdw_driver *drv = drv_to_sdw_driver(dev->driver); in sdw_drv_probe() local
118 struct sdw_driver *drv = drv_to_sdw_driver(dev->driver); in sdw_drv_remove() local
132 struct sdw_driver *drv = drv_to_sdw_driver(dev->driver); in sdw_drv_shutdown() local
145 int __sdw_register_driver(struct sdw_driver *drv, struct module *owner) in __sdw_register_driver()
168 void sdw_unregister_driver(struct sdw_driver *drv) in sdw_unregister_driver()
/linux-4.19.296/drivers/pci/
Dpci-driver.c50 int pci_add_dynid(struct pci_driver *drv, in pci_add_dynid()
78 static void pci_free_dynids(struct pci_driver *drv) in pci_free_dynids()
251 static const struct pci_device_id *pci_match_device(struct pci_driver *drv, in pci_match_device()
282 struct pci_driver *drv; member
331 static int pci_call_probe(struct pci_driver *drv, struct pci_dev *dev, in pci_call_probe()
375 static int __pci_device_probe(struct pci_driver *drv, struct pci_dev *pci_dev) in __pci_device_probe()
416 struct pci_driver *drv = to_pci_driver(dev->driver); in pci_device_probe() local
440 struct pci_driver *drv = pci_dev->driver; in pci_device_remove() local
479 struct pci_driver *drv = pci_dev->driver; in pci_device_shutdown() local
569 struct pci_driver *drv = pci_dev->driver; in pci_legacy_suspend() local
[all …]
/linux-4.19.296/drivers/misc/
Dtifm_core.c45 static int tifm_bus_match(struct device *dev, struct device_driver *drv) in tifm_bus_match()
75 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe() local
97 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove() local
116 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend() local
127 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_resume() local
318 int tifm_register_driver(struct tifm_driver *drv) in tifm_register_driver()
326 void tifm_unregister_driver(struct tifm_driver *drv) in tifm_unregister_driver()
/linux-4.19.296/include/linux/
Dcpuidle.h168 static inline bool cpuidle_not_available(struct cpuidle_driver *drv, in cpuidle_not_available()
171 static inline int cpuidle_select(struct cpuidle_driver *drv, in cpuidle_select()
174 static inline int cpuidle_enter(struct cpuidle_driver *drv, in cpuidle_enter()
178 static inline int cpuidle_register_driver(struct cpuidle_driver *drv) in cpuidle_register_driver()
183 static inline void cpuidle_unregister_driver(struct cpuidle_driver *drv) { } in cpuidle_unregister_driver()
187 static inline int cpuidle_register(struct cpuidle_driver *drv, in cpuidle_register()
190 static inline void cpuidle_unregister(struct cpuidle_driver *drv) { } in cpuidle_unregister()
211 static inline int cpuidle_find_deepest_state(struct cpuidle_driver *drv, in cpuidle_find_deepest_state()
214 static inline int cpuidle_enter_s2idle(struct cpuidle_driver *drv, in cpuidle_enter_s2idle()
237 static inline void cpuidle_poll_state_init(struct cpuidle_driver *drv) {} in cpuidle_poll_state_init()
/linux-4.19.296/drivers/media/radio/
Dradio-isa.c174 struct radio_isa_driver *drv = pdev->platform_data; in radio_isa_match() local
180 static bool radio_isa_valid_io(const struct radio_isa_driver *drv, int io) in radio_isa_valid_io()
190 static struct radio_isa_card *radio_isa_alloc(struct radio_isa_driver *drv, in radio_isa_alloc()
210 const struct radio_isa_driver *drv = isa->drv; in radio_isa_common_probe() local
303 struct radio_isa_driver *drv = pdev->platform_data; in radio_isa_probe() local
363 struct radio_isa_driver *drv = container_of(pnp_drv, in radio_isa_pnp_probe() local
/linux-4.19.296/drivers/parport/
Dshare.c115 struct parport_driver *drv; in parport_probe() local
157 struct parport_driver *drv = to_parport_driver(dev_drv); in driver_check() local
168 struct parport_driver *drv; in attach_driver_chain() local
184 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach() local
194 struct parport_driver *drv; in detach_driver_chain() local
225 struct parport_driver *drv = dev_drv; in port_check() local
278 int __parport_register_driver(struct parport_driver *drv, struct module *owner, in __parport_register_driver()
329 struct parport_driver *drv = _drv; in port_detach() local
354 void parport_unregister_driver(struct parport_driver *drv) in parport_unregister_driver()
/linux-4.19.296/drivers/memstick/core/
Dmemstick.c45 static int memstick_bus_match(struct device *dev, struct device_driver *drv) in memstick_bus_match()
85 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_probe() local
102 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_remove() local
121 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_suspend() local
134 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_resume() local
610 int memstick_register_driver(struct memstick_driver *drv) in memstick_register_driver()
618 void memstick_unregister_driver(struct memstick_driver *drv) in memstick_unregister_driver()
/linux-4.19.296/drivers/virtio/
Dvirtio.c107 struct virtio_driver *drv = drv_to_virtio(vdev->dev.driver); in virtio_check_driver_offered_feature() local
125 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in __virtio_config_changed() local
190 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_probe() local
277 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_remove() local
378 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_freeze() local
393 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_restore() local
/linux-4.19.296/drivers/isdn/gigaset/
Dcommon.c405 static struct cardstate *alloc_cs(struct gigaset_driver *drv) in alloc_cs()
436 struct gigaset_driver *drv = cs->driver; in make_valid() local
445 struct gigaset_driver *drv = cs->driver; in make_invalid() local
669 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels, in gigaset_initcs()
985 struct gigaset_driver *drv; in gigaset_get_cs_by_id() local
1010 struct gigaset_driver *drv; in gigaset_get_cs_by_minor() local
1042 void gigaset_freedriver(struct gigaset_driver *drv) in gigaset_freedriver()
1075 struct gigaset_driver *drv; in gigaset_initdriver() local
1125 void gigaset_blockdriver(struct gigaset_driver *drv) in gigaset_blockdriver()
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe.c94 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match() local
123 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in talk_to_otherend() local
178 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in xenbus_otherend_changed() local
212 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_probe() local
258 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_remove() local
297 int xenbus_register_driver_common(struct xenbus_driver *drv, in xenbus_register_driver_common()
310 void xenbus_unregister_driver(struct xenbus_driver *drv) in xenbus_unregister_driver()
598 struct xenbus_driver *drv; in xenbus_dev_suspend() local
618 struct xenbus_driver *drv; in xenbus_dev_resume() local
Dxenbus_probe_frontend.c178 struct device_driver *drv = data; in is_device_connecting() local
218 static int exists_essential_connecting_device(struct device_driver *drv) in exists_essential_connecting_device()
223 static int exists_non_essential_connecting_device(struct device_driver *drv) in exists_non_essential_connecting_device()
232 struct device_driver *drv = data; in print_device_status() local
290 struct device_driver *drv = xendrv ? &xendrv->driver : NULL; in wait_for_devices() local
312 int __xenbus_register_frontend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_frontend()
/linux-4.19.296/drivers/sh/superhyway/
Dsuperhyway.c174 int superhyway_register_driver(struct superhyway_driver *drv) in superhyway_register_driver()
189 void superhyway_unregister_driver(struct superhyway_driver *drv) in superhyway_unregister_driver()
194 static int superhyway_bus_match(struct device *dev, struct device_driver *drv) in superhyway_bus_match()
/linux-4.19.296/include/scsi/
Dscsi_driver.h22 #define to_scsi_driver(drv) \ argument
26 #define scsi_unregister_driver(drv) \ argument

123456