Lines Matching refs:pin_number
14 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_direction() argument
16 int bit = pin_number; in cx25821_set_gpiopin_direction()
22 if (pin_number >= 47) in cx25821_set_gpiopin_direction()
25 if (pin_number > 31) { in cx25821_set_gpiopin_direction()
26 bit = pin_number - 31; in cx25821_set_gpiopin_direction()
43 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_logicvalue() argument
45 int bit = pin_number; in cx25821_set_gpiopin_logicvalue()
50 if (pin_number >= 47) in cx25821_set_gpiopin_logicvalue()
54 cx25821_set_gpiopin_direction(dev, pin_number, 0); in cx25821_set_gpiopin_logicvalue()
56 if (pin_number > 31) { in cx25821_set_gpiopin_logicvalue()
57 bit = pin_number - 31; in cx25821_set_gpiopin_logicvalue()