Home
last modified time | relevance | path

Searched refs:allowed_protos (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/pci/cx23885/
H A Dcx23885-input.c263 u64 allowed_protos; in cx23885_input_init() local
281 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
287 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
293 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
299 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
306 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
317 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
322 allowed_protos = RC_PROTO_BIT_ALL_IR_DECODER; in cx23885_input_init()
369 rc->allowed_protocols = allowed_protos; in cx23885_input_init()
/linux/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/net/ceph/
H A Dauth.c509 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument
516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method()
615 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument
622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
H A Dmon_client.c1425 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument
1435 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
H A Dmessenger_v2.c2291 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local
2308 if (allowed_proto_cnt > ARRAY_SIZE(allowed_protos)) { in process_auth_bad_method()
2313 ceph_decode_32_safe(&p, end, allowed_protos[i], bad); in process_auth_bad_method()
2315 i, allowed_protos[i]); in process_auth_bad_method()
2331 allowed_protos, in process_auth_bad_method()
H A Dosd_client.c5649 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument
5658 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c4095 .allowed_protos = RC_PROTO_BIT_RC5 |
4135 .allowed_protos = RC_PROTO_BIT_RC5 |
4200 .allowed_protos = RC_PROTO_BIT_RC5 |
4245 .allowed_protos = RC_PROTO_BIT_RC5 |
4326 .allowed_protos = RC_PROTO_BIT_RC5 |
4371 .allowed_protos = RC_PROTO_BIT_RC5 |
4428 .allowed_protos = RC_PROTO_BIT_RC5 |
4494 .allowed_protos = RC_PROTO_BIT_RC5 |
4543 .allowed_protos = RC_PROTO_BIT_RC5 |
4616 .allowed_protos = RC_PROTO_BIT_RC5 |
[all …]
H A Ddvb-usb-remote.c281 dev->allowed_protocols = d->props.rc.core.allowed_protos; in rc_core_dvb_usb_remote_init()
/linux/drivers/media/rc/
H A Dimon.c1831 u64 allowed_protos = RC_PROTO_BIT_IMON; in imon_get_ffdc_type() local
1862 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1868 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1874 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1885 allowed_protos = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1896 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1903 ictx->rc_proto = allowed_protos; in imon_get_ffdc_type()
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c151 dev->allowed_protocols = d->rc.allowed_protos; in dvb_usbv2_remote_init()
/linux/fs/ceph/
H A Dmds_client.c6425 const int *allowed_protos, int proto_cnt, in mds_handle_auth_bad_method() argument
6434 allowed_protos, proto_cnt, in mds_handle_auth_bad_method()