Searched refs:req_channel (Results 1 – 2 of 2) sorted by relevance
142 u8 req_channel = channel->channel; in mcp3422_read_channel() local144 if (req_channel != MCP3422_CHANNEL(adc->config)) { in mcp3422_read_channel()147 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_read_channel()149 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_read_channel()200 u8 req_channel = channel->channel; in mcp3422_write_raw() local211 adc->pga[req_channel] = i; in mcp3422_write_raw()214 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_write_raw()216 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_write_raw()244 config |= MCP3422_CHANNEL_VALUE(req_channel); in mcp3422_write_raw()
238 u8 req_data_type, req_channel; in pcan_usb_pro_wait_rsp() local247 req_channel = pum->u.rec_buffer[5]; in pcan_usb_pro_wait_rsp()301 else if ((req_channel != 0xff) && \ in pcan_usb_pro_wait_rsp()302 (pr->bus_act.channel != req_channel)) in pcan_usb_pro_wait_rsp()