Lines Matching refs:from
381 * IR tables from other remotes. So, we support specifying a mask to
392 /* Keytable is sorted from lowest to highest scancode */
465 * @from: the struct rc_map to copy entries from
471 static int ir_setkeytable(struct rc_dev *dev, const struct rc_map *from)
477 rc = ir_create_table(dev, rc_map, from->name, from->rc_proto,
478 from->size);
482 for (i = 0; i < from->size; i++) {
484 from->scan[i].scancode, false);
491 from->scan[i].keycode);
536 * ir_getkeycode() - get a keycode from the scancode->keycode table
1154 * Writing "-proto" will remove a protocol from protocol mask.