Home
last modified time | relevance | path

Searched refs:dev (Results 22476 – 22500 of 26793) sorted by relevance

1...<<891892893894895896897898899900>>...1072

/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-binary-native_1.22.2.bb10 # Checksums available at https://go.dev/dl/
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-software/
H A Dgnome-software_46.0.bb43 FILES:${PN}-dev += "${libdir}/gnome-software/libgnomesoftware.so"
/openbmc/phosphor-fan-presence/docs/presence/
H A Dmethods.md39 "devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
/openbmc/linux/include/sound/
H A Dtas2781-dsp.h112 struct device *dev; member
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_flash_bios.sh43 flashcp -v "$IMAGE" /dev/"$HOST_MTD"
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.h59 struct drm_device *dev; member
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.filter157 if _get_data_file "$TEST_IMG" > /dev/null; then
/openbmc/qemu/docs/system/devices/
H A Dvhost-user-rng.rst39 -object memory-backend-file,id=mem,size=4G,mem-path=/dev/shm,share=on \
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu.yml57 - libpipewire-dev
/openbmc/openbmc/meta-ibm/conf/machine/
H A Dp10bmc.conf29 include conf/distro/include/extra-dev-debug-tools.inc
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c146 dev_err(adev->dev, in amdgpu_mes_init()
158 dev_err(adev->dev, in amdgpu_mes_init()
171 dev_err(adev->dev, in amdgpu_mes_init()
522 dev_warn(adev->dev, "failed to create queue mqd bo (%d)", r); in amdgpu_mes_queue_alloc_mqd()
1124 dev_warn(adev->dev, "(%d) create CTX bo failed\n", r); in amdgpu_mes_ctx_alloc_meta_data()
1264 dev_err(adev->dev, "failed to clear page tables (%ld)\n", r); in amdgpu_mes_ctx_unmap_meta_data()
1325 DRM_DEV_ERROR(ring->adev->dev, in amdgpu_mes_test_queues()
1349 dev_warn(adev->dev, "No more PASIDs available!"); in amdgpu_mes_self_test()
/openbmc/linux/drivers/acpi/
H A Dec.c2032 static int acpi_ec_suspend(struct device *dev) in acpi_ec_suspend() argument
2035 acpi_driver_data(to_acpi_device(dev)); in acpi_ec_suspend()
2042 static int acpi_ec_suspend_noirq(struct device *dev) in acpi_ec_suspend_noirq() argument
2044 struct acpi_ec *ec = acpi_driver_data(to_acpi_device(dev)); in acpi_ec_suspend_noirq()
2059 static int acpi_ec_resume_noirq(struct device *dev) in acpi_ec_resume_noirq() argument
2061 struct acpi_ec *ec = acpi_driver_data(to_acpi_device(dev)); in acpi_ec_resume_noirq()
2072 static int acpi_ec_resume(struct device *dev) in acpi_ec_resume() argument
2075 acpi_driver_data(to_acpi_device(dev)); in acpi_ec_resume()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c97 dma_unmap_page(&il->pci_dev->dev, in il4965_rx_queue_reset()
346 page_dma = dma_map_page(&il->pci_dev->dev, page, 0, in il4965_rx_allocate()
358 dma_unmap_page(&il->pci_dev->dev, page_dma, in il4965_rx_allocate()
412 dma_unmap_page(&il->pci_dev->dev, in il4965_rx_queue_free()
3913 struct pci_dev *dev = il->pci_dev; in il4965_hw_txq_free_tfd() local
3931 dma_unmap_single(&dev->dev, in il4965_hw_txq_free_tfd()
3938 dma_unmap_single(&dev->dev, il4965_tfd_tb_get_addr(tfd, i), in il4965_hw_txq_free_tfd()
4245 dma_unmap_page(&il->pci_dev->dev, rxb->page_dma, in il4965_rx_handle()
4690 &il->pci_dev->dev, GFP_KERNEL, il, in il4965_request_firmware()
4995 device_release_driver(&il->pci_dev->dev); in il4965_ucode_callback()
[all …]
/openbmc/linux/drivers/net/wireguard/
H A Dcookie.c147 if (!wg_ratelimiter_allow(skb, dev_net(checker->device->dev))) in wg_cookie_validate_packet()
231 wg->dev->name); in wg_cookie_message_consume()
/openbmc/linux/drivers/bus/
H A Darm-cci.c74 return of_platform_populate(pdev->dev.of_node, NULL, in cci_platform_probe()
75 arm_cci_auxdata, &pdev->dev); in cci_platform_probe()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.h501 void r2057_upload_inittabs(struct b43_wldev *dev);
503 void r2057_get_chantabent_rev7(struct b43_wldev *dev, u16 freq,
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h248 token->vaddr = dma_alloc_coherent(&asd_ha->pcidev->dev, in asd_alloc_coherent()
264 dma_free_coherent(&asd_ha->pcidev->dev, token->size, in asd_free_coherent()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h339 int fecpin_setclear(struct eth_device *dev, int setclear);
344 int mii_discover_phy(struct eth_device *dev);
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c47 flash_info[x->dev->id->num].start[0])
375 if (info->dev->id->type != MTD_DEV_TYPE_NOR) in cramfs_check()
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c105 enum fsl_dpaa_dev dev, int create) in fdt_qportal() argument
157 num = get_dpaa_liodn(dev, &liodns[0], id); in fdt_qportal()
/openbmc/u-boot/include/
H A Dsdhci.h415 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
433 int sdhci_probe(struct udevice *dev);
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c289 desc->virt = dma_alloc_coherent(desc->dev, bytes, in descriptor_list_allocate()
297 dma_free_coherent(desc->dev, desc->size, in descriptor_list_free()
/openbmc/qemu/docs/system/arm/
H A Dsabrelite.rst62 -append "root=/dev/ram"
118 => setenv bootargs root=/dev/mmcblk3p1
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_rdma.c18 bool qede_rdma_supported(struct qede_dev *dev) in qede_rdma_supported() argument
20 return dev->dev_info.common.rdma_supported; in qede_rdma_supported()
/openbmc/linux/net/tipc/
H A Dtrace.c133 (skb->dev) ? skb->dev->name : "n/a"); in tipc_skb_dump()

1...<<891892893894895896897898899900>>...1072