Searched refs:status_req (Results 1 – 2 of 2) sorted by relevance
921 __u8 status_req) in cec_msg_give_deck_status() argument925 msg->msg[2] = status_req; in cec_msg_give_deck_status()930 __u8 *status_req) in cec_ops_give_deck_status() argument932 *status_req = msg->msg[2]; in cec_ops_give_deck_status()1025 __u8 status_req) in cec_msg_give_tuner_device_status() argument1029 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status()1034 __u8 *status_req) in cec_ops_give_tuner_device_status() argument1036 *status_req = msg->msg[2]; in cec_ops_give_tuner_device_status()
876 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT);2275 dev->stat_req->buf = status_req; in eth_bind()