Searched refs:input_ptr (Results 1 – 3 of 3) sorted by relevance
147 volatile __u8 * input_ptr; member444 if (info->D.input_ptr && in transceive_Dchannel()447 *(info->D.input_ptr) = sbus_readb(info->regs + DCRB); in transceive_Dchannel()448 info->D.input_ptr++; in transceive_Dchannel()464 info->D.input_ptr = NULL; in transceive_Dchannel()530 if (channel->input_ptr && channel->input_count > 0) { in transceive_Bchannel()535 *(channel->input_ptr) = sbus_readb(reg); in transceive_Bchannel()538 *(channel->input_ptr) = mulaw2bilinear(sbus_readb(reg)); in transceive_Bchannel()543 channel->input_ptr[0] = val >> 8; in transceive_Bchannel()544 channel->input_ptr[1] = val & 0xff; in transceive_Bchannel()[all …]
1388 if ((cs4231_chip->input_ptr && cs4231_chip->input_size > 0) && in cs4231_recintr()1391 (char *)cs4231_chip->input_ptr, in cs4231_recintr()1395 (char *)cs4231_chip->input_ptr, in cs4231_recintr()1404 cs4231_chip->input_ptr = NULL; in cs4231_recintr()1446 if ((cs4231_chip->input_ptr && cs4231_chip->input_size > 0) && in eb4231_recintr()1449 (char *)cs4231_chip->input_ptr, in eb4231_recintr()1454 (char *)cs4231_chip->input_ptr, in eb4231_recintr()1465 cs4231_chip->input_ptr = NULL; in eb4231_recintr()1670 cs4231_chip->input_ptr = buffer; in cs4231_start_input()1712 cs4231_chip->input_ptr = NULL; in cs4231_stop_input()[all …]
54 volatile __u8 * input_ptr; member