Searched refs:clear_operands (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/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() 696 clear_operands(c, 7, 24); in avc_tuner_get_ts() 730 clear_operands(c, 7, 8); /* padding */ in avc_identify_subunit() 770 clear_operands(c, 2, 31); in avc_tuner_status() 931 clear_operands(c, 6, 8); 988 clear_operands(c, 6, LAST_OPERAND); in avc_ca_app_info() 1030 clear_operands(c, 6, LAST_OPERAND); in avc_ca_info() 1255 clear_operands(c, 6, LAST_OPERAND); in avc_ca_get_time_date() 1288 clear_operands(c, 6, 8); in avc_ca_enter_menu() [all …]
|