Searched refs:CEC_ADAP_G_PHYS_ADDR (Results 1 – 3 of 3) sorted by relevance
9 ioctls CEC_ADAP_G_PHYS_ADDR and CEC_ADAP_S_PHYS_ADDR15 CEC_ADAP_G_PHYS_ADDR, CEC_ADAP_S_PHYS_ADDR - Get or set the physical address20 .. c:macro:: CEC_ADAP_G_PHYS_ADDR22 ``int ioctl(int fd, CEC_ADAP_G_PHYS_ADDR, __u16 *argp)``41 :ref:`ioctl CEC_ADAP_G_PHYS_ADDR <CEC_ADAP_G_PHYS_ADDR>` with a pointer to a __u16 where the
510 #define CEC_ADAP_G_PHYS_ADDR _IOR('a', 1, __u16) macro
518 case CEC_ADAP_G_PHYS_ADDR: in cec_ioctl()