Searched refs:clear_operands (Results 1 – 1 of 1) sorted by relevance
/drivers/media/firewire/ |
D | firedtv-avc.c | 90 static inline void clear_operands(struct avc_command_frame *c, int from, int to) in clear_operands() function 100 clear_operands(c, from, to); in pad_operands() 694 clear_operands(c, 7, 24); in avc_tuner_get_ts() 728 clear_operands(c, 7, 8); /* padding */ in avc_identify_subunit() 768 clear_operands(c, 2, 31); in avc_tuner_status() 929 clear_operands(c, 6, 8); 986 clear_operands(c, 6, LAST_OPERAND); in avc_ca_app_info() 1028 clear_operands(c, 6, LAST_OPERAND); in avc_ca_info() 1253 clear_operands(c, 6, LAST_OPERAND); in avc_ca_get_time_date() 1286 clear_operands(c, 6, 8); in avc_ca_enter_menu() [all …]
|