Home
last modified time | relevance | path

Searched defs:dev (Results 2976 – 3000 of 10174) sorted by relevance

1...<<111112113114115116117118119120>>...407

/linux/drivers/pmdomain/imx/
H A Dimx93-pd.c27 struct device *dev; member
89 struct device *dev = &pdev->dev; in imx93_pd_remove() local
98 struct device *dev = &pdev->dev; in imx93_pd_probe() local
/linux/sound/isa/ad1816a/
H A Dad1816a.c76 static int snd_card_ad1816a_pnp(int dev, struct pnp_card_link *card, in snd_card_ad1816a_pnp()
117 static int snd_card_ad1816a_probe(int dev, struct pnp_card_link *pcard, in snd_card_ad1816a_probe()
196 static int dev; in snd_ad1816a_pnp_detect() local
/linux/sound/soc/amd/acp/
H A Dacp-pci.c108 struct device *dev = &pci->dev; in acp_pci_probe() local
225 static int snd_acp_suspend(struct device *dev) in snd_acp_suspend()
237 static int snd_acp_resume(struct device *dev) in snd_acp_resume()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c104 struct device *dev = &pdev->dev; in xgbe_pci_probe() local
355 static int __maybe_unused xgbe_pci_suspend(struct device *dev) in xgbe_pci_suspend()
371 static int __maybe_unused xgbe_pci_resume(struct device *dev) in xgbe_pci_resume()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpd.c37 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) in mlx5_core_alloc_pd()
51 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn) in mlx5_core_dealloc_pd()
/linux/drivers/cpuidle/
H A Dcpuidle-at91.c26 static int at91_enter_idle(struct cpuidle_device *dev, in at91_enter_idle()
49 static int at91_cpuidle_probe(struct platform_device *dev) in at91_cpuidle_probe()
/linux/drivers/usb/typec/
H A Dretimer.h9 struct device dev; member
17 #define is_typec_retimer(dev) ((dev)->type == &typec_retimer_dev_type) argument
/linux/drivers/base/
H A Dcontainer.c15 static int trivial_online(struct device *dev) in trivial_online()
20 static int container_offline(struct device *dev) in container_offline()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.h27 static inline void vcap_port_debugfs(struct device *dev, struct dentry *parent, in vcap_port_debugfs()
33 static inline struct dentry *vcap_debugfs(struct device *dev, in vcap_debugfs()
/linux/arch/mips/loongson64/
H A Ddma.c8 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma()
17 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys()
/linux/drivers/comedi/drivers/
H A Dni_labpc.c75 static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it) in labpc_attach()
95 static void labpc_detach(struct comedi_device *dev) in labpc_detach()
/linux/sound/isa/sb/
H A Demu8000_synth.c26 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_probe() local
86 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_remove() local
/linux/tools/testing/selftests/ublk/
H A Dcommon.c5 void backing_file_tgt_deinit(struct ublk_dev *dev) in backing_file_tgt_deinit()
15 int backing_file_tgt_init(struct ublk_dev *dev) in backing_file_tgt_init()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_debugfs.c41 void ena_debugfs_init(struct net_device *dev) in ena_debugfs_init()
55 void ena_debugfs_terminate(struct net_device *dev) in ena_debugfs_terminate()
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dmt76x0.h31 static inline bool is_mt7610e(struct mt76x02_dev *dev) in is_mt7610e()
39 static inline bool is_mt7630(struct mt76x02_dev *dev) in is_mt7630()
/linux/drivers/of/
H A Daddress.c44 static void of_bus_default_count_cells(struct device_node *dev, in of_bus_default_count_cells()
589 u64 of_translate_address(struct device_node *dev, const __be32 *in_addr) in of_translate_address()
635 u64 of_translate_dma_address(struct device_node *dev, const __be32 *in_addr) in of_translate_dma_address()
661 const __be32 *of_translate_dma_region(struct device_node *dev, const __be32 *prop, in of_translate_dma_region()
690 const __be32 *__of_get_address(struct device_node *dev, int index, int bar_no, in __of_get_address()
852 static u64 of_translate_ioport(struct device_node *dev, const __be32 *in_addr, in of_translate_ioport()
1045 static int __of_address_to_resource(struct device_node *dev, int index, int bar_no, in __of_address_to_resource()
1095 int of_address_to_resource(struct device_node *dev, int index, in of_address_to_resource()
1102 int of_pci_address_to_resource(struct device_node *dev, int bar, in of_pci_address_to_resource()
/linux/include/sound/
H A Dcore.h122 struct device *dev; /* device assigned to this card */ member
221 struct device *dev; /* device for sysfs */ member
396 #define _SND_PCI_QUIRK_ID_MASK(vend, mask, dev) \ argument
398 #define _SND_PCI_QUIRK_ID(vend, dev) \ argument
400 #define SND_PCI_QUIRK_ID(vend,dev) {_SND_PCI_QUIRK_ID(vend, dev)} argument
402 #define SND_PCI_QUIRK(vend,dev,xname,val) \ argument
406 #define SND_PCI_QUIRK_MASK(vend, mask, dev, xname, val) \ argument
411 #define SND_PCI_QUIRK(vend,dev,xname,val) \ argument
413 #define SND_PCI_QUIRK_MASK(vend, mask, dev, xname, val) \ argument
/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c542 struct device *dev = &pdev->client->dev; in idt_eeprom_read_byte() local
614 struct device *dev = &pdev->client->dev; in idt_eeprom_write() local
716 struct device *dev = &pdev->client->dev; in idt_csr_write() local
781 struct device *dev = &pdev->client->dev; in idt_csr_read() local
1078 struct device *dev = &pdev->client->dev; in idt_get_fw_data() local
1179 struct device *dev = &pdev->client->dev; in idt_set_smbus_ops() local
1242 struct device *dev = &pdev->client->dev; in idt_check_dev() local
1272 struct device *dev = &pdev->client->dev; in idt_create_sysfs_files() local
1312 struct device *dev = &pdev->client->dev; in idt_remove_sysfs_files() local
/linux/sound/isa/
H A Dopl3sa2.c587 snd_opl3sa2_pnp(int dev,struct snd_opl3sa2 * chip,struct pnp_dev * pdev) snd_opl3sa2_pnp() argument
610 snd_opl3sa2_card_new(struct device * pdev,int dev,struct snd_card ** cardp) snd_opl3sa2_card_new() argument
630 snd_opl3sa2_probe(struct snd_card * card,int dev) snd_opl3sa2_probe() argument
713 static int dev; snd_opl3sa2_pnp_detect() local
764 static int dev; snd_opl3sa2_pnp_cdetect() local
820 snd_opl3sa2_isa_match(struct device * pdev,unsigned int dev) snd_opl3sa2_isa_match() argument
848 snd_opl3sa2_isa_probe(struct device * pdev,unsigned int dev) snd_opl3sa2_isa_probe() argument
864 snd_opl3sa2_isa_suspend(struct device * dev,unsigned int n,pm_message_t state) snd_opl3sa2_isa_suspend() argument
870 snd_opl3sa2_isa_resume(struct device * dev,unsigned int n) snd_opl3sa2_isa_resume() argument
[all...]
/linux/net/ipv4/
H A Dipconfig.c191 struct net_device *dev; member
200 static bool __init ic_is_init_dev(struct net_device *dev) in ic_is_init_dev()
213 struct net_device *dev; in ic_open_devs() local
322 struct net_device *dev; in ic_close_devs() local
499 ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device… in ic_rarp_recv()
595 struct net_device *dev = d->dev; in ic_rarp_send_if() local
825 struct net_device *dev = d->dev; in ic_bootp_send_if() local
989 static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt… in ic_bootp_recv()
1446 struct net_device *dev; in wait_for_devices() local
/linux/arch/powerpc/kernel/
H A Deeh.c429 struct pci_dev *dev; in eeh_dev_check_failure() local
688 struct pci_dev *dev = userdata; in eeh_disable_and_save_dev_state() local
713 struct pci_dev *dev = userdata; in eeh_restore_dev_state() local
735 int pcibios_set_pcie_reset_state(struct pci_dev *dev, enum pcie_reset_state state) in pcibios_set_pcie_reset_state()
793 struct pci_dev *dev; in eeh_set_dev_freset() local
936 struct device *dev = data; in eeh_device_notifier() local
1007 void eeh_probe_device(struct pci_dev *dev) in eeh_probe_device()
1067 void eeh_remove_device(struct pci_dev *dev) in eeh_remove_device()
1679 uint32_t domain, bus, dev, fn; in eeh_debug_lookup_pdev() local
/linux/drivers/ata/
H A Dahci.c703 static u32 ahci_port_mask(struct device *dev, char *mask_s) in ahci_port_mask()
715 static u32 ahci_get_port_mask(struct device *dev, char *mask_p) in ahci_get_port_mask()
1003 static int ahci_pci_device_runtime_suspend(struct device *dev) in ahci_pci_device_runtime_suspend()
1012 static int ahci_pci_device_runtime_resume(struct device *dev) in ahci_pci_device_runtime_resume()
1026 static int ahci_pci_device_suspend(struct device *dev) in ahci_pci_device_suspend()
1043 static int ahci_pci_device_resume(struct device *dev) in ahci_pci_device_resume()
1593 struct ata_device *dev; in ahci_gtf_filter_workaround() local
1865 static ssize_t remapped_nvme_show(struct device *dev, in remapped_nvme_show()
1882 struct device *dev = &pdev->dev; in ahci_init_one() local
/linux/drivers/pci/controller/
H A Dpcie-xilinx-nwl.c157 struct device *dev; member
202 struct device *dev = pcie->dev; in nwl_wait_for_link() local
262 struct device *dev = pcie->dev; in nwl_pcie_misc_handler() local
500 struct device *dev = pcie->dev; in nwl_pcie_init_msi_irq_domain() local
574 struct device *dev = pcie->dev; in nwl_pcie_init_irq_domain() local
599 struct device *dev = pcie->dev; in nwl_pcie_enable_msi() local
670 struct device *dev = pcie->dev; in nwl_pcie_bridge_init() local
780 struct device *dev = pcie->dev; in nwl_pcie_parse_dt() local
832 struct device *dev = &pdev->dev; in nwl_pcie_probe() local
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c154 int dev; member
570 static ssize_t camera_power_show(struct device *dev, in camera_power_show()
587 static ssize_t camera_power_store(struct device *dev, in camera_power_store()
610 static void show_conservation_mode_deprecation_warning(struct device *dev) in show_conservation_mode_deprecation_warning()
615 static ssize_t conservation_mode_show(struct device *dev, in conservation_mode_show()
632 static ssize_t conservation_mode_store(struct device *dev, in conservation_mode_store()
655 static ssize_t fan_mode_show(struct device *dev, in fan_mode_show()
672 static ssize_t fan_mode_store(struct device *dev, in fan_mode_store()
729 static ssize_t fn_lock_show(struct device *dev, in fn_lock_show()
743 static ssize_t fn_lock_store(struct device *dev, in fn_lock_store()
[all …]
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c161 static int efx_mcdi_mon_get_entry(struct device *dev, unsigned int index, in efx_mcdi_mon_get_entry()
186 static ssize_t efx_mcdi_mon_show_value(struct device *dev, in efx_mcdi_mon_show_value()
223 static ssize_t efx_mcdi_mon_show_limit(struct device *dev, in efx_mcdi_mon_show_limit()
250 static ssize_t efx_mcdi_mon_show_alarm(struct device *dev, in efx_mcdi_mon_show_alarm()
268 static ssize_t efx_mcdi_mon_show_label(struct device *dev, in efx_mcdi_mon_show_label()

1...<<111112113114115116117118119120>>...407