Searched refs:CEC_ADAP_G_PHYS_ADDR (Results 1 – 3 of 3) sorted by relevance
15 ioctls CEC_ADAP_G_PHYS_ADDR and CEC_ADAP_S_PHYS_ADDR21 CEC_ADAP_G_PHYS_ADDR, CEC_ADAP_S_PHYS_ADDR - Get or set the physical address27 .. c:function:: int ioctl( int fd, CEC_ADAP_G_PHYS_ADDR, __u16 *argp )28 :name: CEC_ADAP_G_PHYS_ADDR46 :ref:`ioctl CEC_ADAP_G_PHYS_ADDR <CEC_ADAP_G_PHYS_ADDR>` with a pointer to a __u16 where the
452 #define CEC_ADAP_G_PHYS_ADDR _IOR('a', 1, __u16) macro
497 case CEC_ADAP_G_PHYS_ADDR: in cec_ioctl()