/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 103 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_write() local 119 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_read() local 276 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_process() local 419 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_last_unsignaled_time_us() local 450 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_update_start_timestamp() local 743 struct amdgpu_fence_driver *drv = &ring->fence_drv; in amdgpu_fence_driver_set_error() local
|
/linux-6.8/sound/pci/hda/ |
D | hda_bind.c | 21 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match() 179 int __hda_codec_driver_register(struct hda_codec_driver *drv, const char *name, in __hda_codec_driver_register() 196 void hda_codec_driver_unregister(struct hda_codec_driver *drv) in hda_codec_driver_unregister()
|
/linux-6.8/drivers/cpuidle/ |
D | cpuidle-exynos.c | 28 struct cpuidle_driver *drv, in exynos_enter_coupled_lowpower() 59 struct cpuidle_driver *drv, in exynos_enter_lowpower()
|
D | cpuidle-big_little.c | 126 struct cpuidle_driver *drv, int idx) in bl_enter_powerdown() 142 static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int part_id) in bl_idle_driver_init()
|
D | cpuidle-haltpoll.c | 29 struct cpuidle_driver *drv, int index) in default_enter_idle() 104 struct cpuidle_driver *drv = &haltpoll_driver; in haltpoll_init() local
|
/linux-6.8/drivers/bcma/ |
D | main.c | 538 struct device_driver *drv = core->dev.driver; in bcma_bus_suspend() local 559 struct device_driver *drv = core->dev.driver; in bcma_bus_resume() local 571 int __bcma_driver_register(struct bcma_driver *drv, struct module *owner) in __bcma_driver_register() 581 void bcma_driver_unregister(struct bcma_driver *drv) in bcma_driver_unregister() 587 static int bcma_bus_match(struct device *dev, struct device_driver *drv) in bcma_bus_match()
|
/linux-6.8/arch/x86/kernel/apic/ |
D | probe_32.c | 87 struct apic **drv; in parse_apic() local 137 struct apic **drv; in x86_32_probe_apic() local
|
/linux-6.8/drivers/net/ethernet/emulex/benet/ |
D | be_roce.c | 127 int be_roce_register_driver(struct ocrdma_driver *drv) in be_roce_register_driver() 145 void be_roce_unregister_driver(struct ocrdma_driver *drv) in be_roce_unregister_driver()
|
/linux-6.8/drivers/mfd/ |
D | mcp-core.c | 23 static int mcp_bus_match(struct device *dev, struct device_driver *drv) in mcp_bus_match() 31 struct mcp_driver *drv = to_mcp_driver(dev->driver); in mcp_bus_probe() local 39 struct mcp_driver *drv = to_mcp_driver(dev->driver); in mcp_bus_remove() local
|
/linux-6.8/drivers/usb/host/ |
D | ohci-ps3.c | 217 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_register() 224 static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_unregister()
|
D | ehci-ps3.c | 232 static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_register() 239 static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_unregister()
|
/linux-6.8/drivers/tty/serial/ |
D | serial_core.c | 1745 struct uart_driver *drv = tty->driver->driver_state; in uart_close() local 1959 struct uart_driver *drv = driver->driver_state; in uart_install() local 2024 static void uart_line_info(struct seq_file *m, struct uart_driver *drv, int i) in uart_line_info() 2107 struct uart_driver *drv = ttydrv->driver_state; in uart_proc_show() local 2371 int uart_suspend_port(struct uart_driver *drv, struct uart_port *uport) in uart_suspend_port() 2451 int uart_resume_port(struct uart_driver *drv, struct uart_port *uport) in uart_resume_port() 2546 uart_report_port(struct uart_driver *drv, struct uart_port *port) in uart_report_port() 2588 uart_configure_port(struct uart_driver *drv, struct uart_state *state, in uart_configure_port() 2656 struct uart_driver *drv = driver->driver_state; in uart_poll_init() local 2704 struct uart_driver *drv = driver->driver_state; in uart_poll_get_char() local [all …]
|
D | serial_port.c | 96 int uart_add_one_port(struct uart_driver *drv, struct uart_port *port) in uart_add_one_port() 102 void uart_remove_one_port(struct uart_driver *drv, struct uart_port *port) in uart_remove_one_port()
|
/linux-6.8/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 339 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match() local 366 struct ps3_system_bus_driver *drv; in ps3_system_bus_probe() local 387 struct ps3_system_bus_driver *drv; in ps3_system_bus_remove() local 407 struct ps3_system_bus_driver *drv; in ps3_system_bus_shutdown() local 778 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_register() 796 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_unregister()
|
/linux-6.8/drivers/gpu/drm/display/ |
D | drm_dp_aux_bus.c | 39 static int dp_aux_ep_match(struct device *dev, struct device_driver *drv) in dp_aux_ep_match() 355 int __dp_aux_dp_driver_register(struct dp_aux_ep_driver *drv, struct module *owner) in __dp_aux_dp_driver_register() 364 void dp_aux_dp_driver_unregister(struct dp_aux_ep_driver *drv) in dp_aux_dp_driver_unregister()
|
/linux-6.8/drivers/cpuidle/governors/ |
D | haltpoll.c | 49 static int haltpoll_select(struct cpuidle_driver *drv, in haltpoll_select() 128 static int haltpoll_enable_device(struct cpuidle_driver *drv, in haltpoll_enable_device()
|
D | menu.c | 262 static int menu_select(struct cpuidle_driver *drv, struct cpuidle_device *dev, in menu_select() 461 static void menu_update(struct cpuidle_driver *drv, struct cpuidle_device *dev) in menu_update() 556 static int menu_enable_device(struct cpuidle_driver *drv, in menu_enable_device()
|
/linux-6.8/include/scsi/ |
D | scsi_driver.h | 22 #define to_scsi_driver(drv) \ argument 26 #define scsi_unregister_driver(drv) \ argument
|
/linux-6.8/drivers/acpi/ |
D | processor_idle.c | 622 static int __cpuidle acpi_idle_enter_bm(struct cpuidle_driver *drv, in acpi_idle_enter_bm() 684 struct cpuidle_driver *drv, int index) in acpi_idle_enter() 713 struct cpuidle_driver *drv, int index) in acpi_idle_enter_s2idle() 785 struct cpuidle_driver *drv = &acpi_idle_driver; in acpi_processor_setup_cstates() local 1185 struct cpuidle_driver *drv, int index) in acpi_idle_lpi_enter() 1207 struct cpuidle_driver *drv = &acpi_idle_driver; in acpi_processor_setup_lpi_states() local 1241 struct cpuidle_driver *drv = &acpi_idle_driver; in acpi_processor_setup_cpuidle_states() local
|
/linux-6.8/sound/core/ |
D | seq_device.c | 43 static int snd_seq_bus_match(struct device *dev, struct device_driver *drv) in snd_seq_bus_match() 248 int __snd_seq_driver_register(struct snd_seq_driver *drv, struct module *mod) in __snd_seq_driver_register() 258 void snd_seq_driver_unregister(struct snd_seq_driver *drv) in snd_seq_driver_unregister()
|
/linux-6.8/drivers/base/ |
D | bus.c | 233 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() 256 static ssize_t bind_store(struct device_driver *drv, const char *buf, in bind_store() 448 struct device_driver *drv; in bus_for_each_drv() local 585 static int __must_check add_bind_files(struct device_driver *drv) in add_bind_files() 598 static void remove_bind_files(struct device_driver *drv) in remove_bind_files() 628 static ssize_t uevent_store(struct device_driver *drv, const char *buf, in uevent_store() 642 int bus_add_driver(struct device_driver *drv) in bus_add_driver() 721 void bus_remove_driver(struct device_driver *drv) in bus_remove_driver()
|
/linux-6.8/drivers/dma/idxd/ |
D | bus.c | 13 struct device_driver *drv = &idxd_drv->drv; in __idxd_driver_register() local 36 struct device_driver *drv) in idxd_config_bus_match()
|
/linux-6.8/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 99 const struct xenbus_driver *drv; in xenbus_uevent_backend() local 236 int __xenbus_register_backend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_backend() 259 const struct xenbus_driver *drv; in backend_reclaim_memory() local
|
/linux-6.8/drivers/firmware/psci/ |
D | psci_checker.c | 234 struct cpuidle_driver *drv, int index) in suspend_cpu() 278 struct cpuidle_driver *drv; in suspend_test_thread() local 391 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); in suspend_tests() local
|
/linux-6.8/sound/hda/ext/ |
D | hdac_ext_bus.c | 116 int snd_hda_ext_driver_register(struct hdac_driver *drv) in snd_hda_ext_driver_register() 138 void snd_hda_ext_driver_unregister(struct hdac_driver *drv) in snd_hda_ext_driver_unregister()
|