Searched refs:ioctl (Results 1 – 18 of 18) sorted by relevance
/u-boot/drivers/pch/ |
A D | pch-uclass.c | 58 if (!ops->ioctl) in pch_ioctl() 61 return ops->ioctl(dev, req, data, size); in pch_ioctl()
|
A D | sandbox_pch.c | 72 .ioctl = sandbox_pch_ioctl,
|
/u-boot/drivers/misc/ |
A D | misc-uclass.c | 41 if (!ops->ioctl) in misc_ioctl() 44 return ops->ioctl(dev, request, buf); in misc_ioctl()
|
A D | misc_sandbox.c | 107 .ioctl = misc_sandbox_ioctl,
|
A D | Kconfig | 13 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 D | misc.h | 118 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); member
|
A D | pch.h | 102 int (*ioctl)(struct udevice *dev, enum pch_req_t req, void *data, member
|
/u-boot/arch/sandbox/cpu/ |
A D | eth-raw-os.c | 49 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 D | fw_env.c | 279 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 D | sysc.c | 156 .ioctl = mt7620_sysc_ioctl,
|
/u-boot/drivers/ram/ |
A D | k3-am654-ddrss.c | 202 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 D | k3-am654-ddr.dtsi | 177 ti,phy-ioctl = <
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | bd82x6x.c | 260 .ioctl = bd82x6x_ioctl,
|
/u-boot/drivers/sound/ |
A D | tegra_ahub.c | 242 .ioctl = tegra_ahub_ioctl,
|
/u-boot/include/linux/usb/ |
A D | gadget.h | 470 int (*ioctl)(struct usb_gadget *, member
|
/u-boot/drivers/mtd/ubi/ |
A D | Kconfig | 65 by the "attach" ioctl.
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | pch.c | 670 .ioctl = broadwell_ioctl,
|
/u-boot/doc/imx/mkimage/ |
A D | imximage.txt | 224 Calling ioctl() to re-read partition table.
|
Completed in 146 milliseconds