Home
last modified time | relevance | path

Searched refs:dev (Results 23426 – 23450 of 26793) sorted by relevance

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve_vxlan.c62 struct vxlan_dev *vxlan = netdev_priv(params->dev); in mlxsw_sp_nve_vxlan_can_offload()
151 struct vxlan_dev *vxlan = netdev_priv(params->dev); in mlxsw_sp_nve_vxlan_config()
/openbmc/linux/net/ieee802154/
H A Drdev-ops.h22 struct net_device *dev) in rdev_del_virtual_intf_deprecated() argument
24 rdev->ops->del_virtual_intf_deprecated(&rdev->wpan_phy, dev); in rdev_del_virtual_intf_deprecated()
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst.h387 struct device *dev; member
523 struct device *dev, unsigned short dev_id);
/openbmc/linux/include/drm/
H A Ddrm_edid.h591 struct drm_display_mode *drm_mode_find_dmt(struct drm_device *dev,
595 drm_display_mode_from_cea_vic(struct drm_device *dev,
/openbmc/linux/include/linux/usb/
H A Dpd.h531 int usb_power_delivery_link_device(struct usb_power_delivery *pd, struct device *dev);
532 void usb_power_delivery_unlink_device(struct usb_power_delivery *pd, struct device *dev);
/openbmc/linux/sound/soc/codecs/
H A Dwm8971.c678 wm8971 = devm_kzalloc(&i2c->dev, sizeof(struct wm8971_priv), in wm8971_i2c_probe()
689 return devm_snd_soc_register_component(&i2c->dev, in wm8971_i2c_probe()
/openbmc/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra30.c55 err = pm_runtime_resume_and_get(fuse->dev); in tegra30_fuse_read()
61 pm_runtime_put(fuse->dev); in tegra30_fuse_read()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dcore.h198 struct device *dev; member
203 struct device *dev; member
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h301 u32 mult = le32_to_cpu(ionic->ident.dev.intr_coal_mult); in ionic_coal_usec_to_hw()
302 u32 div = le32_to_cpu(ionic->ident.dev.intr_coal_div); in ionic_coal_usec_to_hw()
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c108 dev_info(&pdev->dev, ": VRFB allocation failed\n"); in omap_vout_setup_vrfb_bufs()
150 dev_info(&pdev->dev, in omap_vout_setup_vrfb_bufs()
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c429 vscaler->ved.dev = vimc->mdev.dev; in vimc_scaler_add()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c440 NULL, NULL, "nouveau_sched", drm->dev->dev); in nouveau_sched_init()
/openbmc/linux/drivers/hid/
H A Dhid-uclogic-core.c148 hi->input->name = devm_kasprintf(&hdev->dev, GFP_KERNEL, in uclogic_input_configured()
172 drvdata = devm_kzalloc(&hdev->dev, sizeof(*drvdata), GFP_KERNEL); in uclogic_probe()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c128 struct device *dma_dev = &tx_queue->efx->pci_dev->dev; in efx_dequeue_buffer()
334 struct device *dma_dev = &efx->pci_dev->dev; in efx_siena_tx_map_data()
/openbmc/linux/net/core/
H A Dselftests.c165 skb->dev = ndev; in net_test_get_skb()
256 tpriv->pt.dev = ndev; in __net_test_loopback()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v8_10.c234 dev_err(adev->dev, "Failed to map pa from umc na.\n"); in umc_v8_10_convert_error_address()
237 dev_info(adev->dev, "Error Address(PA): 0x%llx\n", in umc_v8_10_convert_error_address()
/openbmc/linux/arch/parisc/kernel/
H A Dpci-dma.c401 void *arch_dma_alloc(struct device *dev, size_t size, in arch_dma_alloc() argument
423 void arch_dma_free(struct device *dev, size_t size, void *vaddr, in arch_dma_free() argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c650 struct pci_dev *pdev = to_pci_dev(i915->drm.dev); in intel_runtime_pm_init_early()
651 struct device *kdev = &pdev->dev; in intel_runtime_pm_init_early()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c484 dhandle = ACPI_HANDLE(&pdev->dev); in radeon_atpx_pci_probe_handle()
530 if (radeon_atpx_priv.dhandle == ACPI_HANDLE(&pdev->dev)) in radeon_atpx_get_client_id()
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/
H A Dgtk+3.inc98 FILES:${PN}-dev += " \
131 RDEPENDS:${PN}-dev += "${@bb.utils.contains("PACKAGECONFIG", "wayland", "wayland-protocols", "", d)…
/openbmc/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c55 ll_rs = LL_RESERVED_SPACE(skb->dev); in nf_br_ip_fragment()
56 mtu = skb->dev->mtu; in nf_br_ip_fragment()
/openbmc/linux/scripts/
H A DMakefile.package31 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null
96 $$(rpm -q rpm >/dev/null 2>&1 || echo --nodeps)) \
/openbmc/qemu/hw/dma/
H A Dxlnx-zynq-devcfg.c141 static void xlnx_zynq_devcfg_reset(DeviceState *dev) in xlnx_zynq_devcfg_reset() argument
143 XlnxZynqDevcfg *s = XLNX_ZYNQ_DEVCFG(dev); in xlnx_zynq_devcfg_reset()
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c330 static void nrf51_timer_reset(DeviceState *dev) in nrf51_timer_reset() argument
332 NRF51TimerState *s = NRF51_TIMER(dev); in nrf51_timer_reset()
/openbmc/qemu/hw/intc/
H A Dslavio_intctl.c418 DeviceState *dev = DEVICE(obj); in slavio_intctl_init() local
424 qdev_init_gpio_in(dev, slavio_set_irq_all, 32 + MAX_CPUS); in slavio_intctl_init()

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