Home
last modified time | relevance | path

Searched refs:dev (Results 23301 – 23325 of 26799) sorted by relevance

1...<<931932933934935936937938939940>>...1072

/openbmc/qemu/hw/net/
H A De1000e.c318 DeviceState *dev = DEVICE(pci_dev); in e1000e_init_net_peer() local
323 object_get_typename(OBJECT(s)), dev->id, &dev->mem_reentrancy_guard, s); in e1000e_init_net_peer()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c652 DeviceState *dev, bool ram_discard) in vfio_device_init() argument
656 vbasedev->dev = dev; in vfio_device_init()
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-xp.c573 soc->variant = (unsigned)device_get_match_data(&pdev->dev) & 0xff; in armada_xp_pinctrl_probe()
624 mpp_saved_regs = devm_kmalloc_array(&pdev->dev, nregs, sizeof(u32), in armada_xp_pinctrl_probe()
629 pdev->dev.platform_data = soc; in armada_xp_pinctrl_probe()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c747 static ssize_t sgx_total_bytes_show(struct device *dev, struct device_attribute *attr, char *buf) in sgx_total_bytes_show() argument
749 return sysfs_emit(buf, "%lu\n", sgx_numa_nodes[dev->id].size); in sgx_total_bytes_show()
779 ret = sysfs_update_group(&node->dev.kobj, &arch_node_dev_group); in arch_update_sysfs_visibility()
/openbmc/linux/net/ipv4/
H A Dudp.c552 struct net *net = dev_net(skb->dev); in udp4_lib_lookup_skb()
690 iph->saddr, uh->dest, skb->dev->ifindex, 0, in __udp4_lib_err_encap()
732 struct net *net = dev_net(skb->dev); in __udp4_lib_err()
735 iph->saddr, uh->source, skb->dev->ifindex, in __udp4_lib_err()
2222 ip_protocol_deliver_rcu(dev_net(skb->dev), skb, ret); in udp_queue_rcv_skb()
2259 int dif = skb->dev->ifindex; in __udp4_lib_mcast_deliver()
2393 struct net *net = dev_net(skb->dev); in __udp4_lib_rcv()
2561 struct net *net = dev_net(skb->dev); in udp_v4_early_demux()
2567 int dif = skb->dev->ifindex; in udp_v4_early_demux()
2579 in_dev = __in_dev_get_rcu(skb->dev); in udp_v4_early_demux()
[all …]
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c867 mISDN_unregister_device(&card->ipac.isac.dch.dev); in release_card()
918 card->ipac.isac.dch.dev.Bprotocols = in setup_instance()
921 if (card->ipac.isac.dch.dev.Bprotocols == 0) in setup_instance()
924 err = mISDN_register_device(&card->ipac.isac.dch.dev, in setup_instance()
925 &card->pdev->dev, card->name); in setup_instance()
935 mISDN_unregister_device(&card->ipac.isac.dch.dev); in setup_instance()
/openbmc/linux/drivers/clk/
H A Dclk-stm32h7.c215 static struct clk_hw *clk_register_ready_gate(struct device *dev, in clk_register_ready_gate() argument
242 ret = clk_hw_register(dev, hw); in clk_register_ready_gate()
459 static struct clk_hw *clk_register_stm32_timer_ker(struct device *dev, in clk_register_stm32_timer_ker() argument
485 err = clk_hw_register(dev, hw); in clk_register_stm32_timer_ker()
781 static struct clk_hw *clk_register_stm32_pll(struct device *dev, in clk_register_stm32_pll() argument
831 ret = clk_hw_register(dev, hw); in clk_register_stm32_pll()
H A Dclk-stm32f4.c462 static struct clk *clk_register_apb_mul(struct device *dev, const char *name, in clk_register_apb_mul() argument
483 clk = clk_register(dev, &am->hw); in clk_register_apb_mul()
957 static struct clk_hw *clk_register_rgate(struct device *dev, const char *name, in clk_register_rgate() argument
985 ret = clk_hw_register(dev, hw); in clk_register_rgate()
1053 static struct clk_hw *stm32_register_cclk(struct device *dev, const char *name, in stm32_register_cclk() argument
1085 hw = clk_hw_register_composite(dev, name, parent_names, num_parents, in stm32_register_cclk()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c211 ti.paddr = dma_map_single(ab->dev, skb->data, skb->len, DMA_TO_DEVICE); in ath11k_dp_tx()
212 if (unlikely(dma_mapping_error(ab->dev, ti.paddr))) { in ath11k_dp_tx()
272 dma_unmap_single(ab->dev, ti.paddr, ti.data_len, DMA_TO_DEVICE); in ath11k_dp_tx()
306 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
344 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_htt_tx_complete_buf()
566 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_complete_msdu()
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c253 static void spapr_xive_reset(void *dev) in spapr_xive_reset() argument
255 SpaprXive *xive = SPAPR_XIVE(dev); in spapr_xive_reset()
292 static void spapr_xive_realize(DeviceState *dev, Error **errp) in spapr_xive_realize() argument
294 SpaprXive *xive = SPAPR_XIVE(dev); in spapr_xive_realize()
304 sxc->parent_realize(dev, &local_err); in spapr_xive_realize()
343 qemu_register_reset(spapr_xive_reset, dev); in spapr_xive_realize()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h31 #define IL_ERR(f, a...) dev_err(&il->pci_dev->dev, f, ## a)
32 #define IL_WARN(f, a...) dev_warn(&il->pci_dev->dev, f, ## a)
33 #define IL_WARN_ONCE(f, a...) dev_warn_once(&il->pci_dev->dev, f, ## a)
34 #define IL_INFO(f, a...) dev_info(&il->pci_dev->dev, f, ## a)
1498 #define IL_PCI_DEVICE(dev, subdev, cfg) \ argument
1499 .vendor = PCI_VENDOR_ID_INTEL, .device = (dev), \
2215 dma_free_coherent(&pci_dev->dev, desc->len, desc->v_addr, in il_free_fw_desc()
2229 desc->v_addr = dma_alloc_coherent(&pci_dev->dev, desc->len, in il_alloc_fw_desc()
2929 dev_err(&il->hw->wiphy->dev, "%s " fmt, __func__, \
/openbmc/linux/drivers/tty/
H A Dmoxa.c1120 static int moxa_init_board(struct moxa_board_conf *brd, struct device *dev) in moxa_init_board() argument
1156 ret = request_firmware(&fw, file, dev); in moxa_init_board()
1181 first_idx + i, dev); in moxa_init_board()
1241 dev_err(&pdev->dev, "can't enable pci device\n"); in moxa_pci_probe()
1251 dev_warn(&pdev->dev, "more than %u MOXA Intellio family boards " in moxa_pci_probe()
1260 dev_err(&pdev->dev, "can't request pci region 2\n"); in moxa_pci_probe()
1266 dev_err(&pdev->dev, "can't remap io space 2\n"); in moxa_pci_probe()
1287 retval = moxa_init_board(board, &pdev->dev); in moxa_pci_probe()
1293 dev_info(&pdev->dev, "board '%s' ready (%u ports, firmware loaded)\n", in moxa_pci_probe()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dtasks.rst335 ":ref:`dev-manual/new-recipe:patching code`" section in the
546 functions as if within the BitBake environment. See the ":ref:`dev-manual/python-development-shell:…
556 or both. See the ":ref:`dev-manual/development-shell:using a development shell`" section in the
619 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
632 ":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
669 ":ref:`kernel-dev/common:creating configuration fragments`"
699 ":ref:`kernel-dev/common:validating configuration`"
730 See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``"
754 ":ref:`kernel-dev/common:using \`\`menuconfig\`\``"
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst308 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
334 dev++;
365 static int dev;
369 if (!enable[dev]) {
370 dev++;
390 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
468 dev++;
606 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
628 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
3833 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
[all …]
/openbmc/linux/kernel/events/
H A Dcore.c8771 dev_t dev; in perf_event_mmap_event() local
8792 maj = MAJOR(dev); in perf_event_mmap_event()
8793 min = MINOR(dev); in perf_event_mmap_event()
11235 .dev = PMU_NULL_DEV,
11317 .dev = PMU_NULL_DEV,
11502 kfree(dev); in pmu_dev_release()
11510 if (!pmu->dev) in pmu_dev_alloc()
11539 device_del(pmu->dev); in pmu_dev_alloc()
11635 if (pmu->dev && pmu->dev != PMU_NULL_DEV) { in perf_pmu_register()
11663 if (pmu_bus_running && pmu->dev && pmu->dev != PMU_NULL_DEV) { in perf_pmu_unregister()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dnau8810.h279 struct device *dev; member
H A Des8328.h14 int es8328_probe(struct device *dev, struct regmap *regmap);
/openbmc/linux/include/pcmcia/
H A Dss.h221 struct device dev; member
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-taos-evm.rst31 # inputattach --taos-evm /dev/ttyS0
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.h144 u32 dev; member
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev))
/openbmc/linux/arch/sh/boards/mach-sdk7786/
H A Dsetup.c73 .dev = {
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c93 if ((ret = request_firmware(&fw, props->firmware, &udev->dev)) != 0) { in dvb_usb_download_firmware()
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-80x0.dtsi89 marvell,function = "dev";
/openbmc/linux/include/linux/mfd/
H A Dmax8925.h193 struct device *dev; member

1...<<931932933934935936937938939940>>...1072