Home
last modified time | relevance | path

Searched defs:send_packet (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/rc/
Diguanair.c82 struct send_packet { struct
83 struct packet header;
84 uint8_t length;
85 uint8_t channels;
86 uint8_t busy7;
87 uint8_t busy4;
88 uint8_t payload[0];
Dimon.c560 static int send_packet(struct imon_context *ictx) in send_packet() function