Home
last modified time | relevance | path

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

/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_uirt2_common.h89 } __attribute__ ((packed)) remstruct1_data_t; typedef
93 remstruct1_data_t data;
99 remstruct1_data_t data;
120 int uirt2_send_struct1(uirt2_t * dev, int freq, int bRepeatCount, remstruct1_data_t * buf);
H A Dhw_uirt2_common.c269 static __u32 calc_bits_length(remstruct1_data_t * buf) in calc_bits_length()
305 static __u32 calc_struct1_length(int repeat, remstruct1_data_t * buf) in calc_struct1_length()
650 int uirt2_send_struct1(uirt2_t * dev, int freq, int bRepeatCount, remstruct1_data_t * buf) in uirt2_send_struct1()
H A Dhw_uirt2_raw.c443 remstruct1_data_t rem; in uirt2_send_mode2_struct1()