Home
last modified time | relevance | path

Searched refs:dev (Results 22826 – 22850 of 26794) sorted by relevance

1...<<911912913914915916917918919920>>...1072

/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c1084 struct device *dev; in sdio_uart_probe() local
1085 dev = tty_port_register_device(&port->port, in sdio_uart_probe()
1086 sdio_uart_tty_driver, port->index, &func->dev); in sdio_uart_probe()
1087 if (IS_ERR(dev)) { in sdio_uart_probe()
1089 ret = PTR_ERR(dev); in sdio_uart_probe()
/openbmc/linux/net/sched/
H A Dsch_gred.c314 struct net_device *dev = qdisc_dev(sch); in gred_offload() local
317 if (!tc_can_offload(dev) || !dev->netdev_ops->ndo_setup_tc) in gred_offload()
351 dev->netdev_ops->ndo_setup_tc(dev, TC_SETUP_QDISC_GRED, opt); in gred_offload()
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c1538 dev_err(go->dev, in do_special()
1568 if (request_firmware(&fw_entry, GO7007_FW_NAME, go->dev)) { in go7007_construct_fw_image()
1569 dev_err(go->dev, in go7007_construct_fw_image()
1584 dev_err(go->dev, in go7007_construct_fw_image()
1594 dev_err(go->dev, in go7007_construct_fw_image()
1601 dev_err(go->dev, in go7007_construct_fw_image()
/openbmc/u-boot/common/
H A Dfdt_support.c786 struct mtd_device *dev) in fdt_node_set_part_info() argument
808 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info()
899 struct mtd_device *dev; in fdt_fixup_mtdparts() local
914 dev = device_find(node_info[i].type, idx++); in fdt_fixup_mtdparts()
915 if (dev) { in fdt_fixup_mtdparts()
916 if (fdt_node_set_part_info(blob, noff, dev)) in fdt_fixup_mtdparts()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst25 - :ref:`How you can enable and disable build history <dev-manual/build-quality:enabling and disabl…
27 - :ref:`How to understand what the build history contains <dev-manual/build-quality:understanding …
29 - :ref:`How to limit the information used for build history <dev-manual/build-quality:using build …
31 - :ref:`How to examine the build history from both a command-line and web interface <dev-manual/bu…
117 busybox-staticdev busybox-dev busybox-doc busybox-locale busybox
344 SDKIMAGE_FEATURES = dev-pkgs dbg-pkgs
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c142 out_dev = act->dev; in nfp_fl_pre_lag()
187 out_dev = act->dev; in nfp_fl_output()
229 if (nfp_flow->pre_tun_rule.dev || !pkt_host) { in nfp_fl_output()
234 nfp_flow->pre_tun_rule.dev = out_dev; in nfp_fl_output()
276 return netif_is_gretap(act[act_idx].dev) || in nfp_flower_tun_is_gre()
277 netif_is_ip6gretap(act[act_idx].dev); in nfp_flower_tun_is_gre()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c46 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
170 struct device *dev = htc->ar->dev; in ath10k_htc_send() local
193 skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, in ath10k_htc_send()
195 ret = dma_mapping_error(dev, skb_cb->paddr); in ath10k_htc_send()
216 dma_unmap_single(dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_send()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c858 if (!dip->devbase.v4l2_dev->dev) return; in pvr2_v4l2_dev_disassociate_parent()
859 dip->devbase.v4l2_dev->dev = NULL; in pvr2_v4l2_dev_disassociate_parent()
860 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
883 struct pvr2_v4l2_dev *dev; in pvr2_video_device_release() local
884 dev = container_of(vdev,struct pvr2_v4l2_dev,devbase); in pvr2_video_device_release()
885 kfree(dev); in pvr2_video_device_release()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dregs.h125 #define __REG(id) (dev->reg.reg_rev[(id)])
126 #define __OFFS(id) (dev->reg.offs_rev[(id)])
677 #define MT_Q_ID(q) (dev->q_id[(q)])
678 #define MT_Q_BASE(q) ((dev->wfdma_mask >> (q)) & 0x1 ? \
723 #define MT_INT_RX(q) (dev->q_int_mask[__RXQ(q)])
724 #define MT_INT_TX_MCU(q) (dev->q_int_mask[(q)])
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.c1178 hwdev = malidp->dev; in malidp_de_irq()
1256 struct malidp_hw_device *hwdev = malidp->dev; in malidp_de_irq_init()
1265 ret = devm_request_threaded_irq(drm->dev, irq, malidp_de_irq, in malidp_de_irq_init()
1290 struct malidp_hw_device *hwdev = malidp->dev; in malidp_se_irq()
1367 struct malidp_hw_device *hwdev = malidp->dev; in malidp_se_irq_init()
1374 ret = devm_request_threaded_irq(drm->dev, irq, malidp_se_irq, in malidp_se_irq_init()
/openbmc/linux/sound/pci/hda/
H A Dpatch_cs8409.c1088 static int cs8409_cs42l42_exec_verb(struct hdac_device *dev, unsigned int cmd, unsigned int flags, in cs8409_cs42l42_exec_verb() argument
1091 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in cs8409_cs42l42_exec_verb()
1120 return spec->exec_verb(dev, cmd, flags, res); in cs8409_cs42l42_exec_verb()
1318 static int dolphin_exec_verb(struct hdac_device *dev, unsigned int cmd, unsigned int flags, in dolphin_exec_verb() argument
1321 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in dolphin_exec_verb()
1353 return spec->exec_verb(dev, cmd, flags, res); in dolphin_exec_verb()
/openbmc/linux/Documentation/admin-guide/media/
H A Dcec.rst155 These dongles appear as ``/dev/ttyACMX`` devices and need the ``inputattach``
156 utility to create the ``/dev/cecX`` devices. Support for the Pulse-Eight
175 ExecStart=/usr/bin/inputattach --pulse8-cec /dev/%I
184 ExecStart=/usr/bin/inputattach --rainshadow-cec /dev/%I
195 …/bin/bash -c 'for d in /dev/serial/by-id/usb-Pulse-Eight*; do /usr/bin/inputattach --daemon --puls…
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c523 dev_warn(adev->dev, "Specified reset method:%d isn't supported, using AUTO instead.\n", in soc15_asic_reset_method()
609 dev_info(adev->dev, "PCI reset\n"); in soc15_asic_reset()
612 dev_info(adev->dev, "BACO reset\n"); in soc15_asic_reset()
615 dev_info(adev->dev, "MODE2 reset\n"); in soc15_asic_reset()
618 dev_info(adev->dev, "MODE1 reset\n"); in soc15_asic_reset()
1327 dev_info(adev->dev, "S3 suspend abort case, let's reset ASIC.\n"); in soc15_common_resume()
H A Damdgpu_object.c275 dev_err(adev->dev, "(%d) failed to allocate kernel bo\n", in amdgpu_bo_create_reserved()
284 dev_err(adev->dev, "(%d) failed to reserve kernel bo\n", r); in amdgpu_bo_create_reserved()
290 dev_err(adev->dev, "(%d) kernel bo pin failed\n", r); in amdgpu_bo_create_reserved()
296 dev_err(adev->dev, "%p bind failed\n", *bo_ptr); in amdgpu_bo_create_reserved()
306 dev_err(adev->dev, "(%d) kernel bo map failed\n", r); in amdgpu_bo_create_reserved()
976 dev_err(adev->dev, "%p pin failed\n", bo); in amdgpu_bo_pin_restricted()
/openbmc/linux/drivers/block/
H A Dswim3.c209 #define swim3_err(fmt, arg...) dev_err(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
210 #define swim3_warn(fmt, arg...) dev_warn(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
211 #define swim3_info(fmt, arg...) dev_info(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
214 #define swim3_dbg(fmt, arg...) dev_dbg(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
1103 struct device_node *swim = mdev->ofdev.dev.of_node; in swim3_add_device()
1128 dev_set_drvdata(&mdev->ofdev.dev, fs); in swim3_add_device()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c1156 struct device *dev = &pdev->dev; in vop_probe() local
1158 if (!dev->of_node) { in vop_probe()
1159 DRM_DEV_ERROR(dev, "can't find vop devices\n"); in vop_probe()
1163 return component_add(dev, &vop_component_ops); in vop_probe()
1168 component_del(&pdev->dev, &vop_component_ops); in vop_remove()
/openbmc/linux/drivers/net/phy/
H A Dmediatek-ge-soc.c1077 cell = nvmem_cell_get(&phydev->mdio.dev, "phy-cal-data"); in mt798x_phy_calibration()
1399 pinctrl = devm_pinctrl_get_select(&phydev->mdio.dev, "gbe-led"); in mt7988_phy_fix_leds_polarities()
1401 dev_err(&phydev->mdio.bus->dev, "Failed to setup PHY LED pinctrl\n"); in mt7988_phy_fix_leds_polarities()
1408 struct device_node *np = dev_of_node(&phydev->mdio.bus->dev); in mt7988_phy_probe_shared()
1457 err = devm_phy_package_join(&phydev->mdio.dev, phydev, 0, in mt7988_phy_probe()
1493 priv = devm_kzalloc(&phydev->mdio.dev, sizeof(struct mtk_socphy_priv), in mt7981_phy_probe()
/openbmc/linux/include/uapi/linux/
H A Dauto_fs.h194 __u32 dev; member
/openbmc/linux/drivers/hwmon/
H A Dbt1-pvt.h208 struct device *dev; member
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.h69 struct device *dev; member
/openbmc/linux/include/linux/amba/
H A Dserial.h212 void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowacpi.c111 dhandle = ACPI_HANDLE(bios->subdev.device->dev); in acpi_init()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.h111 struct device *dev; member
/openbmc/linux/Documentation/hwmon/
H A Dnct7904.rst16 Author: Vadim V. Vlasov <vvlasov@dev.rtsoft.ru>
/openbmc/linux/include/soc/fsl/
H A Dcpm.h169 int cpm2_gpiochip_add32(struct device *dev);

1...<<911912913914915916917918919920>>...1072