Searched refs:allowed_protos (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-input.c | 263 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 D | auth.h | 170 const int *allowed_protos, int proto_cnt, 187 const int *allowed_protos, int proto_cnt,
|
H A D | messenger.h | 72 const int *allowed_protos, int proto_cnt,
|
/linux/net/ceph/ |
H A D | auth.c | 509 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 D | mon_client.c | 1425 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 D | messenger_v2.c | 2291 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 D | osd_client.c | 5649 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 D | dib0700_devices.c | 4095 .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 D | dvb-usb-remote.c | 281 dev->allowed_protocols = d->props.rc.core.allowed_protos; in rc_core_dvb_usb_remote_init()
|
/linux/drivers/media/rc/ |
H A D | imon.c | 1831 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 D | dvb_usb_core.c | 151 dev->allowed_protocols = d->rc.allowed_protos; in dvb_usbv2_remote_init()
|
/linux/fs/ceph/ |
H A D | mds_client.c | 6425 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()
|