Home
last modified time | relevance | path

Searched defs:drv (Results 76 - 100 of 956) sorted by relevance

12345678910>>...39

/kernel/linux/linux-5.10/drivers/vfio/mdev/
H A Dmdev_driver.c42 struct mdev_driver *drv = to_mdev_driver(dev->driver); in mdev_probe() local
61 struct mdev_driver *drv = to_mdev_driver(dev->driver); in mdev_remove() local
86 int mdev_register_driver(struct mdev_driver *drv, struc argument
102 mdev_unregister_driver(struct mdev_driver *drv) mdev_unregister_driver() argument
[all...]
/kernel/linux/linux-5.10/sound/hda/
H A Dhda_bus_type.c24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() argument
41 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match() argument
49 static int hda_bus_match(struct device *dev, struct device_driver *drv) in hda_bus_match() argument
/kernel/linux/linux-5.10/sound/
H A Dac97_bus.c83 static int ac97_bus_match(struct device *dev, struct device_driver *drv) in ac97_bus_match() argument
/kernel/linux/linux-5.10/drivers/zorro/
H A Dzorro-driver.c47 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_probe() local
68 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_remove() local
87 zorro_register_driver(struct zorro_driver *drv) zorro_register_driver() argument
109 zorro_unregister_driver(struct zorro_driver *drv) zorro_unregister_driver() argument
127 zorro_bus_match(struct device *dev, struct device_driver *drv) zorro_bus_match() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.h16 struct sun4i_drv *drv; member
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dchipreg.c18 void register_mtd_chip_driver(struct mtd_chip_driver *drv) in register_mtd_chip_driver() argument
25 void unregister_mtd_chip_driver(struct mtd_chip_driver *drv) in unregister_mtd_chip_driver() argument
57 struct mtd_chip_driver *drv; in do_map_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/zorro/
H A Dzorro-driver.c47 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_probe() local
66 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_remove() local
81 int zorro_register_driver(struct zorro_driver *drv) in zorro_register_driver() argument
103 zorro_unregister_driver(struct zorro_driver *drv) zorro_unregister_driver() argument
121 zorro_bus_match(struct device *dev, struct device_driver *drv) zorro_bus_match() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial_port.c73 int uart_add_one_port(struct uart_driver *drv, struct uart_port *port) in uart_add_one_port() argument
79 void uart_remove_one_port(struct uart_driver *drv, struct uart_port *port) in uart_remove_one_port() argument
/kernel/linux/linux-6.6/drivers/tc/
H A Dtc-driver.c85 static int tc_bus_match(struct device *dev, struct device_driver *drv) in tc_bus_match() argument
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dhaltpoll.c49 static int haltpoll_select(struct cpuidle_driver *drv, in haltpoll_select() argument
128 static int haltpoll_enable_device(struct cpuidle_driver *drv, in haltpoll_enable_device() argument
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-arm.c81 struct cpuidle_driver *drv; in arm_idle_init_cpu() local
34 arm_enter_idle_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, int idx) arm_enter_idle_state() argument
147 struct cpuidle_driver *drv; arm_idle_init() local
[all...]
H A Dcpuidle-calxeda.c34 calxeda_pwrdown_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) calxeda_pwrdown_idle() argument
H A Dcpuidle-ux500.c23 ux500_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) ux500_enter_idle() argument
H A Dcpuidle-haltpoll.c104 struct cpuidle_driver *drv = &haltpoll_driver; in haltpoll_init() local
28 default_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) default_enter_idle() argument
H A Dcpuidle-exynos.c27 exynos_enter_coupled_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) exynos_enter_coupled_lowpower() argument
58 exynos_enter_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) exynos_enter_lowpower() argument
H A Dcpuidle-mvebu-v7.c28 mvebu_v7_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) mvebu_v7_enter_idle() argument
H A Dcpuidle-kirkwood.c28 kirkwood_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) kirkwood_enter_idle() argument
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dprobe_32.c78 struct apic **drv; in parse_apic() local
128 struct apic **drv; in x86_32_probe_apic() local
[all...]
/kernel/linux/linux-6.6/drivers/dio/
H A Ddio-driver.c50 struct dio_driver *drv = to_dio_driver(dev->driver); in dio_device_probe() local
76 int dio_register_driver(struct dio_driver *drv) in dio_register_driver() argument
97 dio_unregister_driver(struct dio_driver *drv) dio_unregister_driver() argument
113 dio_bus_match(struct device *dev, struct device_driver *drv) dio_bus_match() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dbus.c13 struct device_driver *drv = &idxd_drv->drv; in __idxd_driver_register() local
35 idxd_config_bus_match(struct device *dev, struct device_driver *drv) idxd_config_bus_match() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.c127 int be_roce_register_driver(struct ocrdma_driver *drv) in be_roce_register_driver() argument
145 void be_roce_unregister_driver(struct ocrdma_driver *drv) in be_roce_unregister_driver() argument
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-generic.c26 static int __check_hid_generic(struct device_driver *drv, void *data) in __check_hid_generic() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.h16 struct sun4i_drv *drv; member
/kernel/linux/linux-6.6/sound/hda/
H A Dhda_bus_type.c24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() argument
41 static int hdac_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hdac_codec_match() argument
49 static int hda_bus_match(struct device *dev, struct device_driver *drv) in hda_bus_match() argument
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dnocodec.c22 sof_nocodec_bes_setup(struct device *dev, struct snd_soc_dai_driver *drv, struct snd_soc_dai_link *links, int link_num, struct snd_soc_card *card) sof_nocodec_bes_setup() argument

Completed in 6 milliseconds

12345678910>>...39