device_chip        49 drivers/input/misc/apanel.c static enum apanel_chip device_chip[APANEL_DEV_MAX];
device_chip        86 drivers/input/misc/apanel.c 	u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8;
device_chip       119 drivers/input/misc/apanel.c 	if (device_chip[APANEL_DEV_LED] != CHIP_NONE)
device_chip       175 drivers/input/misc/apanel.c 	u8 cmd = device_chip[APANEL_DEV_APPBTN] == CHIP_OZ992C ? 0 : 8;
device_chip       210 drivers/input/misc/apanel.c 	idev->keycodemax = (device_chip[APANEL_DEV_CDBTN] != CHIP_NONE) ? 12 : 4;
device_chip       220 drivers/input/misc/apanel.c 	if (device_chip[APANEL_DEV_LED] != CHIP_NONE) {
device_chip       296 drivers/input/misc/apanel.c 		else if (device_chip[devno] != CHIP_NONE)
device_chip       304 drivers/input/misc/apanel.c 			device_chip[devno] = (enum apanel_chip) chip;