Home
last modified time | relevance | path

Searched refs:rc_map_table (Results 1 – 129 of 129) sorted by relevance

/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c13 struct rc_map_table *keymap, in legacy_dvb_usb_get_keymap_index()
48 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode()
71 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode()
208 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init()
209 set_bit(d->props.rc.legacy.rc_map_table[i].keycode, input_dev->keybit); in legacy_dvb_usb_remote_init()
314 if (d->props.rc.legacy.rc_map_table && d->props.rc.legacy.rc_query) in dvb_usb_remote_init()
360 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in dvb_usb_nec_rc_key_to_event()
Ddvb-usb.h78 static inline u8 rc5_custom(struct rc_map_table *key) in rc5_custom()
83 static inline u8 rc5_data(struct rc_map_table *key) in rc5_data()
88 static inline u16 rc5_scan(struct rc_map_table *key) in rc5_scan()
183 struct rc_map_table *rc_map_table; member
Ddtt200u.c60 static struct rc_map_table rc_map_dtt200u_table[] = {
169 .rc_map_table = rc_map_dtt200u_table,
219 .rc_map_table = rc_map_dtt200u_table,
269 .rc_map_table = rc_map_dtt200u_table,
319 .rc_map_table = rc_map_dtt200u_table,
Ddigitv.c169 static struct rc_map_table rc_map_digitv_table[] = {
246 if (rc5_custom(&d->props.rc.legacy.rc_map_table[i]) == key[1] && in digitv_rc_query()
247 rc5_data(&d->props.rc.legacy.rc_map_table[i]) == key[2]) { in digitv_rc_query()
248 *event = d->props.rc.legacy.rc_map_table[i].keycode; in digitv_rc_query()
323 .rc_map_table = rc_map_digitv_table,
Dcxusb.c434 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in cxusb_rc_query()
459 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in cxusb_bluebird2_rc_query()
487 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in cxusb_d680_dmb_rc_query()
510 static struct rc_map_table rc_map_dvico_mce_table[] = {
558 static struct rc_map_table rc_map_dvico_portable_table[] = {
597 static struct rc_map_table rc_map_d680_dmb_table[] = {
982 for (i = 0; adap->dev->props.rc.legacy.rc_map_table != NULL && i < 5; i++) { in cxusb_dualdig4_frontend_attach()
990 adap->dev->props.rc.legacy.rc_map_table = NULL; in cxusb_dualdig4_frontend_attach()
1698 .rc_map_table = rc_map_dvico_portable_table,
1754 .rc_map_table = rc_map_dvico_mce_table,
[all …]
Ddibusb-mb.c220 .rc_map_table = rc_map_dibusb_table,
309 .rc_map_table = rc_map_dibusb_table,
378 .rc_map_table = rc_map_dibusb_table,
440 .rc_map_table = rc_map_dibusb_table,
Da800.c40 static struct rc_map_table rc_map_a800_table[] = {
162 .rc_map_table = rc_map_a800_table,
Dm920x.c208 if (rc5_data(&d->props.rc.legacy.rc_map_table[i]) == rc_state[1]) { in m920x_rc_query()
209 *event = d->props.rc.legacy.rc_map_table[i].keycode; in m920x_rc_query()
719 static struct rc_map_table rc_map_megasky_table[] = {
738 static struct rc_map_table rc_map_tvwalkertwin_table[] = {
758 static struct rc_map_table rc_map_pinnacle310e_table[] = {
925 .rc_map_table = rc_map_megasky_table,
1036 .rc_map_table = rc_map_tvwalkertwin_table,
1156 .rc_map_table = rc_map_pinnacle310e_table,
DcinergyT2-core.c87 static struct rc_map_table rc_map_cinergyt2_table[] = {
224 .rc_map_table = rc_map_cinergyt2_table,
Dnova-t-usb2.c24 static struct rc_map_table rc_map_haupp_table[] = {
202 .rc_map_table = rc_map_haupp_table,
Ddibusb.h127 extern struct rc_map_table rc_map_dibusb_table[];
Dvp7045.c104 static struct rc_map_table rc_map_vp7045_table[] = {
270 .rc_map_table = rc_map_vp7045_table,
Ddibusb-mc.c89 .rc_map_table = rc_map_dibusb_table,
Daf9005-remote.c36 struct rc_map_table rc_map_af9005_table[] = {
Dvp702x.c254 static struct rc_map_table rc_map_vp702x_table[] = {
412 .rc_map_table = rc_map_vp702x_table,
Dopera1.c344 static struct rc_map_table rc_map_opera1_table[] = {
509 .rc_map_table = rc_map_opera1_table,
Daf9005.c1042 .rc_map_table = NULL,
1094 af9005_properties.rc.legacy.rc_map_table = rc_keys; in af9005_usb_module_init()
Ddibusb-common.c348 struct rc_map_table rc_map_dibusb_table[] = {
Daz6027.c389 static struct rc_map_table rc_map_az6027_table[] = {
1133 .rc_map_table = rc_map_az6027_table,
Daf9005.h3493 extern struct rc_map_table rc_map_af9005_table[];
/linux-4.4.14/drivers/media/rc/
Drc-main.c105 static struct rc_map_table empty[] = {
134 rc_map->alloc = roundup_pow_of_two(size * sizeof(struct rc_map_table)); in ir_create_table()
135 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_create_table()
172 struct rc_map_table *oldscan = rc_map->scan; in ir_resize_table()
173 struct rc_map_table *newscan; in ir_resize_table()
199 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table)); in ir_resize_table()
202 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_resize_table()
232 (rc_map->len - index) * sizeof(struct rc_map_table)); in ir_update_mapping()
311 (rc_map->len - i) * sizeof(struct rc_map_table)); in ir_establish_scancode()
451 struct rc_map_table *entry; in ir_getkeycode()
/linux-4.4.14/include/media/
Drc-map.h77 struct rc_map_table { struct
83 struct rc_map_table *scan; argument
/linux-4.4.14/drivers/media/rc/keymaps/
Drc-lirc.c15 static struct rc_map_table lirc[] = {
Drc-evga-indtube.c20 static struct rc_map_table evga_indtube[] = {
Drc-terratec-slim-2.c29 static struct rc_map_table terratec_slim_2[] = {
Drc-alink-dtu-m.c25 static struct rc_map_table alink_dtu_m[] = {
Drc-msi-digivox-ii.c24 static struct rc_map_table msi_digivox_ii[] = {
Drc-reddo.c37 static struct rc_map_table reddo[] = {
Drc-proteus-2309.c18 static struct rc_map_table proteus_2309[] = {
Drc-ati-tv-wonder-hd-600.c20 static struct rc_map_table ati_tv_wonder_hd_600[] = {
Drc-msi-tvanywhere.c18 static struct rc_map_table msi_tvanywhere[] = {
Drc-pixelview-002t.c20 static struct rc_map_table pixelview_002t[] = {
Drc-flyvideo.c16 static struct rc_map_table flyvideo[] = {
Drc-avermedia-rm-ks.c27 static struct rc_map_table avermedia_rm_ks[] = {
Drc-pinnacle-pctv-hd.c18 static struct rc_map_table pinnacle_pctv_hd[] = {
Drc-kworld-plus-tv-analog.c20 static struct rc_map_table kworld_plus_tv_analog[] = {
Drc-encore-enltv-fm53.c20 static struct rc_map_table encore_enltv_fm53[] = {
Drc-dm1105-nec.c20 static struct rc_map_table dm1105_nec[] = {
Drc-apac-viewcomp.c18 static struct rc_map_table apac_viewcomp[] = {
Drc-pixelview-new.c21 static struct rc_map_table pixelview_new[] = {
Drc-em-terratec.c16 static struct rc_map_table em_terratec[] = {
Drc-gadmei-rm008z.c20 static struct rc_map_table gadmei_rm008z[] = {
Drc-behold-columbus.c25 static struct rc_map_table behold_columbus[] = {
Drc-terratec-slim.c26 static struct rc_map_table terratec_slim[] = {
Drc-digittrade.c29 static struct rc_map_table digittrade[] = {
Drc-trekstor.c27 static struct rc_map_table trekstor[] = {
Drc-pixelview-mk12.c20 static struct rc_map_table pixelview_mk12[] = {
Drc-winfast-usbii-deluxe.c20 static struct rc_map_table winfast_usbii_deluxe[] = {
Drc-manli.c25 static struct rc_map_table manli[] = {
Drc-pv951.c18 static struct rc_map_table pv951[] = {
Drc-real-audio-220-32-keys.c18 static struct rc_map_table real_audio_220_32_keys[] = {
Drc-dntv-live-dvb-t.c18 static struct rc_map_table dntv_live_dvb_t[] = {
Drc-technisat-ts35.c14 static struct rc_map_table technisat_ts35[] = {
Drc-norwood.c20 static struct rc_map_table norwood[] = {
Drc-total-media-in-hand-02.c25 static struct rc_map_table total_media_in_hand_02[] = {
Drc-technisat-usb2.c35 static struct rc_map_table technisat_usb2[] = {
Drc-su3000.c14 static struct rc_map_table su3000[] = {
Drc-delock-61959.c17 static struct rc_map_table delock_61959[] = {
Drc-total-media-in-hand.c25 static struct rc_map_table total_media_in_hand[] = {
Drc-npgtech.c16 static struct rc_map_table npgtech[] = {
Drc-kworld-315u.c19 static struct rc_map_table kworld_315u[] = {
Drc-genius-tvgo-a11mce.c21 static struct rc_map_table genius_tvgo_a11mce[] = {
Drc-pixelview.c16 static struct rc_map_table pixelview[] = {
Drc-avermedia-dvbt.c18 static struct rc_map_table avermedia_dvbt[] = {
Drc-behold.c28 static struct rc_map_table behold[] = {
Drc-dvbsky.c20 static struct rc_map_table rc5_dvbsky[] = {
Drc-powercolor-real-angel.c21 static struct rc_map_table powercolor_real_angel[] = {
Drc-tbs-nec.c16 static struct rc_map_table tbs_nec[] = {
Drc-kaiomy.c20 static struct rc_map_table kaiomy[] = {
Drc-pctv-sedna.c21 static struct rc_map_table pctv_sedna[] = {
Drc-flydvb.c16 static struct rc_map_table flydvb[] = {
Drc-gotview7135.c18 static struct rc_map_table gotview7135[] = {
Drc-streamzap.c15 static struct rc_map_table streamzap[] = {
Drc-avermedia-a16d.c16 static struct rc_map_table avermedia_a16d[] = {
Drc-msi-digivox-iii.c28 static struct rc_map_table msi_digivox_iii[] = {
Drc-purpletv.c16 static struct rc_map_table purpletv[] = {
Drc-avermedia.c18 static struct rc_map_table avermedia[] = {
Drc-cinergy.c16 static struct rc_map_table cinergy[] = {
Drc-msi-tvanywhere-plus.c30 static struct rc_map_table msi_tvanywhere_plus[] = {
Drc-asus-pc39.c22 static struct rc_map_table asus_pc39[] = {
Drc-tt-1500.c18 static struct rc_map_table tt_1500[] = {
Drc-avertv-303.c18 static struct rc_map_table avertv_303[] = {
Drc-videomate-tv-pvr.c16 static struct rc_map_table videomate_tv_pvr[] = {
Drc-iodata-bctv7e.c18 static struct rc_map_table iodata_bctv7e[] = {
Drc-cinergy-1400.c18 static struct rc_map_table cinergy_1400[] = {
Drc-encore-enltv2.c19 static struct rc_map_table encore_enltv2[] = {
Drc-pinnacle-color.c16 static struct rc_map_table pinnacle_color[] = {
Drc-asus-ps3-100.c16 static struct rc_map_table asus_ps3_100[] = {
Drc-pinnacle-grey.c16 static struct rc_map_table pinnacle_grey[] = {
Drc-terratec-cinergy-c-pci.c14 static struct rc_map_table terratec_cinergy_c_pci[] = {
Drc-tivo.c22 static struct rc_map_table tivo[] = {
Drc-avermedia-m733a-rm-k6.c20 static struct rc_map_table avermedia_m733a_rm_k6[] = {
Drc-eztv.c19 static struct rc_map_table eztv[] = {
Drc-kworld-pc150u.c22 static struct rc_map_table kworld_pc150u[] = {
Drc-terratec-cinergy-s2-hd.c12 static struct rc_map_table terratec_cinergy_s2_hd[] = {
Drc-terratec-cinergy-xs.c20 static struct rc_map_table terratec_cinergy_xs[] = {
Drc-videomate-s350.c16 static struct rc_map_table videomate_s350[] = {
Drc-medion-x10-or2x.c29 static struct rc_map_table medion_x10_or2x[] = {
Drc-it913x-v2.c15 static struct rc_map_table it913x_v2_rc[] = {
Drc-budget-ci-old.c23 static struct rc_map_table budget_ci_old[] = {
Drc-adstech-dvb-t-pci.c18 static struct rc_map_table adstech_dvb_t_pci[] = {
Drc-fusionhdtv-mce.c18 static struct rc_map_table fusionhdtv_mce[] = {
Drc-anysee.c24 static struct rc_map_table anysee[] = {
Drc-tevii-nec.c16 static struct rc_map_table tevii_nec[] = {
Drc-medion-x10-digitainer.c29 static struct rc_map_table medion_x10_digitainer[] = {
Drc-ati-x10.c40 static struct rc_map_table ati_x10[] = {
Drc-snapstream-firefly.c24 static struct rc_map_table snapstream_firefly[] = {
Drc-digitalnow-tinytwin.c24 static struct rc_map_table digitalnow_tinytwin[] = {
Drc-videomate-m1f.c16 static struct rc_map_table videomate_k100[] = {
Drc-leadtek-y04g0051.c24 static struct rc_map_table leadtek_y04g0051[] = {
Drc-medion-x10.c27 static struct rc_map_table medion_x10[] = {
Drc-twinhan-dtv-cab-ci.c14 static struct rc_map_table twinhan_dtv_cab_ci[] = {
Drc-twinhan1027.c4 static struct rc_map_table twinhan_vp1027[] = {
Drc-avermedia-cardbus.c18 static struct rc_map_table avermedia_cardbus[] = {
Drc-it913x-v1.c15 static struct rc_map_table it913x_v1_rc[] = {
Drc-nebula.c16 static struct rc_map_table nebula[] = {
Drc-encore-enltv.c19 static struct rc_map_table encore_enltv[] = {
Drc-azurewave-ad-tu700.c24 static struct rc_map_table azurewave_ad_tu700[] = {
Drc-dntv-live-dvbt-pro.c18 static struct rc_map_table dntv_live_dvbt_pro[] = {
Drc-winfast.c18 static struct rc_map_table winfast[] = {
Drc-lme2510.c16 static struct rc_map_table lme2510_rc[] = {
Drc-rc6-mce.c18 static struct rc_map_table rc6_mce[] = {
Drc-imon-mce.c16 static struct rc_map_table imon_mce[] = {
Drc-dib0700-nec.c21 static struct rc_map_table dib0700_nec_table[] = {
Drc-avermedia-m135a.c26 static struct rc_map_table avermedia_m135a[] = {
Drc-nec-terratec-cinergy-xs.c20 static struct rc_map_table nec_terratec_cinergy_xs[] = {
Drc-imon-pad.c21 static struct rc_map_table imon_pad[] = {
Drc-dib0700-rc5.c21 static struct rc_map_table dib0700_rc5_table[] = {
Drc-hauppauge.c29 static struct rc_map_table rc5_hauppauge_new[] = {