Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h400 __u8 prog_info, in cec_msg_timer_status() argument
409 (prog_info ? 0x10 : 0) | in cec_msg_timer_status()
410 (prog_info ? prog_info : prog_error); in cec_msg_timer_status()
411 if (prog_info == CEC_OP_PROG_INFO_NOT_ENOUGH_SPACE || in cec_msg_timer_status()
412 prog_info == CEC_OP_PROG_INFO_MIGHT_NOT_BE_ENOUGH_SPACE || in cec_msg_timer_status()
423 __u8 *prog_info, in cec_ops_timer_status() argument
431 *prog_info = msg->msg[2] & 0xf; in cec_ops_timer_status()
434 *prog_info = 0; in cec_ops_timer_status()
437 if (*prog_info == CEC_OP_PROG_INFO_NOT_ENOUGH_SPACE || in cec_ops_timer_status()
438 *prog_info == CEC_OP_PROG_INFO_MIGHT_NOT_BE_ENOUGH_SPACE || in cec_ops_timer_status()