Searched refs:rc_map_table (Results 126 - 150 of 155) sorted by relevance

1234567

/linux-master/drivers/media/rc/keymaps/
H A Drc-digitalnow-tinytwin.c11 static struct rc_map_table digitalnow_tinytwin[] = {
H A Drc-ct-90405.c11 static struct rc_map_table ct_90405[] = {
H A Drc-medion-x10.c14 static struct rc_map_table medion_x10[] = {
H A Drc-winfast.c13 static struct rc_map_table winfast[] = {
H A Drc-twinhan1027.c5 static struct rc_map_table twinhan_vp1027[] = {
H A Drc-videomate-m1f.c12 static struct rc_map_table videomate_k100[] = {
H A Drc-twinhan-dtv-cab-ci.c10 static struct rc_map_table twinhan_dtv_cab_ci[] = {
H A Drc-cec.c26 static struct rc_map_table cec[] = {
H A Drc-lme2510.c11 static struct rc_map_table lme2510_rc[] = {
H A Drc-imon-mce.c12 static struct rc_map_table imon_mce[] = {
H A Drc-imon-pad.c17 static struct rc_map_table imon_pad[] = {
H A Drc-avermedia-m135a.c21 static struct rc_map_table avermedia_m135a[] = {
H A Drc-dreambox.c20 static struct rc_map_table dreambox[] = {
H A Drc-nec-terratec-cinergy-xs.c15 static struct rc_map_table nec_terratec_cinergy_xs[] = {
H A Drc-dib0700-nec.c16 static struct rc_map_table dib0700_nec_table[] = {
H A Drc-hauppauge.c24 static struct rc_map_table rc5_hauppauge_new[] = {
H A Drc-dib0700-rc5.c16 static struct rc_map_table dib0700_rc5_table[] = {
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-remote.c23 struct rc_map_table rc_map_af9005_table[] = {
H A Ddibusb-mc.c106 .rc_map_table = rc_map_dibusb_table,
H A Dnova-t-usb2.c21 static struct rc_map_table rc_map_haupp_table[] = {
218 .rc_map_table = rc_map_haupp_table,
H A DcinergyT2-core.c88 static struct rc_map_table rc_map_cinergyt2_table[] = {
236 .rc_map_table = rc_map_cinergyt2_table,
H A Dm920x.c201 if (rc5_data(&d->props.rc.legacy.rc_map_table[i]) == rc_state[1]) {
202 *event = d->props.rc.legacy.rc_map_table[i].keycode;
720 static struct rc_map_table rc_map_megasky_table[] = {
739 static struct rc_map_table rc_map_tvwalkertwin_table[] = {
759 static struct rc_map_table rc_map_pinnacle310e_table[] = {
935 .rc_map_table = rc_map_megasky_table,
1046 .rc_map_table = rc_map_tvwalkertwin_table,
1166 .rc_map_table = rc_map_pinnacle310e_table,
H A Dvp702x.c251 static struct rc_map_table rc_map_vp702x_table[] = {
422 .rc_map_table = rc_map_vp702x_table,
/linux-master/include/media/
H A Drc-map.h135 * struct rc_map_table - represents a scancode/keycode pair
140 struct rc_map_table { struct
148 * @scan: pointer to struct &rc_map_table
158 struct rc_map_table *scan;
/linux-master/drivers/media/rc/
H A Drc-main.c153 static struct rc_map_table empty[] = {
221 rc_map->alloc = roundup_pow_of_two(size * sizeof(struct rc_map_table));
222 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table);
267 struct rc_map_table *oldscan = rc_map->scan;
268 struct rc_map_table *newscan;
292 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table));
295 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table);
327 (rc_map->len - index) * sizeof(struct rc_map_table));
406 (rc_map->len - i) * sizeof(struct rc_map_table));
503 const struct rc_map_table *
[all...]

Completed in 288 milliseconds

1234567