Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Drbsb.c184 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 Dmisc-uclass.c42 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 Dmisc_decompress.c203 if (!ops || !ops->ioctl) in misc_decompress_cleanup()
205 else if (ops->ioctl(dev, IOCTL_REQ_CAPABILITY, &comp)) in misc_decompress_cleanup()
H A Drockchip_pm_config.c62 .ioctl = rockchip_pm_config_ioctl,
H A Drockchip_decompress.c235 .ioctl = rockchip_decom_ioctl,
H 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
H A Drockchip-efuse.c452 .ioctl = rockchip_efuse_ioctl,
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c682 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 Deth-raw-os.c84 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 Dmisc.h129 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); member
/rk3399_rockchip-uboot/include/linux/usb/
H A Dgadget.h467 int (*ioctl)(struct usb_gadget *, member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A DKconfig65 by the "attach" ioctl.
/rk3399_rockchip-uboot/doc/
H A DREADME.imximage224 Calling ioctl() to re-read partition table.