Home
last modified time | relevance | path

Searched refs:hw_dev (Results 1 – 18 of 18) sorted by relevance

/linux/sound/isa/wavefront/
A Dwavefront.c221 int hw_dev, in snd_wavefront_new_synth() argument
234 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth()
246 int hw_dev, in snd_wavefront_new_fx() argument
258 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) in snd_wavefront_new_fx()
344 int hw_dev = 0, midi_dev = 0, err; in snd_wavefront_probe() local
376 err = snd_opl3_hwdep_new(opl3, hw_dev, 1, NULL); in snd_wavefront_probe()
379 hw_dev++; in snd_wavefront_probe()
403 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe()
411 hw_dev++; in snd_wavefront_probe()
470 hw_dev, in snd_wavefront_probe()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.c261 struct hinic_hwdev *hw_dev = hwdev; in hinic_register_vf_msg_handler() local
265 nic_io = &hw_dev->func_to_io; in hinic_register_vf_msg_handler()
289 struct hinic_hwdev *hw_dev = hwdev; in hinic_unregister_vf_msg_handler() local
292 nic_io = &hw_dev->func_to_io; in hinic_unregister_vf_msg_handler()
306 struct hinic_hwdev *hw_dev = hwdev; in hinic_change_vf_mtu_msg_handler() local
345 struct hinic_hwdev *hw_dev = hwdev; in hinic_set_vf_mac_msg_handler() local
350 nic_io = &hw_dev->func_to_io; in hinic_set_vf_mac_msg_handler()
364 dev_err(&hw_dev->hwif->pdev->dev, in hinic_set_vf_mac_msg_handler()
379 struct hinic_hwdev *hw_dev = hwdev; in hinic_del_vf_mac_msg_handler() local
384 nic_io = &hw_dev->func_to_io; in hinic_del_vf_mac_msg_handler()
[all …]
/linux/drivers/comedi/
A Ddrivers.c50 int comedi_set_hw_dev(struct comedi_device *dev, struct device *hw_dev) in comedi_set_hw_dev() argument
52 if (hw_dev == dev->hw_dev) in comedi_set_hw_dev()
54 if (dev->hw_dev) in comedi_set_hw_dev()
56 dev->hw_dev = get_device(hw_dev); in comedi_set_hw_dev()
63 put_device(dev->hw_dev); in comedi_clear_hw_dev()
64 dev->hw_dev = NULL; in comedi_clear_hw_dev()
A Dcomedi_usb.c26 return dev->hw_dev ? to_usb_interface(dev->hw_dev) : NULL; in comedi_to_usb_interface()
A Dcomedi_pcmcia.c27 return dev->hw_dev ? to_pcmcia_dev(dev->hw_dev) : NULL; in comedi_to_pcmcia_dev()
A Dcomedi_pci.c27 return dev->hw_dev ? to_pci_dev(dev->hw_dev) : NULL; in comedi_to_pci_dev()
A Dcomedidev.h550 struct device *hw_dev; member
955 int comedi_set_hw_dev(struct comedi_device *dev, struct device *hw_dev);
1022 int comedi_load_firmware(struct comedi_device *dev, struct device *hw_dev,
A Dcomedi_buf.c90 bm->dma_hw_dev = get_device(dev->hw_dev); in comedi_buf_map_alloc()
A Dcomedi_fops.c3283 if (dev && dev->hw_dev == hardware_device) { in comedi_release_hardware_device()
/linux/drivers/net/wireless/intersil/p54/
A Dled.c69 struct ieee80211_hw *dev = led->hw_dev; in p54_led_brightness_set()
93 led->hw_dev = priv->hw; in p54_register_led()
A Dp54.h147 struct ieee80211_hw *hw_dev; member
/linux/drivers/comedi/drivers/
A Dcomedi_isadma.c175 if (dev->hw_dev) { in comedi_isadma_alloc()
176 dma->dev = dev->hw_dev; in comedi_isadma_alloc()
A Dni_atmio.c344 isapnp_dev = dev->hw_dev ? to_pnp_dev(dev->hw_dev) : NULL; in ni_atmio_detach()
A Dmite.c703 dma_free_coherent(ring->hw_dev, in mite_free_dma_descs()
730 descs = dma_alloc_coherent(ring->hw_dev, in mite_buf_change()
756 ring->hw_dev = get_device(&mite->pcidev->dev); in mite_alloc_ring()
757 if (!ring->hw_dev) { in mite_alloc_ring()
776 put_device(ring->hw_dev); in mite_free_ring()
A Dmite.h30 struct device *hw_dev; member
A Daddi_apci_3120.c916 dmabuf->virt = dma_alloc_coherent(dev->hw_dev, in apci3120_dma_alloc()
946 dma_free_coherent(dev->hw_dev, dmabuf->size, in apci3120_dma_free()
A Dadl_pci9118.c1471 dma_alloc_coherent(dev->hw_dev, PAGE_SIZE << order, in pci9118_alloc_dma()
1499 dma_free_coherent(dev->hw_dev, dmabuf->size, in pci9118_free_dma()
/linux/net/sched/
A Dcls_flower.c124 struct net_device *hw_dev; member

Completed in 54 milliseconds