Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h746 const char *prog_title) in cec_msg_set_timer_program_title() argument
748 unsigned int len = strlen(prog_title); in cec_msg_set_timer_program_title()
754 memcpy(msg->msg + 2, prog_title, len); in cec_msg_set_timer_program_title()
758 char *prog_title) in cec_ops_set_timer_program_title() argument
764 memcpy(prog_title, msg->msg + 2, len); in cec_ops_set_timer_program_title()
765 prog_title[len] = '\0'; in cec_ops_set_timer_program_title()