Home
last modified time | relevance | path

Searched refs:dev (Results 23276 – 23300 of 26793) sorted by relevance

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

/openbmc/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c402 static void disable_lvds(struct display_info_t const *dev) in disable_lvds() argument
411 static void do_enable_hdmi(struct display_info_t const *dev) in do_enable_hdmi() argument
413 disable_lvds(dev); in do_enable_hdmi()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c526 dma_addr = dma_map_single(nn->dp.dev, img, in nfp_net_bpf_load()
529 if (dma_mapping_error(nn->dp.dev, dma_addr)) { in nfp_net_bpf_load()
543 dma_unmap_single(nn->dp.dev, dma_addr, nfp_prog->prog_len * sizeof(u64), in nfp_net_bpf_load()
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_pcm.c354 dev_info(chip->card->dev, "wt start %d\n", dma); in snd_vortex_pcm_trigger()
367 dev_info(chip->card->dev, "wt stop %d\n", dma); in snd_vortex_pcm_trigger()
631 &chip->pci_dev->dev, 0x10000, 0x10000); in snd_vortex_new_pcm()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.2.rst43 - dev-manual: Discourage the use of SRC_URI[md5sum]
44 - dev-manual: layers: update link to YP Compatible form
45 - dev-manual: runtime-testing: fix test module name
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch111 if (st.st_dev != ctl->dev && !ctl->force) {
112 if (ctl->dev)
117 ctl->dev = st.st_dev;
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.c297 dev_dbg(&rhdev->dev, "%s%s\n", __func__, in suspend_rh()
313 if (!device_may_wakeup(&rhdev->dev)) in suspend_rh()
414 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, in wakeup_rh()
/openbmc/linux/kernel/bpf/
H A Dcpumap.c153 err = xdp_do_generic_redirect(skb->dev, skb, &xdp, in cpu_map_bpf_prog_run_skb()
166 trace_xdp_exception(skb->dev, rcpu->prog, act); in cpu_map_bpf_prog_run_skb()
193 rxq.dev = xdpf->dev_rx; in cpu_map_bpf_prog_run_xdp()
/openbmc/linux/sound/core/
H A DKconfig64 To enable OSS mixer API emulation (/dev/mixer*), say Y here
77 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
121 /dev/snd/ are allocated dynamically. This allows you to have
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h35 dev_printk(lvl, __nn->dp.dev, "ctrl: " fmt, ## args); \
51 dev_warn(__dp->dev, fmt, ## args); \
502 struct device *dev; member
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h583 #define rtw89_rfk_parser_by_cond(dev, cond, tbl_t, tbl_f) \ argument
585 typeof(dev) __dev = (dev); \
/openbmc/linux/drivers/memory/tegra/
H A Dtegra20.c425 dev_err(mc->dev, "invalid ICC client ID %u\n", idx); in tegra20_mc_of_icc_xlate_extended()
685 debugfs_create_devm_seqfile(mc->dev, "stats", mc->debugfs.root, in tegra20_mc_probe()
779 dev_err_ratelimited(mc->dev, "%s: %s%s @%pa: %s (%s)\n", in tegra20_mc_handle_irq()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst141 Documentation/dev-tools/ktap.rst.
164 Documentation/dev-tools/kunit/run_manual.rst) or use ``kunit_tool``
165 (see Documentation/dev-tools/kunit/run_wrapper.rst).
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c746 static ssize_t sgx_total_bytes_show(struct device *dev, struct device_attribute *attr, char *buf) in sgx_total_bytes_show() argument
748 return sysfs_emit(buf, "%lu\n", sgx_numa_nodes[dev->id].size); in sgx_total_bytes_show()
778 ret = sysfs_update_group(&node->dev.kobj, &arch_node_dev_group); in arch_update_sysfs_visibility()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvega20_ih.c122 dev_err(adev->dev, "PSP program IH_RB_CNTL failed!\n"); in vega20_ih_toggle_ring_interrupts()
237 dev_err(adev->dev, "PSP program IH_RB_CNTL failed!\n"); in vega20_ih_enable_ring()
415 dev_warn(adev->dev, "IH ring buffer overflow " in vega20_ih_get_wptr()
/openbmc/linux/Documentation/networking/
H A Dxfrm_device.rst43 offload dev eth4 dir in
51 offload packet dev eth4 dir in
53 ip x p add src 14.0.0.70 dst 14.0.0.52 offload packet dev eth4 dir in
/openbmc/linux/Documentation/power/regulator/
H A Dconsumer.rst14 regulator = regulator_get(dev, "Vcc");
28 digital = regulator_get(dev, "Vcc"); /* digital core */
29 analog = regulator_get(dev, "Avdd"); /* analog */
/openbmc/linux/arch/x86/events/amd/
H A Duncore.c277 static ssize_t amd_uncore_attr_show_cpumask(struct device *dev, in amd_uncore_attr_show_cpumask() argument
282 struct pmu *pmu = dev_get_drvdata(dev); in amd_uncore_attr_show_cpumask()
305 static ssize_t __uncore_##_var##_show(struct device *dev, \
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c193 dev_err(&epc->dev, "failed to start endpoint controller\n"); in pci_epc_start_store()
537 dev_err(&epf->dev, "epf device not bound to driver\n"); in pci_epf_type_add_cfs()
560 dev_err(&epf_group->epf->dev, in pci_ep_cfs_add_type_group()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/
H A Dminifi-cpp_0.15.0.bb185 if type systemd-tmpfiles >/dev/null; then
193 FILES:${PN}-dev = ""
199 INSANE_SKIP:${PN} += "dev-deps"
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vsi_vlan_lib.c67 struct device *dev; in ice_vsi_del_vlan() local
73 dev = ice_pf_to_dev(pf); in ice_vsi_del_vlan()
81 dev_err(dev, "Error removing VLAN %d on VSI %i error: %d\n", in ice_vsi_del_vlan()
/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c822 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp, in sfp_register_socket() argument
825 struct sfp_bus *bus = sfp_bus_get(dev->fwnode); in sfp_register_socket()
830 bus->sfp_dev = dev; in sfp_register_socket()
/openbmc/linux/drivers/scsi/
H A Dscsi.c833 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in starget_for_each_device()
861 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in __starget_for_each_device()
916 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in scsi_device_lookup_by_target()
/openbmc/linux/arch/arm64/kernel/
H A Dproton-pack.c61 ssize_t cpu_show_spectre_v1(struct device *dev, struct device_attribute *attr, in cpu_show_spectre_v1() argument
124 ssize_t cpu_show_spectre_v2(struct device *dev, struct device_attribute *attr, in cpu_show_spectre_v2() argument
446 ssize_t cpu_show_spec_store_bypass(struct device *dev, in cpu_show_spec_store_bypass() argument
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c416 msm_disp_snapshot_state(phys_enc->parent->dev); in _dpu_encoder_phys_wb_handle_wbdone_timeout()
663 struct dpu_encoder_phys *dpu_encoder_phys_wb_init(struct drm_device *dev, in dpu_encoder_phys_wb_init() argument
676 wb_enc = drmm_kzalloc(dev, sizeof(*wb_enc), GFP_KERNEL); in dpu_encoder_phys_wb_init()
/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()

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