Home
last modified time | relevance | path

Searched refs:dvb_frontend_info (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfe-get-info.rst21 ``int ioctl(int fd, FE_GET_INFO, struct dvb_frontend_info *argp)``
30 pointer to struct :c:type:`dvb_frontend_info`
38 takes a pointer to dvb_frontend_info which is filled by the driver.
H A Dfe-type-t.rst79 In the old days, struct :c:type:`dvb_frontend_info`
88 :c:type:`dvb_frontend_info`::``fe_type_t`` is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h146 struct dvb_frontend_info { struct
888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h146 struct dvb_frontend_info { struct
888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h146 struct dvb_frontend_info { struct
888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c2439 struct dvb_frontend_info *info = parg; in dvb_frontend_handle_ioctl()