hw_code           131 drivers/input/misc/ati_remote2.c 	u8  hw_code;
hw_code           336 drivers/input/misc/ati_remote2.c static int ati_remote2_lookup(unsigned int hw_code)
hw_code           341 drivers/input/misc/ati_remote2.c 		if (ati_remote2_key_table[i].hw_code == hw_code)
hw_code           351 drivers/input/misc/ati_remote2.c 	int channel, mode, hw_code, index;
hw_code           367 drivers/input/misc/ati_remote2.c 	hw_code = data[2];
hw_code           368 drivers/input/misc/ati_remote2.c 	if (hw_code == 0x3f) {
hw_code           386 drivers/input/misc/ati_remote2.c 	index = ati_remote2_lookup(hw_code);
hw_code           498 drivers/input/misc/ati_remote2.c 		scancode = (mode << 8) + ati_remote2_key_table[offset].hw_code;
hw_code            78 drivers/media/rc/imon.c 	u64 hw_code;
hw_code          1271 drivers/media/rc/imon.c 	for (i = 0; key_table[i].hw_code != 0; i++) {
hw_code          1272 drivers/media/rc/imon.c 		if (key_table[i].hw_code == (code | 0xffee)) {
hw_code          2007 drivers/media/rc/imon.c 	for (i = 0; key_table[i].hw_code != 0; i++) {