| /rk3399_rockchip-uboot/common/ |
| H A D | rbsb.c | 184 ioctl(fd, FIONREAD, &lf); in rdchk() 350 (void) ioctl(fd, TCGETA, &oldtty); in io_mode() 378 (void) ioctl(fd, TCSETAW, &tty); in io_mode() 384 (void) ioctl(fd, TCGETA, &oldtty); in io_mode() 404 (void) ioctl(fd, TCSETAW, &tty); in io_mode() 411 (void) ioctl(fd, TCSBRK, 1); /* Wait for output to drain */ in io_mode() 412 (void) ioctl(fd, TCFLSH, 0); /* Flush input queue */ in io_mode() 413 (void) ioctl(fd, TCSETAW, &oldtty); /* Restore modes */ in io_mode() 414 (void) ioctl(fd, TCXONC,1); /* Restart output */ in io_mode() 429 ioctl(fd, TIOCEXCL, 0); in io_mode() [all …]
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | misc-uclass.c | 42 if (!ops->ioctl) in misc_ioctl() 45 return ops->ioctl(dev, request, buf); in misc_ioctl() 75 if (!ops || !ops->ioctl) in misc_get_device_by_capability() 78 ret = ops->ioctl(dev, IOCTL_REQ_CAPABILITY, &cap); in misc_get_device_by_capability()
|
| H A D | misc_decompress.c | 203 if (!ops || !ops->ioctl) in misc_decompress_cleanup() 205 else if (ops->ioctl(dev, IOCTL_REQ_CAPABILITY, &comp)) in misc_decompress_cleanup()
|
| H A D | rockchip_pm_config.c | 62 .ioctl = rockchip_pm_config_ioctl,
|
| H A D | rockchip_decompress.c | 235 .ioctl = rockchip_decom_ioctl,
|
| H 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
|
| H A D | rockchip-efuse.c | 452 .ioctl = rockchip_efuse_ioctl,
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 682 int badblock = ioctl(fd, MEMGETBADBLOCK, &blockstart); in flash_bad_block() 910 ioctl(fd, MEMUNLOCK, &erase); in flash_write_buf() 913 if (ioctl(fd, MEMERASE, &erase) != 0) { in flash_write_buf() 940 ioctl(fd, MEMLOCK, &erase); in flash_write_buf() 970 ioctl (fd, MEMUNLOCK, &erase); in flash_flag_obsolete() 972 ioctl (fd, MEMLOCK, &erase); in flash_flag_obsolete() 1369 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config() 1399 rc = ioctl(fd, BLKGETSIZE64, &size); in check_device_config()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 84 if (ioctl(priv->sd, SIOCGIFFLAGS, &ifr) < 0) { in _raw_packet_start() 90 if (ioctl(priv->sd, SIOCSIFFLAGS, &ifr) < 0) { in _raw_packet_start()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | misc.h | 129 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); member
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | gadget.h | 467 int (*ioctl)(struct usb_gadget *, member
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | Kconfig | 65 by the "attach" ioctl.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.imximage | 224 Calling ioctl() to re-read partition table.
|