/linux-2.6.39/drivers/media/video/ |
D | ir-kbd-i2c.c | 279 u64 rc_type = RC_TYPE_UNKNOWN; in ir_probe() local 298 rc_type = RC_TYPE_OTHER; in ir_probe() 306 rc_type = RC_TYPE_RC5; in ir_probe() 312 rc_type = RC_TYPE_OTHER; in ir_probe() 318 rc_type = RC_TYPE_RC5; in ir_probe() 324 rc_type = RC_TYPE_OTHER; in ir_probe() 330 rc_type = RC_TYPE_RC5; in ir_probe() 345 rc_type = init_data->type; in ir_probe() 390 if (!name || !ir->get_key || !rc_type || !ir_codes) { in ir_probe() 417 rc->allowed_protos = rc_type; in ir_probe()
|
/linux-2.6.39/drivers/staging/tm6000/ |
D | tm6000-input.c | 75 u64 rc_type; member 99 switch (ir->rc_type) { in tm6000_ir_config() 176 switch (ir->rc_type) { in default_polling_getkey() 197 if (ir->rc_type == RC_TYPE_RC5) { in default_polling_getkey() 287 int tm6000_ir_change_protocol(struct rc_dev *rc, u64 rc_type) in tm6000_ir_change_protocol() argument 294 if ((rc->rc_map.scan) && (rc_type == RC_TYPE_NEC)) in tm6000_ir_change_protocol() 298 ir->rc_type = rc_type; in tm6000_ir_change_protocol()
|
/linux-2.6.39/fs/dlm/ |
D | rcom.c | 57 rc->rc_type = type; in create_rcom() 195 rc_in->rc_type, rc_in->rc_header.h_nodeid, in receive_sync_reply() 410 rc->rc_type = DLM_RCOM_STATUS_REPLY; in dlm_send_ls_not_ready() 429 switch (rc->rc_type) { in is_old_reply() 440 rc->rc_type, rc->rc_header.h_nodeid, in is_old_reply() 456 if (dlm_recovery_stopped(ls) && (rc->rc_type != DLM_RCOM_STATUS)) { in dlm_receive_rcom() 458 rc->rc_type, nodeid); in dlm_receive_rcom() 465 switch (rc->rc_type) { in dlm_receive_rcom() 503 log_error(ls, "receive_rcom bad type %d", rc->rc_type); in dlm_receive_rcom() 509 rc->rc_type, nodeid); in dlm_receive_rcom()
|
D | util.c | 138 rc->rc_type = cpu_to_le32(rc->rc_type); in dlm_rcom_out() 149 rc->rc_type = le32_to_cpu(rc->rc_type); in dlm_rcom_in()
|
/linux-2.6.39/drivers/media/rc/ |
D | rc-main.c | 105 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */ 122 const char *name, u64 rc_type, size_t size) in ir_create_table() argument 125 rc_map->rc_type = rc_type; in ir_create_table() 375 from->rc_type, from->size); in ir_setkeytable() 766 enabled = dev->rc_map.rc_type; in show_protocols() 824 type = dev->rc_map.rc_type; in store_protocols() 892 dev->rc_map.rc_type = type; in store_protocols() 1063 rc = dev->change_protocol(dev, rc_map->rc_type); in rc_register_device()
|
D | imon.c | 134 u64 rc_type; /* iMON or MCE (RC6) IR protocol? */ member 1004 static int imon_ir_change_protocol(struct rc_dev *rc, u64 rc_type) in imon_ir_change_protocol() argument 1013 if (rc_type && !(rc_type & rc->allowed_protos)) in imon_ir_change_protocol() 1017 switch (rc_type) { in imon_ir_change_protocol() 1028 rc_type = RC_TYPE_OTHER; in imon_ir_change_protocol() 1036 rc_type = RC_TYPE_OTHER; in imon_ir_change_protocol() 1051 ictx->rc_type = rc_type; in imon_ir_change_protocol() 1326 if (ictx->rc_type == RC_TYPE_OTHER && pad_stabilize) { in imon_pad_to_keys() 1393 if (ictx->rc_type == RC_TYPE_OTHER && pad_stabilize) { in imon_pad_to_keys() 1515 if (ictx->rc_type == RC_TYPE_RC6) { in imon_incoming_packet() [all …]
|
/linux-2.6.39/drivers/media/rc/keymaps/ |
D | rc-lirc.c | 22 .rc_type = RC_TYPE_LIRC,
|
D | rc-evga-indtube.c | 42 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-terratec-slim-2.c | 53 .rc_type = RC_TYPE_NEC,
|
D | rc-alink-dtu-m.c | 49 .rc_type = RC_TYPE_NEC,
|
D | rc-msi-digivox-ii.c | 48 .rc_type = RC_TYPE_NEC,
|
D | rc-ati-tv-wonder-hd-600.c | 50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-msi-tvanywhere.c | 50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-pinnacle-pctv-hd.c | 54 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-proteus-2309.c | 50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-avermedia-rm-ks.c | 60 .rc_type = RC_TYPE_NEC,
|
D | rc-flyvideo.c | 51 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-pixelview-002t.c | 58 .rc_type = RC_TYPE_NEC,
|
D | rc-winfast-usbii-deluxe.c | 63 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-apac-viewcomp.c | 61 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-behold-columbus.c | 89 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-em-terratec.c | 50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-encore-enltv-fm53.c | 62 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
D | rc-gadmei-rm008z.c | 62 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-input.c | 346 int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 rc_type) in em28xx_ir_change_protocol() argument 355 if (rc_type == RC_TYPE_RC5) { in em28xx_ir_change_protocol() 358 } else if (rc_type == RC_TYPE_NEC) { in em28xx_ir_change_protocol() 362 } else if (rc_type != RC_TYPE_UNKNOWN) in em28xx_ir_change_protocol()
|