Searched refs:rc_map (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | rc-main.c | 106 struct rc_map *rc_map_get(const char *name) in rc_map_get() 214 static int ir_create_table(struct rc_dev *dev, struct rc_map *rc_map, in ir_create_table() argument 217 rc_map->name = kstrdup(name, GFP_KERNEL); in ir_create_table() 218 if (!rc_map->name) in ir_create_table() 220 rc_map->rc_proto = rc_proto; in ir_create_table() 221 rc_map->alloc = roundup_pow_of_two(size * sizeof(struct rc_map_table)); in ir_create_table() 222 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_create_table() 223 rc_map->scan = kmalloc(rc_map->alloc, GFP_KERNEL); in ir_create_table() 224 if (!rc_map->scan) { in ir_create_table() 225 kfree(rc_map->name); in ir_create_table() [all …]
|
| H A D | mceusb.c | 204 const char *rc_map; /* Allow specify a per-board map */ member 267 .rc_map = RC_MAP_TIVO, 273 .rc_map = RC_MAP_MSI_DIGIVOX_III, 278 .rc_map = RC_MAP_ASTROMETA_T2HYBRID, 1642 if (mceusb_model[ir->model].rc_map) in mceusb_init_rc_dev() 1643 rc->map_name = mceusb_model[ir->model].rc_map; in mceusb_init_rc_dev()
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | rockchip_ir.c | 26 static struct rc_map *rc_map; variable 49 if (rc_map[i].usercode == usercode) in ir_lookup_by_scancode() 52 for (j = 0; i < priv->num && j < rc_map[i].nbuttons; j++) { in ir_lookup_by_scancode() 53 if (rc_map[i].scan[j].scancode == scancode) { in ir_lookup_by_scancode() 54 if (priv->keycode == rc_map[i].scan[j].keycode) in ir_lookup_by_scancode() 58 priv->keycode = rc_map[i].scan[j].keycode; in ir_lookup_by_scancode() 84 rc_map[i].usercode = val; in ir_parse_keys() 85 if (rc_map[i].usercode == 0) { in ir_parse_keys() 89 debug("add new usercode:0x%x\n", rc_map[i].usercode); in ir_parse_keys() 93 rc_map[i].nbuttons = len / 2; in ir_parse_keys() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-input.c | 262 char *rc_map; in cx23885_input_init() local 283 rc_map = RC_MAP_HAUPPAUGE; in cx23885_input_init() 289 rc_map = RC_MAP_NEC_TERRATEC_CINERGY_XS; in cx23885_input_init() 295 rc_map = RC_MAP_TEVII_NEC; in cx23885_input_init() 301 rc_map = RC_MAP_TOTAL_MEDIA_IN_HAND_02; in cx23885_input_init() 308 rc_map = RC_MAP_TBS_NEC; in cx23885_input_init() 318 rc_map = RC_MAP_DVBSKY; in cx23885_input_init() 323 rc_map = RC_MAP_TT_1500; in cx23885_input_init() 373 rc->map_name = rc_map; in cx23885_input_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | dvb_usb.h | 96 .rc_map = (rc), \ 111 const char *rc_map; member 366 const char *rc_map; member
|
| H A D | dvb_usb_core.c | 128 d->rc.map_name = d->rc_map; in dvb_usbv2_remote_init() 916 d->rc_map = driver_info->rc_map; in dvb_usbv2_probe()
|
| H A D | lmedm04.c | 1049 d->rc_map = NULL; in dm04_lme2510_frontend_attach()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | rc-map.h | 157 struct rc_map { struct 175 struct rc_map map; 205 struct rc_map *rc_map_get(const char *name);
|
| H A D | rc-core.h | 171 struct rc_map rc_map; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | rockchip_ir.h | 80 struct rc_map { struct
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/smipcie/ |
| H A D | smipcie-main.c | 1061 .rc_map = RC_MAP_DVBSKY, 1071 .rc_map = RC_MAP_DVBSKY, 1081 .rc_map = RC_MAP_DVBSKY, 1091 .rc_map = RC_MAP_TT_1500,
|
| H A D | smipcie-ir.c | 158 rc_dev->map_name = dev->info->rc_map; in smi_ir_init()
|
| H A D | smipcie.h | 226 char *rc_map; member
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/ |
| H A D | cx231xx.h | 373 struct rc_map *ir_codes;
|