Home
last modified time | relevance | path

Searched refs:dev (Results 24301 – 24325 of 26800) sorted by relevance

1...<<971972973974975976977978979980>>...1072

/openbmc/linux/Documentation/networking/
H A Ddccp.rst206 > ip route change 10.0.0.0/24 rto_min 250j dev wlan0
207 > ip route add 10.0.0.254/32 rto_min 800j dev wlan0
208 > ip route show dev wlan0
H A Dmctp.rst319 reference to the dev (set through ``key->dev``, counted through
320 ``dev->key_count``). Multiple keys can reference the device.
/openbmc/linux/Documentation/driver-api/driver-model/
H A Dplatform.rst29 struct device dev;
112 calls to clk_get(&pdev->dev, clock_name) return them as needed.
157 The platform_device.dev.bus_id is the canonical name for the devices.
/openbmc/linux/security/tomoyo/
H A Dcondition.c746 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes()
1015 value = MAJOR(stat->dev); in tomoyo_condition()
1019 value = MINOR(stat->dev); in tomoyo_condition()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c276 dev_err(&adapter->pdev->dev, "gate control time 0x%x!=0x%llx\n", in check_gate()
281 dev_err(&adapter->pdev->dev, in check_gate()
289 dev_err(&adapter->pdev->dev, in check_gate()
/openbmc/linux/Documentation/filesystems/
H A Ddebugfs.rst172 struct device *dev; /* Optional device for Runtime PM */
202 void debugfs_create_devm_seqfile(struct device *dev,
208 The "dev" argument is the device related to this debugfs file, and
H A Dnilfs2.rst159 # mkfs -t nilfs2 /dev/block_device
160 # mount -t nilfs2 /dev/block_device /dir
177 # mount -t nilfs2 -r -o cp=<cno> /dev/block_device /snap_dir
/openbmc/linux/sound/soc/intel/avs/
H A Dmessages.c569 dev_info(adev->dev, "Unrecognized fw param: %d\n", tlv->type); in avs_ipc_get_fw_config()
627 cfg->i2s_caps.ctrl_base_addr = devm_kmemdup(adev->dev, in avs_ipc_get_hw_config()
656 dev_info(adev->dev, "Unrecognized hw config: %d\n", tlv->type); in avs_ipc_get_hw_config()
/openbmc/linux/drivers/usb/dwc2/
H A Ddebugfs.c767 device_property_read_string(hsotg->dev, "dr_mode", &dr_mode); in dr_mode_show()
778 root = debugfs_create_dir(dev_name(hsotg->dev), usb_debug_root); in dwc2_debugfs_init()
788 hsotg->regset = devm_kzalloc(hsotg->dev, sizeof(*hsotg->regset), in dwc2_debugfs_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_gmbus.c868 struct pci_dev *pdev = to_pci_dev(i915->drm.dev); in intel_gmbus_setup()
904 bus->adapter.dev.parent = &pdev->dev; in intel_gmbus_setup()
/openbmc/linux/sound/mips/
H A Dsgio2audio.c768 dma_free_coherent(chip->card->dev, MACEISA_RINGBUFFERS_SIZE, in snd_sgio2audio_free()
806 chip->ring_base = dma_alloc_coherent(card->dev, in snd_sgio2audio_create()
874 err = snd_card_new(&pdev->dev, index, id, THIS_MODULE, 0, &card); in snd_sgio2audio_probe()
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c219 u32 au1xxx_ddma_add_device(dbdev_tab_t *dev) in au1xxx_ddma_add_device() argument
227 memcpy(p, dev, sizeof(dbdev_tab_t)); in au1xxx_ddma_add_device()
228 p->dev_id = DSCR_DEV2CUSTOM_ID(new_id, dev->dev_id); in au1xxx_ddma_add_device()
/openbmc/linux/fs/hfsplus/
H A Dinode.c552 if (file->permissions.dev) in hfsplus_cat_read_inode()
554 be32_to_cpu(file->permissions.dev)); in hfsplus_cat_read_inode()
564 be32_to_cpu(file->permissions.dev)); in hfsplus_cat_read_inode()
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g.dtsi130 ti,syscon-dev = <&devctrl 0x2a0>;
138 gpio,syscon-dev = <&devctrl 0x240>;
236 ti,syscon-dev = <&devctrl 0x844>;
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_drv.h370 static inline struct drm_i915_private *to_i915(const struct drm_device *dev) in to_i915() argument
372 return container_of(dev, struct drm_i915_private, drm); in to_i915()
443 #define INTEL_REVID(i915) (to_pci_dev((i915)->drm.dev)->revision)
/openbmc/qemu/hw/core/
H A Dnuma.c741 void numa_cpu_pre_plug(const CPUArchId *slot, DeviceState *dev, Error **errp) in numa_cpu_pre_plug() argument
743 int node_id = object_property_get_int(OBJECT(dev), "node-id", &error_abort); in numa_cpu_pre_plug()
749 object_property_set_int(OBJECT(dev), "node-id", in numa_cpu_pre_plug()
/openbmc/linux/sound/hda/
H A Dhdmi_chmap.c317 dev_dbg(&codec->dev, "HDMI: select CA 0x%x for %d-channel allocation: %s\n", in hdmi_channel_allocation_spk_alloc_blk()
333 dev_dbg(&chmap->hdac->dev, "HDMI: ASP channel %d => slot %d\n", in hdmi_debug_channel_mapping()
384 dev_dbg(&chmap->hdac->dev, "HDMI: channel mapping failed\n"); in hdmi_std_setup_channel_mapping()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c228 struct pci_dev *pdev = to_pci_dev(ndev->dev.parent); in aq_ethtool_get_drvinfo()
635 struct pci_dev *pdev = to_pci_dev(ndev->dev.parent); in aq_ethtool_set_wol()
647 err = device_set_wakeup_enable(&pdev->dev, !!cfg->wol); in aq_ethtool_set_wol()
/openbmc/linux/sound/isa/wss/
H A Dwss_lib.c1711 chip = devm_kzalloc(card->dev, sizeof(*chip), GFP_KERNEL); in snd_wss_new()
1758 chip->res_port = devm_request_region(card->dev, port, 4, "WSS"); in snd_wss_create()
1765 chip->res_cport = devm_request_region(card->dev, cport, 8, in snd_wss_create()
1775 if (devm_request_irq(card->dev, irq, snd_wss_interrupt, 0, in snd_wss_create()
1783 snd_devm_request_dma(card->dev, dma1, "WSS - 1")) { in snd_wss_create()
1789 snd_devm_request_dma(card->dev, dma2, "WSS - 2")) { in snd_wss_create()
1868 snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV, chip->card->dev, in snd_wss_pcm()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2150 if (!device_may_wakeup(ar->dev)) in ath10k_sdio_pm_suspend()
2527 ar = ath10k_core_create(sizeof(*ar_sdio), &func->dev, ATH10K_BUS_SDIO, in ath10k_sdio_probe()
2530 dev_err(&func->dev, "failed to allocate core\n"); in ath10k_sdio_probe()
2544 devm_kzalloc(ar->dev, sizeof(struct ath10k_sdio_irq_proc_regs), in ath10k_sdio_probe()
2551 ar_sdio->vsg_buffer = devm_kmalloc(ar->dev, ATH10K_SDIO_VSG_BUF_SIZE, GFP_KERNEL); in ath10k_sdio_probe()
2558 devm_kzalloc(ar->dev, sizeof(struct ath10k_sdio_irq_enable_regs), in ath10k_sdio_probe()
2565 ar_sdio->bmi_buf = devm_kzalloc(ar->dev, BMI_MAX_LARGE_CMDBUF_SIZE, GFP_KERNEL); in ath10k_sdio_probe()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c481 ret = pm_runtime_resume_and_get(&fimc->pdev->dev); in fimc_capture_open()
487 pm_runtime_put_sync(&fimc->pdev->dev); in fimc_capture_open()
506 pm_runtime_put_sync(&fimc->pdev->dev); in fimc_capture_open()
543 pm_runtime_put_sync(&fimc->pdev->dev); in fimc_capture_release()
718 __fimc_vidioc_querycap(&fimc->pdev->dev, cap); in fimc_cap_querycap()
1764 q->dev = &fimc->pdev->dev; in fimc_register_capture_device()
/openbmc/linux/drivers/scsi/
H A Dmesh.c1017 struct Scsi_Host *dev = ms->host; in do_mesh_interrupt() local
1019 spin_lock_irqsave(dev->host_lock, flags); in do_mesh_interrupt()
1021 spin_unlock_irqrestore(dev->host_lock, flags); in do_mesh_interrupt()
1916 dma_cmd_space = dma_alloc_coherent(&macio_get_pci_dev(mdev)->dev, in mesh_probe()
1962 if (scsi_add_host(mesh_host, &mdev->ofdev.dev)) in mesh_probe()
1976 dma_free_coherent(&macio_get_pci_dev(mdev)->dev, ms->dma_cmd_size, in mesh_probe()
2009 dma_free_coherent(&macio_get_pci_dev(mdev)->dev, ms->dma_cmd_size, in mesh_remove()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c432 dma_unmap_page(&dd->pcidev->dev, phys, in qib_tid_update()
547 dma_unmap_page(&dd->pcidev->dev, phys, PAGE_SIZE, in qib_tid_free()
1569 fd->pq = qib_user_sdma_queue_create(&dd->pcidev->dev, in do_qib_user_sdma_queue_create()
1783 dma_unmap_page(&dd->pcidev->dev, phys, PAGE_SIZE, in unlock_expected_tids()
2262 const dev_t dev = MKDEV(MAJOR(qib_dev), minor); in qib_cdev_init() local
2279 ret = cdev_add(cdev, dev, 1); in qib_cdev_init()
2286 device = device_create(&qib_class, NULL, dev, NULL, "%s", name); in qib_cdev_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c795 r = dma_map_sgtable(adev->dev, ttm->sg, direction, 0); in amdgpu_ttm_tt_pin_userptr()
828 dma_unmap_sgtable(adev->dev, ttm->sg, direction, 0); in amdgpu_ttm_tt_unpin_userptr()
1799 ttm_pool_init(&adev->mman.ttm_pools[i], adev->dev, in amdgpu_ttm_pools_init()
1837 r = ttm_device_init(&adev->mman.bdev, &amdgpu_bo_driver, adev->dev, in amdgpu_ttm_init()
1841 dma_addressing_limited(adev->dev)); in amdgpu_ttm_init()
2429 dom = iommu_get_domain_for_dev(adev->dev); in amdgpu_iomem_read()
2484 dom = iommu_get_domain_for_dev(adev->dev); in amdgpu_iomem_write()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu429 Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
479 Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
615 Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
624 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
635 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
647 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>
655 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org>

1...<<971972973974975976977978979980>>...1072