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

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

Completed in 203 milliseconds