| /Linux-v5.10/sound/isa/wavefront/ |
| D | wavefront.c | 222 int hw_dev, in snd_wavefront_new_synth() argument 235 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth() 247 int hw_dev, in snd_wavefront_new_fx() argument 259 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) in snd_wavefront_new_fx() 358 int hw_dev = 0, midi_dev = 0, err; in snd_wavefront_probe() local 390 err = snd_opl3_hwdep_new(opl3, hw_dev, 1, NULL); in snd_wavefront_probe() 393 hw_dev++; in snd_wavefront_probe() 415 wavefront_synth = snd_wavefront_new_synth(card, hw_dev, acard); in snd_wavefront_probe() 423 hw_dev++; in snd_wavefront_probe() 482 hw_dev, in snd_wavefront_probe() [all …]
|
| /Linux-v5.10/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_sriov.c | 260 struct hinic_hwdev *hw_dev = hwdev; in hinic_register_vf_msg_handler() local 264 nic_io = &hw_dev->func_to_io; in hinic_register_vf_msg_handler() 266 dev_err(&hw_dev->hwif->pdev->dev, "Register VF id %d exceed limit[0-%d]\n", in hinic_register_vf_msg_handler() 273 err = hinic_init_vf_config(hw_dev, vf_id); in hinic_register_vf_msg_handler() 288 struct hinic_hwdev *hw_dev = hwdev; in hinic_unregister_vf_msg_handler() local 291 nic_io = &hw_dev->func_to_io; in hinic_unregister_vf_msg_handler() 305 struct hinic_hwdev *hw_dev = hwdev; in hinic_change_vf_mtu_msg_handler() local 311 dev_err(&hw_dev->hwif->pdev->dev, "Failed to set VF %u mtu\n", in hinic_change_vf_mtu_msg_handler() 344 struct hinic_hwdev *hw_dev = hwdev; in hinic_set_vf_mac_msg_handler() local 349 nic_io = &hw_dev->func_to_io; in hinic_set_vf_mac_msg_handler() [all …]
|
| /Linux-v5.10/drivers/staging/comedi/ |
| D | comedi_usb.c | 26 return dev->hw_dev ? to_usb_interface(dev->hw_dev) : NULL; in comedi_to_usb_interface()
|
| D | comedi_pcmcia.c | 27 return dev->hw_dev ? to_pcmcia_dev(dev->hw_dev) : NULL; in comedi_to_pcmcia_dev()
|
| D | drivers.c | 50 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()
|
| D | comedi_pci.c | 27 return dev->hw_dev ? to_pci_dev(dev->hw_dev) : NULL; in comedi_to_pci_dev()
|
| D | comedidev.h | 550 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,
|
| D | comedi_buf.c | 90 bm->dma_hw_dev = get_device(dev->hw_dev); in comedi_buf_map_alloc()
|
| D | comedi_fops.c | 3280 if (dev && dev->hw_dev == hardware_device) { in comedi_release_hardware_device()
|
| /Linux-v5.10/drivers/net/wireless/intersil/p54/ |
| D | led.c | 69 struct ieee80211_hw *dev = led->hw_dev; in p54_led_brightness_set() 93 led->hw_dev = priv->hw; in p54_register_led()
|
| D | p54.h | 147 struct ieee80211_hw *hw_dev; member
|
| /Linux-v5.10/drivers/staging/comedi/drivers/ |
| D | comedi_isadma.c | 175 if (dev->hw_dev) { in comedi_isadma_alloc() 176 dma->dev = dev->hw_dev; in comedi_isadma_alloc()
|
| D | ni_atmio.c | 344 isapnp_dev = dev->hw_dev ? to_pnp_dev(dev->hw_dev) : NULL; in ni_atmio_detach()
|
| D | mite.c | 703 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()
|
| D | mite.h | 30 struct device *hw_dev; member
|
| D | addi_apci_3120.c | 916 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()
|
| D | adl_pci9118.c | 1471 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-v5.10/net/sched/ |
| D | cls_flower.c | 118 struct net_device *hw_dev; member
|