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

/linux-4.1.27/drivers/input/misc/
H A Dapanel.c54 static enum apanel_chip device_chip[APANEL_DEV_MAX]; variable in typeref:enum:apanel_chip
93 u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8; apanel_poll()
138 if (device_chip[APANEL_DEV_LED] != CHIP_NONE) apanel_remove()
194 u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8; apanel_probe()
229 idev->keycodemax = (device_chip[APANEL_DEV_CDBTN] != CHIP_NONE) ? 12 : 4; apanel_probe()
240 if (device_chip[APANEL_DEV_LED] != CHIP_NONE) { apanel_probe()
316 else if (device_chip[devno] != CHIP_NONE) apanel_init()
323 device_chip[devno] = (enum apanel_chip) chip; apanel_init()

Completed in 73 milliseconds