Home
last modified time | relevance | path

Searched defs:_dev (Results 1 – 25 of 91) sorted by relevance

1234

/linux/arch/powerpc/platforms/ps3/
A Dsystem-bus.c335 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match()
362 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe()
384 static void ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove()
404 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown()
506 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent()
617 static void ps3_unmap_page(struct device *_dev, dma_addr_t dma_addr, in ps3_unmap_page()
631 static int ps3_sb_map_sg(struct device *_dev, struct scatterlist *sgl, in ps3_sb_map_sg()
659 static int ps3_ioc0_map_sg(struct device *_dev, struct scatterlist *sg, in ps3_ioc0_map_sg()
668 static void ps3_sb_unmap_sg(struct device *_dev, struct scatterlist *sg, in ps3_sb_unmap_sg()
683 static int ps3_dma_supported(struct device *_dev, u64 mask) in ps3_dma_supported()
[all …]
/linux/drivers/gpu/drm/gma500/
A Dpower.c188 int gma_power_suspend(struct device *_dev) in gma_power_suspend()
215 int gma_power_resume(struct device *_dev) in gma_power_resume()
320 int gma_power_thaw(struct device *_dev) in gma_power_thaw()
325 int gma_power_freeze(struct device *_dev) in gma_power_freeze()
330 int gma_power_restore(struct device *_dev) in gma_power_restore()
/linux/sound/isa/sb/
A Demu8000_synth.c24 static int snd_emu8000_probe(struct device *_dev) in snd_emu8000_probe()
84 static int snd_emu8000_remove(struct device *_dev) in snd_emu8000_remove()
/linux/sound/pci/emu10k1/
A Demu10k1_synth.c19 static int snd_emu10k1_synth_probe(struct device *_dev) in snd_emu10k1_synth_probe()
70 static int snd_emu10k1_synth_remove(struct device *_dev) in snd_emu10k1_synth_remove()
/linux/sound/drivers/opl4/
A Dopl4_seq.c127 static int snd_opl4_seq_probe(struct device *_dev) in snd_opl4_seq_probe()
184 static int snd_opl4_seq_remove(struct device *_dev) in snd_opl4_seq_remove()
/linux/arch/mips/include/asm/
A Dgio_device.h50 #define gio_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev) argument
51 #define gio_set_drvdata(_dev, data) dev_set_drvdata(&(_dev)->dev, (data)) argument
/linux/drivers/xen/xenbus/
A Dxenbus_probe.c92 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match()
225 static ssize_t spurious_threshold_show(struct device *_dev, in spurious_threshold_show()
234 static ssize_t spurious_threshold_store(struct device *_dev, in spurious_threshold_store()
267 int xenbus_dev_probe(struct device *_dev) in xenbus_dev_probe()
328 void xenbus_dev_remove(struct device *_dev) in xenbus_dev_remove()
A Dxenbus_probe_frontend.c76 static int xenbus_uevent_frontend(struct device *_dev, in xenbus_uevent_frontend()
128 static void xenbus_frontend_dev_shutdown(struct device *_dev) in xenbus_frontend_dev_shutdown()
/linux/sound/drivers/opl3/
A Dopl3_seq.c207 static int snd_opl3_seq_probe(struct device *_dev) in snd_opl3_seq_probe()
250 static int snd_opl3_seq_remove(struct device *_dev) in snd_opl3_seq_remove()
/linux/net/l3mdev/
A Dl3mdev.c121 struct net_device *_dev = (struct net_device *)dev; in l3mdev_master_ifindex_rcu() local
176 struct net_device *_dev = (struct net_device *) dev; in l3mdev_fib_table_rcu() local
/linux/include/linux/fsl/
A Dmc.h210 #define to_fsl_mc_device(_dev) \ argument
353 #define dev_is_fsl_mc(_dev) ((_dev)->bus == &fsl_mc_bus_type) argument
356 #define dev_is_fsl_mc(_dev) (0) argument
360 #define fsl_mc_is_cont_dev(_dev) (to_fsl_mc_device(_dev)->flags & \ argument
364 #define fsl_mc_cont_dev(_dev) (fsl_mc_is_cont_dev(_dev) ? \ argument
/linux/drivers/thermal/
A Dthermal_core.h116 #define to_thermal_zone(_dev) \ argument
119 #define to_cooling_device(_dev) \ argument
/linux/drivers/misc/vmw_vmci/
A Dvmci_guest.c371 static irqreturn_t vmci_interrupt(int irq, void *_dev) in vmci_interrupt()
415 static irqreturn_t vmci_interrupt_bm(int irq, void *_dev) in vmci_interrupt_bm()
/linux/drivers/scsi/
A Dps3rom.c339 static int ps3rom_probe(struct ps3_system_bus_device *_dev) in ps3rom_probe()
400 static void ps3rom_remove(struct ps3_system_bus_device *_dev) in ps3rom_remove()
/linux/sound/core/seq/
A Dseq_midi.c263 snd_seq_midisynth_probe(struct device *_dev) in snd_seq_midisynth_probe()
418 snd_seq_midisynth_remove(struct device *_dev) in snd_seq_midisynth_remove()
/linux/drivers/char/
A Dps3flash.c330 static int ps3flash_probe(struct ps3_system_bus_device *_dev) in ps3flash_probe()
406 static void ps3flash_remove(struct ps3_system_bus_device *_dev) in ps3flash_remove()
/linux/drivers/scsi/isci/
A Dremote_device.c324 static void rnc_destruct_done(void *_dev) in rnc_destruct_done()
560 static void atapi_remote_device_resume_done(void *_dev) in atapi_remote_device_resume_done()
971 static void remote_device_resume_done(void *_dev) in remote_device_resume_done()
982 static void sci_stp_remote_device_ready_idle_substate_resume_complete_handler(void *_dev) in sci_stp_remote_device_ready_idle_substate_resume_complete_handler()
/linux/drivers/usb/gadget/udc/
A Dpxa27x_udc.c2264 static irqreturn_t pxa_udc_irq(int irq, void *_dev) in pxa_udc_irq()
2447 static int pxa_udc_remove(struct platform_device *_dev) in pxa_udc_remove()
2466 static void pxa_udc_shutdown(struct platform_device *_dev) in pxa_udc_shutdown()
2489 static int pxa_udc_suspend(struct platform_device *_dev, pm_message_t state) in pxa_udc_suspend()
2514 static int pxa_udc_resume(struct platform_device *_dev) in pxa_udc_resume()
A Dnet2280.c1643 static ssize_t function_show(struct device *_dev, struct device_attribute *attr, in function_show()
1655 static ssize_t registers_show(struct device *_dev, in registers_show()
1806 static ssize_t queues_show(struct device *_dev, struct device_attribute *attr, in queues_show()
3543 static irqreturn_t net2280_irq(int irq, void *_dev) in net2280_irq()
3574 static void gadget_release(struct device *_dev) in gadget_release()
/linux/include/scsi/
A Dscsi_transport_iscsi.h221 #define iscsi_dev_to_conn(_dev) \ argument
268 #define iscsi_dev_to_session(_dev) \ argument
309 #define iscsi_dev_to_iface(_dev) \ argument
353 #define iscsi_dev_to_flash_conn(_dev) \ argument
415 #define iscsi_dev_to_flash_session(_dev) \ argument
/linux/drivers/siox/
A Dsiox.h9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev) argument
/linux/sound/core/seq/oss/
A Dseq_oss_synth.c89 snd_seq_oss_synth_probe(struct device *_dev) in snd_seq_oss_synth_probe()
140 snd_seq_oss_synth_remove(struct device *_dev) in snd_seq_oss_synth_remove()
/linux/drivers/ps3/
A Dvuart.h49 ps3_system_bus_dev_to_vuart_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_vuart_drv()
/linux/include/sound/
A Dseq_device.h27 #define to_seq_dev(_dev) \ argument
/linux/drivers/gpu/drm/hyperv/
A Dhyperv_drm.h40 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) argument

Completed in 118 milliseconds

1234