Lines Matching refs:pin_number
28 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_direction() argument
30 int bit = pin_number; in cx25821_set_gpiopin_direction()
36 if (pin_number >= 47) in cx25821_set_gpiopin_direction()
39 if (pin_number > 31) { in cx25821_set_gpiopin_direction()
40 bit = pin_number - 31; in cx25821_set_gpiopin_direction()
57 int pin_number, int pin_logic_value) in cx25821_set_gpiopin_logicvalue() argument
59 int bit = pin_number; in cx25821_set_gpiopin_logicvalue()
64 if (pin_number >= 47) in cx25821_set_gpiopin_logicvalue()
68 cx25821_set_gpiopin_direction(dev, pin_number, 0); in cx25821_set_gpiopin_logicvalue()
70 if (pin_number > 31) { in cx25821_set_gpiopin_logicvalue()
71 bit = pin_number - 31; in cx25821_set_gpiopin_logicvalue()