Home
last modified time | relevance | path

Searched defs:drv (Results 226 - 250 of 956) sorted by relevance

12345678910>>...39

/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtouchwin.c106 static int tw_connect(struct serio *serio, struct serio_driver *drv) in tw_connect() argument
H A Ddynapro.c107 static int dynapro_connect(struct serio *serio, struct serio_driver *drv) in dynapro_connect() argument
H A Dhampshire.c106 static int hampshire_connect(struct serio *serio, struct serio_driver *drv) in hampshire_connect() argument
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dtwidjoy.c166 static int twidjoy_connect(struct serio *serio, struct serio_driver *drv) in twidjoy_connect() argument
H A Dspaceorb.c143 static int spaceorb_connect(struct serio *serio, struct serio_driver *drv) in spaceorb_connect() argument
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dxtkbd.c66 static int xtkbd_connect(struct serio *serio, struct serio_driver *drv) in xtkbd_connect() argument
/kernel/linux/linux-6.6/sound/aoa/soundbus/
H A Dcore.c39 struct soundbus_driver *drv; in soundbus_probe() local
110 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_remove() local
120 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_shutdown() local
162 soundbus_register_driver(struct soundbus_driver *drv) soundbus_register_driver() argument
173 soundbus_unregister_driver(struct soundbus_driver *drv) soundbus_unregister_driver() argument
[all...]
/kernel/linux/linux-6.6/sound/hda/ext/
H A Dhdac_ext_bus.c116 int snd_hda_ext_driver_register(struct hdac_driver *drv) in snd_hda_ext_driver_register() argument
138 snd_hda_ext_driver_unregister(struct hdac_driver *drv) snd_hda_ext_driver_unregister() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Ddriver.c111 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device() argument
145 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() argument
170 driver_create_file(struct device_driver *drv, const struct driver_attribute *attr) driver_create_file() argument
188 driver_remove_file(struct device_driver *drv, const struct driver_attribute *attr) driver_remove_file() argument
196 driver_add_groups(struct device_driver *drv, const struct attribute_group **groups) driver_add_groups() argument
202 driver_remove_groups(struct device_driver *drv, const struct attribute_group **groups) driver_remove_groups() argument
216 driver_register(struct device_driver *drv) driver_register() argument
260 driver_unregister(struct device_driver *drv) driver_unregister() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dbus.c41 static int scmi_dev_match(struct device *dev, struct device_driver *drv) in scmi_dev_match() argument
/kernel/linux/linux-5.10/drivers/firmware/google/
H A Dcoreboot_table.c27 static int coreboot_bus_match(struct device *dev, struct device_driver *drv) in coreboot_bus_match() argument
H A Dcoreboot_table.h76 struct device_driver drv; member
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dparisc-device.h39 struct device_driver drv; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprobe_roms.c83 struct pci_driver *drv = pdev->driver; in match_id() local
/kernel/linux/linux-5.10/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcpuidle34xx.c107 omap3_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) omap3_enter_idle() argument
169 next_valid_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) next_valid_state() argument
219 omap3_enter_idle_bm(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) omap3_enter_idle_bm() argument
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-tegra.c234 tegra_cpuidle_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) tegra_cpuidle_enter() argument
262 tegra114_enter_s2idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) tegra114_enter_s2idle() argument
H A Dcpuidle-powernv.c191 struct cpuidle_driver *drv = &powernv_idle_driver; in powernv_cpuidle_driver_init() local
49 get_snooze_timeout(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) get_snooze_timeout() argument
68 snooze_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) snooze_loop() argument
103 nap_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) nap_loop() argument
114 fastsleep_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) fastsleep_loop() argument
140 stop_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) stop_loop() argument
[all...]
H A Dcpuidle-psci.c155 static int psci_dt_cpu_init_topology(struct cpuidle_driver *drv, in psci_dt_cpu_init_topology() argument
178 static int psci_dt_cpu_init_idle(struct device *dev, struct cpuidle_driver *drv, in psci_dt_cpu_init_idle() argument
220 static int psci_cpu_init_idle(struct device *dev, struct cpuidle_driver *drv, in psci_cpu_init_idle() argument
254 struct cpuidle_driver *drv; in psci_idle_init_cpu() local
55 psci_enter_domain_idle_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, int idx) psci_enter_domain_idle_state() argument
124 psci_enter_idle_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, int idx) psci_enter_idle_state() argument
336 struct cpuidle_driver *drv; psci_cpuidle_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H A Dladder.c66 static int ladder_select_state(struct cpuidle_driver *drv, in ladder_select_state() argument
132 static int ladder_enable_device(struct cpuidle_driver *drv, in ladder_enable_device() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcpuidle34xx.c107 omap3_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) omap3_enter_idle() argument
169 next_valid_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) next_valid_state() argument
219 omap3_enter_idle_bm(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) omap3_enter_idle_bm() argument
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dparisc-device.h39 struct device_driver drv; member
/kernel/linux/linux-6.6/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() argument
/kernel/linux/linux-5.10/drivers/mfd/
H A Dmcp-core.c23 static int mcp_bus_match(struct device *dev, struct device_driver *drv) in mcp_bus_match() argument
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
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dspaceball.c195 static int spaceball_connect(struct serio *serio, struct serio_driver *drv) in spaceball_connect() argument

Completed in 12 milliseconds

12345678910>>...39