Searched refs:tx_raw_status (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c34 static void adv_cec_tx_raw_status(struct adv7511 *adv7511, u8 tx_raw_status) argument
46 if (tx_raw_status & ADV7511_INT1_CEC_TX_ARBIT_LOST) {
51 if (tx_raw_status & ADV7511_INT1_CEC_TX_RETRY_TIMEOUT) {
79 if (tx_raw_status & ADV7511_INT1_CEC_TX_READY) {
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c819 static void adv_cec_tx_raw_status(struct v4l2_subdev *sd, u8 tx_raw_status) argument
828 if (tx_raw_status & 0x10) {
835 if (tx_raw_status & 0x08) {
856 if (tx_raw_status & 0x20) {
H A Dadv7842.c2158 static void adv7842_cec_tx_raw_status(struct v4l2_subdev *sd, u8 tx_raw_status) argument
2167 if (tx_raw_status & 0x02) {
2174 if (tx_raw_status & 0x04) {
2195 if (tx_raw_status & 0x01) {
H A Dadv7604.c1992 static void adv76xx_cec_tx_raw_status(struct v4l2_subdev *sd, u8 tx_raw_status) argument
2001 if (tx_raw_status & 0x02) {
2008 if (tx_raw_status & 0x04) {
2029 if (tx_raw_status & 0x01) {

Completed in 381 milliseconds