Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddvb-usb-remote.c14 struct rc_map_table *keymap, in legacy_dvb_usb_get_keymap_index()
49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode()
72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode()
214 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init()
215 set_bit(d->props.rc.legacy.rc_map_table[i].keycode, input_dev->keybit); in legacy_dvb_usb_remote_init()
320 if (d->props.rc.legacy.rc_map_table && d->props.rc.legacy.rc_query) in dvb_usb_remote_init()
366 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in dvb_usb_nec_rc_key_to_event()
A Ddvb-usb.h80 static inline u8 rc5_custom(struct rc_map_table *key) in rc5_custom()
85 static inline u8 rc5_data(struct rc_map_table *key) in rc5_data()
90 static inline u16 rc5_scan(struct rc_map_table *key) in rc5_scan()
189 struct rc_map_table *rc_map_table; member
A Ddigitv.c174 static struct rc_map_table rc_map_digitv_table[] = {
234 struct rc_map_table *entry; in digitv_rc_query()
255 entry = &d->props.rc.legacy.rc_map_table[i]; in digitv_rc_query()
339 .rc_map_table = rc_map_digitv_table,
A Ddibusb-mb.c238 .rc_map_table = rc_map_dibusb_table,
327 .rc_map_table = rc_map_dibusb_table,
396 .rc_map_table = rc_map_dibusb_table,
458 .rc_map_table = rc_map_dibusb_table,
A Dm920x.c201 if (rc5_data(&d->props.rc.legacy.rc_map_table[i]) == rc_state[1]) { in m920x_rc_query()
202 *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[] = {
934 .rc_map_table = rc_map_megasky_table,
1045 .rc_map_table = rc_map_tvwalkertwin_table,
1165 .rc_map_table = rc_map_pinnacle310e_table,
A Dnova-t-usb2.c21 static struct rc_map_table rc_map_haupp_table[] = {
218 .rc_map_table = rc_map_haupp_table,
A DcinergyT2-core.c88 static struct rc_map_table rc_map_cinergyt2_table[] = {
236 .rc_map_table = rc_map_cinergyt2_table,
/linux-6.3-rc2/drivers/media/rc/
A Drc-main.c153 static struct rc_map_table empty[] = {
222 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_create_table()
267 struct rc_map_table *oldscan = rc_map->scan; in ir_resize_table()
268 struct rc_map_table *newscan; in ir_resize_table()
295 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_resize_table()
327 (rc_map->len - index) * sizeof(struct rc_map_table)); in ir_update_mapping()
406 (rc_map->len - i) * sizeof(struct rc_map_table)); in ir_establish_scancode()
503 const struct rc_map_table *e = elt; in rc_map_cmp()
525 struct rc_map_table *res; in ir_lookup_by_scancode()
528 sizeof(struct rc_map_table), rc_map_cmp); in ir_lookup_by_scancode()
[all …]
/linux-6.3-rc2/drivers/media/rc/keymaps/
A Drc-geekbox.c11 static struct rc_map_table geekbox[] = {
A Drc-minix-neo.c12 static struct rc_map_table minix_neo[] = {
A Drc-odroid.c12 static struct rc_map_table odroid[] = {
A Drc-khadas.c12 static struct rc_map_table khadas[] = {
A Drc-vega-s9x.c12 static struct rc_map_table vega_s9x[] = {
A Drc-wetek-hub.c11 static struct rc_map_table wetek_hub[] = {
A Drc-evga-indtube.c15 static struct rc_map_table evga_indtube[] = {
A Drc-msi-digivox-ii.c11 static struct rc_map_table msi_digivox_ii[] = {
A Drc-alink-dtu-m.c12 static struct rc_map_table alink_dtu_m[] = {
A Drc-dtt200u.c11 static struct rc_map_table dtt200u_table[] = {
A Drc-terratec-slim-2.c16 static struct rc_map_table terratec_slim_2[] = {
A Drc-astrometa-t2hybrid.c11 static struct rc_map_table t2hybrid[] = {
A Drc-reddo.c24 static struct rc_map_table reddo[] = {
A Drc-proteus-2309.c13 static struct rc_map_table proteus_2309[] = {
A Drc-ati-tv-wonder-hd-600.c15 static struct rc_map_table ati_tv_wonder_hd_600[] = {
A Drc-msi-tvanywhere.c13 static struct rc_map_table msi_tvanywhere[] = {
A Drc-pine64.c9 static struct rc_map_table pine64[] = {

Completed in 19 milliseconds

1234567