Home
last modified time | relevance | path

Searched refs:dev (Results 23176 – 23200 of 26794) sorted by relevance

1...<<921922923924925926927928929930>>...1072

/openbmc/qemu/target/sparc/
H A Dcpu.c784 static void sparc_cpu_realizefn(DeviceState *dev, Error **errp) in sparc_cpu_realizefn() argument
786 CPUState *cs = CPU(dev); in sparc_cpu_realizefn()
787 SPARCCPUClass *scc = SPARC_CPU_GET_CLASS(dev); in sparc_cpu_realizefn()
818 scc->parent_realize(dev, errp); in sparc_cpu_realizefn()
/openbmc/qemu/docs/system/arm/
H A Daspeed.rst139 mapped on ``/dev/ttyS4`` under Linux, but it is not always the
172 To change the boot console and use device ``UART3`` (``/dev/ttyS2``
305 $ screen /dev/tty0 # In a separate TMUX pane, terminal window, etc.
306 $ screen /dev/tty1
/openbmc/qemu/ui/
H A Dvdagent.c238 static void vdagent_pointer_event(DeviceState *dev, QemuConsole *src, in vdagent_pointer_event() argument
253 VDAgentChardev *vd = container_of(dev, struct VDAgentChardev, mouse_dev); in vdagent_pointer_event()
292 static void vdagent_pointer_sync(DeviceState *dev) in vdagent_pointer_sync() argument
294 VDAgentChardev *vd = container_of(dev, struct VDAgentChardev, mouse_dev); in vdagent_pointer_sync()
/openbmc/openbmc/poky/documentation/bsp-guide/
H A Dbsp.rst75 :ref:`dev-manual/start:locating yocto project source files`
130 ":ref:`dev-manual/layers:understanding and creating layers`"
158 ":ref:`dev-manual/start:checking out by branch in poky`" or
159 ":ref:`dev-manual/start:checking out by tag in poky`"
208 ":ref:`dev-manual/start:checking out by branch in poky`"
696 the ":ref:`kernel-dev/common:creating the append file`" section
703 linux-raspberrypi-dev.bb
725 .. image:: figures/bsp-dev-flow.png
803 ":ref:`dev-manual/layers:enabling your layer`"
832 ":ref:`dev-manual/layers:understanding and creating layers`"
[all …]
/openbmc/linux/Documentation/driver-api/pm/
H A Ddevices.rst280 defined in ``dev->pm_domain->ops``, ``dev->bus->pm``, ``dev->type->pm``,
281 ``dev->class->pm`` or ``dev->driver->pm``). These callbacks are regarded by the
287 1. If ``dev->pm_domain`` is present, the PM core will choose the callback
288 provided by ``dev->pm_domain->ops`` for execution.
290 2. Otherwise, if both ``dev->type`` and ``dev->type->pm`` are present, the
291 callback provided by ``dev->type->pm`` will be chosen for execution.
293 3. Otherwise, if both ``dev->class`` and ``dev->class->pm`` are present,
294 the callback provided by ``dev->class->pm`` will be chosen for
297 4. Otherwise, if both ``dev->bus`` and ``dev->bus->pm`` are present, the
298 callback provided by ``dev->bus->pm`` will be chosen for execution.
[all …]
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dcm.c32 if (conn_ird > cm_node->dev->hw_attrs.max_hw_ird) in irdma_record_ird_ord()
33 conn_ird = cm_node->dev->hw_attrs.max_hw_ird; in irdma_record_ird_ord()
35 if (conn_ord > cm_node->dev->hw_attrs.max_hw_ord) in irdma_record_ird_ord()
36 conn_ord = cm_node->dev->hw_attrs.max_hw_ord; in irdma_record_ird_ord()
2284 cm_node->dev = &iwdev->rf->sc_dev; in irdma_make_cm_node()
3265 cm_core->dev = &iwdev->rf->sc_dev; in irdma_setup_cm_core()
3308 cm_core->dev->ws_reset(&cm_core->iwdev->vsi); in irdma_cleanup_cm_core()
3640 struct irdma_sc_dev *dev; in irdma_accept() local
3658 dev = &iwdev->rf->sc_dev; in irdma_accept()
4137 struct irdma_sc_dev *dev; in irdma_cm_event_connected() local
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h23 struct device *dev; member
/openbmc/linux/drivers/hid/
H A Dhid-zydacron.c169 zc = devm_kzalloc(&hdev->dev, sizeof(*zc), GFP_KERNEL); in zc_probe()
H A Dhid-a4tech.c118 a4 = devm_kzalloc(&hdev->dev, sizeof(*a4), GFP_KERNEL); in a4_probe()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_mem_io.c108 dev_warn(io->dev, "Invalid register size: %d\n", in ipmi_si_mem_setup()
/openbmc/linux/drivers/staging/rtl8712/
H A Drecv_linux.c112 skb->dev = adapter->pnetdev; in r8712_recv_indicatepkt()
/openbmc/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2.c231 of_match_device(berlin2_pinctrl_match, &pdev->dev); in berlin2_pinctrl_probe()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch4 Subject: [PATCH] rp-pppoe: Port from oe.dev
/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/
H A DAllow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch51 + rm $CALFILE 2>/dev/null || true
/openbmc/linux/include/linux/mfd/
H A Dmax8907.h238 struct device *dev; member
/openbmc/u-boot/arch/arm/dts/
H A Dusb_a9263.dts16 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dclock.h268 int clock_decode_periph_id(struct udevice *dev);
/openbmc/u-boot/configs/
H A Dls1043ardb_nand_SECURE_BOOT_defconfig19 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=6000…
H A Dls1046aqds_sdcard_ifc_defconfig20 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=6000…
H A Dls1043aqds_sdcard_ifc_defconfig20 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=6000…
H A Dls1043aqds_nand_defconfig19 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=6000…
H A Dbrxre1_defconfig20 CONFIG_BOOTCOMMAND="mmc dev 1; run b_default"
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME53 $ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
/openbmc/u-boot/include/
H A Dnetdev.h126 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int));
/openbmc/linux/arch/powerpc/include/asm/
H A Ddcr-native.h26 #define dcr_map_native(dev, dcr_n, dcr_c) \ argument

1...<<921922923924925926927928929930>>...1072