Home
last modified time | relevance | path

Searched refs:status_req (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h921 __u8 status_req) in cec_msg_give_deck_status() argument
925 msg->msg[2] = status_req; in cec_msg_give_deck_status()
930 __u8 *status_req) in cec_ops_give_deck_status() argument
932 *status_req = msg->msg[2]; in cec_ops_give_deck_status()
1025 __u8 status_req) in cec_msg_give_tuner_device_status() argument
1029 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status()
1034 __u8 *status_req) in cec_ops_give_tuner_device_status() argument
1036 *status_req = msg->msg[2]; in cec_ops_give_tuner_device_status()
/external/u-boot/drivers/usb/gadget/
Dether.c876 DEFINE_CACHE_ALIGN_BUFFER(u8, status_req, STATUS_BYTECOUNT);
2275 dev->stat_req->buf = status_req; in eth_bind()