Lines Matching refs:pin_number
24 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_direction() argument
26 int bit = pin_number; in cx25821_set_gpiopin_direction()
32 if (pin_number >= 47) in cx25821_set_gpiopin_direction()
35 if (pin_number > 31) { in cx25821_set_gpiopin_direction()
36 bit = pin_number - 31; in cx25821_set_gpiopin_direction()
53 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_logicvalue() argument
55 int bit = pin_number; in cx25821_set_gpiopin_logicvalue()
60 if (pin_number >= 47) in cx25821_set_gpiopin_logicvalue()
64 cx25821_set_gpiopin_direction(dev, pin_number, 0); in cx25821_set_gpiopin_logicvalue()
66 if (pin_number > 31) { in cx25821_set_gpiopin_logicvalue()
67 bit = pin_number - 31; in cx25821_set_gpiopin_logicvalue()