/drivers/block/paride/ |
D | paride.c | 41 static struct pi_protocol *protocols[MAX_PROTOS]; variable 215 if (protocols[k] && !strcmp(pr->name, protocols[k]->name)) { in paride_register() 221 while ((k < MAX_PROTOS) && (protocols[k])) in paride_register() 227 protocols[k] = pr; in paride_register() 239 if (protocols[pr->index] != pr) { in paride_unregister() 243 protocols[pr->index] = NULL; in paride_unregister() 360 if (!protocols[0]) in pi_init() 367 (!protocols[s]) || (unit < 0) || in pi_init() 368 (unit >= protocols[s]->max_units)) { in pi_init() 374 struct pi_protocol *proto = protocols[p]; in pi_init()
|
/drivers/media/rc/img-ir/ |
D | img-ir-sony.c | 58 struct img_ir_filter *out, u64 protocols) in img_ir_sony_filter() argument 76 if (!(protocols & RC_BIT_SONY20)) in img_ir_sony_filter() 82 if (!(protocols & RC_BIT_SONY15)) in img_ir_sony_filter()
|
D | Kconfig | 18 testing, debug, and to make more protocols available. 34 NEC protocols in the ImgTec infrared decoder block.
|
D | img-ir-rc5.c | 44 struct img_ir_filter *out, u64 protocols) in img_ir_rc5_filter() argument
|
D | img-ir-rc6.c | 65 struct img_ir_filter *out, u64 protocols) in img_ir_rc6_filter() argument
|
D | img-ir-jvc.c | 33 struct img_ir_filter *out, u64 protocols) in img_ir_jvc_filter() argument
|
D | img-ir-sharp.c | 42 struct img_ir_filter *out, u64 protocols) in img_ir_sharp_filter() argument
|
D | img-ir-sanyo.c | 54 struct img_ir_filter *out, u64 protocols) in img_ir_sanyo_filter() argument
|
D | img-ir-nec.c | 55 struct img_ir_filter *out, u64 protocols) in img_ir_nec_filter() argument
|
D | img-ir-hw.h | 182 struct img_ir_filter *out, u64 protocols);
|
/drivers/media/rc/ |
D | rc-ir-raw.c | 236 u64 protocols; in ir_raw_get_allowed_protocols() local 238 protocols = available_protocols; in ir_raw_get_allowed_protocols() 240 return protocols; in ir_raw_get_allowed_protocols() 330 available_protocols |= ir_raw_handler->protocols; in ir_raw_handler_register() 346 available_protocols &= ~ir_raw_handler->protocols; in ir_raw_handler_unregister()
|
D | rc-main.c | 923 static int parse_protocol_change(u64 *protocols, const char *buf) in parse_protocol_change() argument 967 *protocols |= mask; in parse_protocol_change() 969 *protocols &= ~mask; in parse_protocol_change() 971 *protocols = mask; in parse_protocol_change() 1229 static RC_PROTO_ATTR(protocols, S_IRUGO | S_IWUSR,
|
D | ir-sharp-decoder.c | 178 .protocols = RC_BIT_SHARP,
|
/drivers/nfc/st-nci/ |
D | core.c | 130 u32 protocols; in st_nci_probe() local 137 protocols = NFC_PROTO_JEWEL_MASK in st_nci_probe() 145 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols, in st_nci_probe()
|
/drivers/nfc/nfcmrvl/ |
D | main.c | 113 u32 protocols; in nfcmrvl_nci_register_dev() local 145 protocols = NFC_PROTO_JEWEL_MASK in nfcmrvl_nci_register_dev() 153 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, in nfcmrvl_nci_register_dev()
|
/drivers/nfc/ |
D | port100.c | 1031 struct port100_protocol *protocols; in port100_in_set_framing() local 1041 protocols = in_protocols[param]; in port100_in_set_framing() 1044 while (protocols[num_protocols].number != PORT100_IN_PROT_END) in port100_in_set_framing() 1056 memcpy(skb_put(skb, size), protocols, size); in port100_in_set_framing() 1189 struct port100_protocol *protocols; in port100_tg_set_framing() local 1199 protocols = tg_protocols[param]; in port100_tg_set_framing() 1202 while (protocols[num_protocols].number != PORT100_TG_PROT_END) in port100_tg_set_framing() 1214 memcpy(skb_put(skb, size), protocols, size); in port100_tg_set_framing()
|
D | nfcwilink.c | 502 __u32 protocols; in nfcwilink_probe() local 512 protocols = NFC_PROTO_JEWEL_MASK in nfcwilink_probe() 519 protocols, in nfcwilink_probe()
|
/drivers/uwb/ |
D | Kconfig | 12 10m). It serves as the transport layer for other protocols, 16 protocols (such as WUSB) might impose a master/slave
|
/drivers/isdn/ |
D | Kconfig | 32 suitable for German BTX. On D-Channel, the protocols EDSS1 51 and data connections, controlling call options and protocols,
|
/drivers/infiniband/hw/mlx5/ |
D | Kconfig | 7 This is required to use InfiniBand protocols such as
|
/drivers/infiniband/hw/mlx4/ |
D | Kconfig | 9 This is required to use InfiniBand protocols such as
|
/drivers/staging/rdma/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/drivers/nfc/microread/ |
D | microread.c | 662 u32 protocols; in microread_probe() local 682 protocols = NFC_PROTO_JEWEL_MASK | in microread_probe() 690 quirks, protocols, llc_name, in microread_probe()
|
/drivers/nfc/fdp/ |
D | fdp.c | 748 u32 protocols; in fdp_nci_probe() local 765 protocols = NFC_PROTO_JEWEL_MASK | in fdp_nci_probe() 773 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/drivers/pnp/ |
D | Kconfig | 17 devices. You should then also say Y to all of the protocols below.
|