Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 18 of 18) sorted by relevance

/u-boot/drivers/pch/
A Dpch-uclass.c58 if (!ops->ioctl) in pch_ioctl()
61 return ops->ioctl(dev, req, data, size); in pch_ioctl()
A Dsandbox_pch.c72 .ioctl = sandbox_pch_ioctl,
/u-boot/drivers/misc/
A Dmisc-uclass.c41 if (!ops->ioctl) in misc_ioctl()
44 return ops->ioctl(dev, request, buf); in misc_ioctl()
A Dmisc_sandbox.c107 .ioctl = misc_sandbox_ioctl,
A DKconfig13 set of generic read, write and ioctl methods may be used to
22 set of generic read, write and ioctl methods may be used to
31 set of generic read, write and ioctl methods may be used to
/u-boot/include/
A Dmisc.h118 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); member
A Dpch.h102 int (*ioctl)(struct udevice *dev, enum pch_req_t req, void *data, member
/u-boot/arch/sandbox/cpu/
A Deth-raw-os.c49 ret = ioctl(fd, SIOCGIFFLAGS, &ifr); in sandbox_eth_raw_os_is_local()
125 if (ioctl(priv->sd, SIOCGIFFLAGS, &ifr) < 0) { in _raw_packet_start()
131 if (ioctl(priv->sd, SIOCSIFFLAGS, &ifr) < 0) { in _raw_packet_start()
/u-boot/tools/env/
A Dfw_env.c279 if (ioctl(fd, UBI_IOCVOLUP, &bytes)) in ubi_update_start()
1085 was_locked = ioctl(fd, MEMISLOCKED, &erase); in flash_write_buf()
1110 ioctl(fd, MEMUNLOCK, &erase); in flash_write_buf()
1113 if (ioctl(fd, MEMERASE, &erase) != 0) { in flash_write_buf()
1140 ioctl(fd, MEMLOCK, &erase); in flash_write_buf()
1164 was_locked = ioctl(fd, MEMISLOCKED, &erase); in flash_flag_obsolete()
1175 ioctl(fd, MEMUNLOCK, &erase); in flash_flag_obsolete()
1178 ioctl(fd, MEMLOCK, &erase); in flash_flag_obsolete()
1647 rc = ioctl(fd, UBI_IOCEBISMAP, &lnum); in check_device_config()
1655 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config()
[all …]
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dsysc.c156 .ioctl = mt7620_sysc_ioctl,
/u-boot/drivers/ram/
A Dk3-am654-ddrss.c202 struct ddrss_ddrphy_ioctl_params *ioctl = &ddrss->params.phy_ioctl; in am654_ddrss_phy_configuration() local
263 ddrss_phy_writel(DDRSS_DDRPHY_ACIOCR0, ioctl->ddrphy_aciocr0); in am654_ddrss_phy_configuration()
264 ddrss_phy_writel(DDRSS_DDRPHY_ACIOCR3, ioctl->ddrphy_aciocr3); in am654_ddrss_phy_configuration()
265 ddrss_phy_writel(DDRSS_DDRPHY_ACIOCR5, ioctl->ddrphy_aciocr5); in am654_ddrss_phy_configuration()
266 ddrss_phy_writel(DDRSS_DDRPHY_IOVCR0, ioctl->ddrphy_iovcr0); in am654_ddrss_phy_configuration()
/u-boot/arch/arm/dts/
A Dk3-am654-ddr.dtsi177 ti,phy-ioctl = <
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c260 .ioctl = bd82x6x_ioctl,
/u-boot/drivers/sound/
A Dtegra_ahub.c242 .ioctl = tegra_ahub_ioctl,
/u-boot/include/linux/usb/
A Dgadget.h470 int (*ioctl)(struct usb_gadget *, member
/u-boot/drivers/mtd/ubi/
A DKconfig65 by the "attach" ioctl.
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c670 .ioctl = broadwell_ioctl,
/u-boot/doc/imx/mkimage/
A Dimximage.txt224 Calling ioctl() to re-read partition table.

Completed in 146 milliseconds