/kernel/linux/linux-6.6/drivers/hsi/ |
H A D | hsi_core.c | 414 int hsi_register_client_driver(struct hsi_client_driver *drv) in hsi_register_client_driver() argument
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | adi.c | 453 static int adi_connect(struct gameport *gameport, struct gameport_driver *drv) in adi_connect() argument
|
H A D | tmdc.c | 344 static int tmdc_connect(struct gameport *gameport, struct gameport_driver *drv) in tmdc_connect() argument
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f12.c | 296 struct rmi_driver *drv = fn->rmi_dev->driver; in rmi_f12_config() local
|
H A D | rmi_f30.c | 166 struct rmi_driver *drv = fn->rmi_dev->driver; in rmi_f30_config() local
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio_asic.c | 39 static int macio_bus_match(struct device *dev, struct device_driver *drv) in macio_bus_match() argument 72 struct macio_driver *drv; in macio_device_probe() local 96 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove() local 106 struct macio_driver * drv = to_macio_driver(dev->driver); macio_device_shutdown() local 115 struct macio_driver * drv = to_macio_driver(dev->driver); macio_device_suspend() local 125 struct macio_driver * drv = to_macio_driver(dev->driver); macio_device_resume() local 528 macio_register_driver(struct macio_driver *drv) macio_register_driver() argument 541 macio_unregister_driver(struct macio_driver *drv) macio_unregister_driver() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lkkbd.c | 604 static int lkkbd_connect(struct serio *serio, struct serio_driver *drv) in lkkbd_connect() argument
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | wacom_serial4.c | 518 static int wacom_connect(struct serio *serio, struct serio_driver *drv) in wacom_connect() argument
|
/kernel/linux/linux-6.6/sound/ac97/ |
H A D | bus.c | 191 int snd_ac97_codec_driver_register(struct ac97_codec_driver *drv) in snd_ac97_codec_driver_register() argument 204 void snd_ac97_codec_driver_unregister(struct ac97_codec_driver *drv) in snd_ac97_codec_driver_unregister() argument 473 static int ac97_bus_match(struct device *dev, struct device_driver *drv) in ac97_bus_match() argument
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_im.h | 151 bfad_im_post_vendor_event(struct bfa_aen_entry_s *entry, struct bfad_s *drv, int cnt, enum bfa_aen_category cat, int evt) bfad_im_post_vendor_event() argument
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | dd.c | 222 const char *drv = dev_driver_string(dev); in device_set_deferred_probe_reason() local 435 struct device_driver *drv = dev->driver; in driver_sysfs_remove() local 497 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe() argument 672 really_probe_debug(struct device *dev, struct device_driver *drv) really_probe_debug() argument 734 driver_probe_device(struct device_driver *drv, struct device *dev) driver_probe_device() argument 778 driver_allows_async_probing(struct device_driver *drv) driver_allows_async_probing() argument 831 __device_attach_driver(struct device_driver *drv, void *_data) __device_attach_driver() argument 1024 device_driver_attach(struct device_driver *drv, struct device *dev) device_driver_attach() argument 1045 struct device_driver *drv; __driver_attach_async_helper() local 1068 struct device_driver *drv = data; __driver_attach() local 1138 driver_attach(struct device_driver *drv) driver_attach() argument 1150 struct device_driver *drv; __device_release_driver() local 1214 device_release_driver_internal(struct device *dev, struct device_driver *drv, struct device *parent) device_release_driver_internal() argument 1264 driver_detach(struct device_driver *drv) driver_detach() argument [all...] |
H A D | platform.c | 748 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_probe() local 782 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_remove() local 795 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_shutdown() local 807 __platform_driver_register(struct platform_driver *drv, struct module *owner) __platform_driver_register() argument 824 platform_driver_unregister(struct platform_driver *drv) platform_driver_unregister() argument 850 __platform_driver_probe(struct platform_driver *drv, int (*probe)(struct platform_device *), struct module *module) __platform_driver_probe() argument 1150 platform_match(struct device *dev, struct device_driver *drv) platform_match() argument 1207 struct device_driver *drv = dev->driver; platform_pm_suspend() local 1225 struct device_driver *drv = dev->driver; platform_pm_resume() local 1247 struct device_driver *drv = dev->driver; platform_pm_freeze() local 1265 struct device_driver *drv = dev->driver; platform_pm_thaw() local 1283 struct device_driver *drv = dev->driver; platform_pm_poweroff() local 1301 struct device_driver *drv = dev->driver; platform_pm_restore() local 1350 __platform_match(struct device *dev, const void *drv) __platform_match() argument 1361 platform_find_device_by_driver(struct device *start, const struct device_driver *drv) platform_find_device_by_driver() argument [all...] |
H A D | bus.c | 182 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() argument 205 static ssize_t bind_store(struct device_driver *drv, const char *buf, in bind_store() argument 422 struct device_driver *drv; in bus_for_each_drv() local 537 add_bind_files(struct device_driver *drv) add_bind_files() argument 550 remove_bind_files(struct device_driver *drv) remove_bind_files() argument 580 uevent_store(struct device_driver *drv, const char *buf, size_t count) uevent_store() argument 594 bus_add_driver(struct device_driver *drv) bus_add_driver() argument 670 bus_remove_driver(struct device_driver *drv) bus_remove_driver() argument [all...] |
H A D | cpu.c | 28 static int cpu_subsys_match(struct device *dev, struct device_driver *drv) in cpu_subsys_match() argument
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | altera-cvp.c | 545 static ssize_t chkcfg_store(struct device_driver *drv, const char *buf, in chkcfg_store() argument
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | moxtet.c | 86 static int moxtet_match(struct device *dev, struct device_driver *drv) in moxtet_match() argument
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernow-k8.c | 1153 const char drv[] = "acpi-cpufreq"; in __request_acpi_cpufreq() local
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | bus.c | 827 acpi_driver_match_device(struct device *dev, const struct device_driver *drv) acpi_driver_match_device() argument 887 acpi_bus_match(struct device *dev, struct device_driver *drv) acpi_bus_match() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | locomo.c | 821 struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match() local 829 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_probe() local 840 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_remove() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 338 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match() local 365 struct ps3_system_bus_driver *drv; ps3_system_bus_probe() local 387 struct ps3_system_bus_driver *drv; ps3_system_bus_remove() local 408 struct ps3_system_bus_driver *drv; ps3_system_bus_shutdown() local 779 ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv) ps3_system_bus_driver_register() argument 797 ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv) ps3_system_bus_driver_unregister() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | ecard.h | 208 struct device_driver drv; member
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | sysfs.c | 47 struct cpuidle_driver *drv; in show_current_driver() local 473 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); in cpuidle_add_state_sysfs() local 513 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); in cpuidle_remove_state_sysfs() local 529 struct cpuidle_driver *drv; member 540 show_driver_name(struct cpuidle_driver *drv, char *buf) show_driver_name() argument 609 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); cpuidle_add_driver_sysfs() local [all...] |
/kernel/linux/linux-5.10/drivers/char/ |
H A D | ppdev.c | 819 struct device_driver *drv = par_dev->dev.driver; in pp_probe() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 1360 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_ib_preempt_fences_swap() local 1421 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_ib_preempt_mark_partial_job() local [all...] |
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_virtio.c | 601 static void cfv_tx_release_tasklet(unsigned long drv) in cfv_tx_release_tasklet() argument
|