Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dapanel.c49 static enum apanel_chip device_chip[APANEL_DEV_MAX]; variable
94 u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8; in apanel_poll()
127 u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8; in apanel_probe()
158 idev->keycodemax = (device_chip[APANEL_DEV_CDBTN] != CHIP_NONE) ? 12 : 4; in apanel_probe()
175 if (device_chip[APANEL_DEV_LED] != CHIP_NONE) { in apanel_probe()
190 if (device_chip[APANEL_DEV_LED] != CHIP_NONE) in apanel_shutdown()
270 else if (device_chip[devno] != CHIP_NONE) in apanel_init()
278 device_chip[devno] = (enum apanel_chip) chip; in apanel_init()