Home
last modified time | relevance | path

Searched refs:rc_type (Results 1 – 25 of 104) sorted by relevance

12345

/linux-2.6.39/drivers/media/video/
Dir-kbd-i2c.c279 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/
Dtm6000-input.c75 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/
Drcom.c57 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()
Dutil.c138 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/
Drc-main.c105 .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()
Dimon.c134 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/
Drc-lirc.c22 .rc_type = RC_TYPE_LIRC,
Drc-evga-indtube.c42 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-terratec-slim-2.c53 .rc_type = RC_TYPE_NEC,
Drc-alink-dtu-m.c49 .rc_type = RC_TYPE_NEC,
Drc-msi-digivox-ii.c48 .rc_type = RC_TYPE_NEC,
Drc-ati-tv-wonder-hd-600.c50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-msi-tvanywhere.c50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-pinnacle-pctv-hd.c54 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-proteus-2309.c50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-avermedia-rm-ks.c60 .rc_type = RC_TYPE_NEC,
Drc-flyvideo.c51 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-pixelview-002t.c58 .rc_type = RC_TYPE_NEC,
Drc-winfast-usbii-deluxe.c63 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-apac-viewcomp.c61 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-behold-columbus.c89 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-em-terratec.c50 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-encore-enltv-fm53.c62 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
Drc-gadmei-rm008z.c62 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
/linux-2.6.39/drivers/media/video/em28xx/
Dem28xx-input.c346 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()

12345