Searched refs:allowed_protos (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-input.c263 u64 allowed_protos; local
281 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
287 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
293 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
299 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
306 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
317 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
322 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
369 rc->allowed_protocols = allowed_protos;
/linux-master/include/linux/ceph/
H A Dauth.h170 const int *allowed_protos, int proto_cnt,
187 const int *allowed_protos, int proto_cnt,
H A Dmessenger.h72 const int *allowed_protos, int proto_cnt,
/linux-master/drivers/media/usb/dvb-usb/
H A Ddtt200u.c227 .allowed_protos = RC_PROTO_BIT_NEC,
279 .allowed_protos = RC_PROTO_BIT_NEC,
331 .allowed_protos = RC_PROTO_BIT_NEC,
383 .allowed_protos = RC_PROTO_BIT_NEC,
H A Da800.c132 .allowed_protos = RC_PROTO_BIT_NEC,
H A Ddib0700_devices.c4083 .allowed_protos = RC_PROTO_BIT_RC5 |
4123 .allowed_protos = RC_PROTO_BIT_RC5 |
4188 .allowed_protos = RC_PROTO_BIT_RC5 |
4233 .allowed_protos = RC_PROTO_BIT_RC5 |
4314 .allowed_protos = RC_PROTO_BIT_RC5 |
4359 .allowed_protos = RC_PROTO_BIT_RC5 |
4416 .allowed_protos = RC_PROTO_BIT_RC5 |
4482 .allowed_protos = RC_PROTO_BIT_RC5 |
4531 .allowed_protos = RC_PROTO_BIT_RC5 |
4604 .allowed_protos
[all...]
H A Dcxusb.c1814 .allowed_protos = RC_PROTO_BIT_NEC,
1873 .allowed_protos = RC_PROTO_BIT_NEC,
1940 .allowed_protos = RC_PROTO_BIT_NEC,
1999 .allowed_protos = RC_PROTO_BIT_NEC,
2054 .allowed_protos = RC_PROTO_BIT_NEC,
2108 .allowed_protos = RC_PROTO_BIT_NEC,
2165 .allowed_protos = RC_PROTO_BIT_NEC,
2265 .allowed_protos = RC_PROTO_BIT_NEC,
2319 .allowed_protos = RC_PROTO_BIT_UNKNOWN,
2374 .allowed_protos
[all...]
H A Ddw2102.c1977 .allowed_protos = RC_PROTO_BIT_NEC,
2032 .allowed_protos = RC_PROTO_BIT_NEC,
2083 .allowed_protos = RC_PROTO_BIT_NEC,
2132 .allowed_protos = RC_PROTO_BIT_NEC,
2179 .allowed_protos = RC_PROTO_BIT_NEC,
2226 .allowed_protos = RC_PROTO_BIT_NEC,
2281 .allowed_protos = RC_PROTO_BIT_NEC,
2329 .allowed_protos = RC_PROTO_BIT_RC5,
2410 .allowed_protos = RC_PROTO_BIT_RC5,
2463 .allowed_protos
[all...]
H A Dvp7045.c225 .allowed_protos = RC_PROTO_BIT_NEC,
H A Ddvb-usb.h197 * @allowed_protos: protocol(s) supported by the driver
209 u64 allowed_protos; member in struct:dvb_rc
H A Ddvb-usb-remote.c281 dev->allowed_protocols = d->props.rc.core.allowed_protos;
H A Dpctv452e.c981 .allowed_protos = RC_PROTO_BIT_RC5,
1034 .allowed_protos = RC_PROTO_BIT_RC5,
H A Dttusb2.c773 .allowed_protos = RC_PROTO_BIT_RC5,
H A Dtechnisat-usb2.c756 .allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER,
H A Dm920x.c1225 .allowed_protos = RC_PROTO_BIT_UNKNOWN,
/linux-master/net/ceph/
H A Dauth.c509 const int *allowed_protos, int proto_cnt,
516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) {
615 const int *allowed_protos, int proto_cnt,
622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) {
507 ceph_auth_handle_bad_method(struct ceph_auth_client *ac, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) argument
613 ceph_auth_handle_bad_authorizer(struct ceph_auth_client *ac, int peer_type, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) argument
H A Dmon_client.c1415 const int *allowed_protos, int proto_cnt,
1425 allowed_protos, proto_cnt,
1413 mon_handle_auth_bad_method(struct ceph_connection *con, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) argument
H A Dmessenger_v2.c2291 int allowed_protos[8], allowed_modes[8]; local
2308 if (allowed_proto_cnt > ARRAY_SIZE(allowed_protos)) {
2309 pr_err("allowed_protos too big %d\n", allowed_proto_cnt);
2313 ceph_decode_32_safe(&p, end, allowed_protos[i], bad);
2314 dout("%s con %p allowed_protos[%d] %d\n", __func__, con,
2315 i, allowed_protos[i]);
2331 allowed_protos,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h119 * @allowed_protos: protocol(s) supported by the driver
129 u64 allowed_protos; member in struct:dvb_usb_rc
H A Drtl28xxu.c1724 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX |
1827 rc->allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER;
H A Daf9035.c1914 rc->allowed_protos = RC_PROTO_BIT_NEC |
1918 rc->allowed_protos = RC_PROTO_BIT_RC6_MCE;
H A Ddvbsky.c207 rc->allowed_protos = RC_PROTO_BIT_RC5;
H A Danysee.c1145 rc->allowed_protos = RC_PROTO_BIT_NEC;
H A Daz6007.c237 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX |
/linux-master/drivers/media/rc/
H A Dimon.c1834 u64 allowed_protos = RC_PROTO_BIT_IMON; local
1865 allowed_protos = RC_PROTO_BIT_RC6_MCE;
1871 allowed_protos |= RC_PROTO_BIT_RC6_MCE;
1877 allowed_protos = RC_PROTO_BIT_RC6_MCE;
1888 allowed_protos = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE;
1899 allowed_protos |= RC_PROTO_BIT_RC6_MCE;
1906 ictx->rc_proto = allowed_protos;

Completed in 478 milliseconds

12