Home
last modified time | relevance | path

Searched refs:pwr_sub (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/input/joystick/
Ddb9.c131 … db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, int pwr_sub) in db9_saturn_write_sub() argument
137 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub()
141 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub()