Searched refs:req_channel (Results 1 – 2 of 2) sorted by relevance
141 u8 req_channel = channel->channel; in mcp3422_read_channel() local143 if (req_channel != MCP3422_CHANNEL(adc->config)) { in mcp3422_read_channel()146 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_read_channel()148 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_read_channel()199 u8 req_channel = channel->channel; in mcp3422_write_raw() local210 adc->pga[req_channel] = i; in mcp3422_write_raw()213 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_write_raw()215 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_write_raw()243 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_write_raw()
236 u8 req_data_type, req_channel; in pcan_usb_pro_wait_rsp() local245 req_channel = pum->u.rec_buffer[5]; in pcan_usb_pro_wait_rsp()299 else if ((req_channel != 0xff) && \ in pcan_usb_pro_wait_rsp()300 (pr->bus_act.channel != req_channel)) in pcan_usb_pro_wait_rsp()