Home
last modified time | relevance | path

Searched refs:dev (Results 23401 – 23425 of 26799) sorted by relevance

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c889 sunserial_console_termios(con, up->port.dev->of_node); in sunsab_console_setup()
965 up->port.dev = &op->dev; in sunsab_init_one()
1033 sunserial_console_match(SUNSAB_CONSOLE(), op->dev.of_node, in sab_probe()
1037 sunserial_console_match(SUNSAB_CONSOLE(), op->dev.of_node, in sab_probe()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c225 dev_info(lif->ionic->dev, "unknown xcvr type pid=%d / 0x%x\n", in ionic_get_link_ksettings()
453 if (ident->dev.intr_coal_div == 0) { in ionic_set_coalesce()
455 ident->dev.intr_coal_div); in ionic_set_coalesce()
863 static int ionic_set_tunable(struct net_device *dev, in ionic_set_tunable() argument
867 struct ionic_lif *lif = netdev_priv(dev); in ionic_set_tunable()
/openbmc/qemu/hw/display/
H A Dxlnx_dp.c1299 static void xlnx_dp_realize(DeviceState *dev, Error **errp) in xlnx_dp_realize() argument
1301 XlnxDPState *s = XLNX_DP(dev); in xlnx_dp_realize()
1317 s->console = graphic_console_init(dev, 0, &xlnx_dp_gfx_ops, s); in xlnx_dp_realize()
1341 static void xlnx_dp_reset(DeviceState *dev) in xlnx_dp_reset() argument
1343 XlnxDPState *s = XLNX_DP(dev); in xlnx_dp_reset()
/openbmc/linux/drivers/mmc/host/
H A Dcqhci-core.c1142 dev_dbg(&pdev->dev, "CMDQ not supported\n"); in cqhci_pltfm_init()
1146 cq_host = devm_kzalloc(&pdev->dev, sizeof(*cq_host), GFP_KERNEL); in cqhci_pltfm_init()
1149 cq_host->mmio = devm_ioremap(&pdev->dev, in cqhci_pltfm_init()
1153 dev_err(&pdev->dev, "failed to remap cqhci regs\n"); in cqhci_pltfm_init()
1156 dev_dbg(&pdev->dev, "CMDQ ioremap: done\n"); in cqhci_pltfm_init()
/openbmc/linux/drivers/iommu/iommufd/
H A Dio_pagetable.c1207 struct device *dev, in iopt_table_enforce_dev_resv_regions() argument
1221 iommu_get_resv_regions(dev, &resv_regions); in iopt_table_enforce_dev_resv_regions()
1235 resv->length - 1 + resv->start, dev); in iopt_table_enforce_dev_resv_regions()
1250 __iopt_remove_reserved_iova(iopt, dev); in iopt_table_enforce_dev_resv_regions()
1252 iommu_put_resv_regions(dev, &resv_regions); in iopt_table_enforce_dev_resv_regions()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c82 hlen = eth_get_headlen(skb->dev, skb->data, skb_headlen(skb)); in mlx5e_calc_min_inline()
327 netdev_warn(skb->dev, "ds_cnt_inl = %u > max %u\n", ds_cnt_inl, in mlx5e_sq_calc_wqe_attr()
675 netdev_tx_t mlx5e_xmit(struct sk_buff *skb, struct net_device *dev) in mlx5e_xmit() argument
677 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_xmit()
705 if (unlikely(!mlx5e_accel_tx_begin(dev, sq, skb, &accel))) in mlx5e_xmit()
/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c462 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in dtl1_open()
536 info = devm_kzalloc(&link->dev, sizeof(*info), GFP_KERNEL); in dtl1_probe()
/openbmc/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst44 int (*attach)(struct acpi_device *dev, const struct acpi_device_id *id);
45 void (*detach)(struct acpi_device *dev);
/openbmc/linux/Documentation/i2c/
H A Dfunctionality.rst137 to use the /dev interface. You will still have to check whether the
143 if (file = open("/dev/i2c-0", O_RDWR) < 0) {
/openbmc/linux/sound/usb/caiaq/
H A Dcontrol.c116 usb_bulk_msg(cdev->chip.dev, in control_put()
117 usb_sndbulkpipe(cdev->chip.dev, 8), in control_put()
/openbmc/linux/drivers/staging/greybus/
H A Dfw-download.c399 dev_err(&op->connection->bundle->dev, in gb_fw_download_request_handler()
417 fw_download->parent = &connection->bundle->dev; in gb_fw_download_connection_init()
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch26 --- /dev/null
70 --- /dev/null
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch169 --- /dev/null
205 +check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <<EOF
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h466 extern int psb_intel_init_bios(struct drm_device *dev);
467 extern void psb_intel_destroy_bios(struct drm_device *dev);
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone.dtsi91 ti,syscon-dev = <&devctrl 0x328>;
284 ti,syscon-dev = <&devctrl 0x2a0>;
/openbmc/qemu/docs/system/i386/
H A Dmicrovm.rst77 -kernel vmlinux -append "earlyprintk=ttyS0 console=ttyS0 root=/dev/vda" \
99 -kernel vmlinux -append "console=hvc0 root=/dev/vda" \
/openbmc/u-boot/scripts/kconfig/
H A DMakefile251 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
252 || pkg-config --libs menu panel ncurses 2>/dev/null \
/openbmc/u-boot/arch/arm/mach-imx/
H A DMakefile199 dd bs=1015 count=1 if=/dev/zero 2>/dev/null) | cat - $< > $@
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu_init.c325 void meson_vpu_init(struct udevice *dev) in meson_vpu_init() argument
327 struct meson_vpu_priv *priv = dev_get_priv(dev); in meson_vpu_init()
/openbmc/u-boot/include/
H A Dvirtio.h190 #define virtio_get_ops(dev) ((struct dm_virtio_ops *)(dev)->driver->ops) argument
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dswitchers.js.in30 if (a == "dev") {
232 if (release != "dev") {
/openbmc/linux/Documentation/userspace-api/accelerators/
H A Docxl.rst101 Char devices can be found in /dev/ocxl/ and are named as:
102 /dev/ocxl/<AFU name>.<location>.<index>
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c372 fc->dev = &pdev->dev; in flexcop_pci_probe()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch28 --- /dev/null
41 --- /dev/null
/openbmc/openbmc/poky/meta/recipes-extended/timezone/
H A Dtzdata.bb24 ${STAGING_BINDIR_NATIVE}/zic -b ${ZIC_FMT} -d ${B}/zoneinfo -L /dev/null ${S}/${zone}
25 ${STAGING_BINDIR_NATIVE}/zic -b ${ZIC_FMT} -d ${B}/zoneinfo/posix -L /dev/null ${S}/${zone}

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