Searched defs:protocols (Results 1 - 19 of 19) sorted by relevance

/drivers/media/rc/img-ir/
H A Dimg-ir-jvc.c33 struct img_ir_filter *out, u64 protocols)
32 img_ir_jvc_filter(const struct rc_scancode_filter *in, struct img_ir_filter *out, u64 protocols) argument
H A Dimg-ir-nec.c55 struct img_ir_filter *out, u64 protocols)
54 img_ir_nec_filter(const struct rc_scancode_filter *in, struct img_ir_filter *out, u64 protocols) argument
H A Dimg-ir-sanyo.c54 struct img_ir_filter *out, u64 protocols)
53 img_ir_sanyo_filter(const struct rc_scancode_filter *in, struct img_ir_filter *out, u64 protocols) argument
H A Dimg-ir-sharp.c42 struct img_ir_filter *out, u64 protocols)
41 img_ir_sharp_filter(const struct rc_scancode_filter *in, struct img_ir_filter *out, u64 protocols) argument
H A Dimg-ir-sony.c58 struct img_ir_filter *out, u64 protocols)
76 if (!(protocols & RC_BIT_SONY20))
82 if (!(protocols & RC_BIT_SONY15))
57 img_ir_sony_filter(const struct rc_scancode_filter *in, struct img_ir_filter *out, u64 protocols) argument
/drivers/nfc/st21nfcb/
H A Dst21nfcb.c88 u32 protocols; local
95 protocols = NFC_PROTO_JEWEL_MASK
103 ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols,
/drivers/nfc/nfcmrvl/
H A Dmain.c96 u32 protocols; local
106 protocols = NFC_PROTO_JEWEL_MASK
112 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, 0, 0);
/drivers/media/rc/
H A Drc-ir-raw.c236 u64 protocols; local
238 protocols = available_protocols;
240 return protocols;
330 available_protocols |= ir_raw_handler->protocols;
346 available_protocols &= ~ir_raw_handler->protocols;
H A Drc-core-priv.h26 u64 protocols; /* which are handled by this handler */ member in struct:ir_raw_handler
H A Drc-main.c776 * used by the sysfs protocols file. Note that the order
838 * it is trigged by reading /sys/class/rc/rc?/[wakeup_]protocols.
839 * It returns the protocol names of supported protocols.
840 * Enabled protocols are printed in brackets.
894 * @protocols: pointer to the bitmask of current protocols
900 * Writing "none" will disable all protocols.
903 static int parse_protocol_change(u64 *protocols, const char *buf) argument
943 *protocols |= mask;
945 *protocols
[all...]
/drivers/block/paride/
H A Dparide.c40 static struct pi_protocol *protocols[MAX_PROTOS]; variable in typeref:struct:pi_protocol
214 if (protocols[k] && !strcmp(pr->name, protocols[k]->name)) {
220 while ((k < MAX_PROTOS) && (protocols[k]))
226 protocols[k] = pr;
238 if (protocols[pr->index] != pr) {
242 protocols[pr->index] = NULL;
357 if (!protocols[0])
364 (!protocols[s]) || (unit < 0) ||
365 (unit >= protocols[
[all...]
/drivers/scsi/isci/
H A Dport.h136 struct sci_phy_proto protocols; member in struct:sci_port_end_point_properties
/drivers/nfc/
H A Dnfcwilink.c502 __u32 protocols; local
512 protocols = NFC_PROTO_JEWEL_MASK
519 protocols,
H A Dport100.c1031 struct port100_protocol *protocols; local
1041 protocols = in_protocols[param];
1044 while (protocols[num_protocols].number != PORT100_IN_PROT_END)
1056 memcpy(skb_put(skb, size), protocols, size);
1189 struct port100_protocol *protocols; local
1199 protocols = tg_protocols[param];
1202 while (protocols[num_protocols].number != PORT100_TG_PROT_END)
1214 memcpy(skb_put(skb, size), protocols, size);
H A Dpn533.c1484 "Target found - supported protocols: 0x%x\n",
2121 "%s: im protocols 0x%x tm protocols 0x%x\n",
3118 u32 protocols; local
3189 protocols = PN533_ALL_PROTOCOLS;
3193 protocols = PN533_NO_TYPE_B_PROTOCOLS;
3197 protocols = PN533_NO_TYPE_B_PROTOCOLS;
3226 dev->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols,
/drivers/nfc/microread/
H A Dmicroread.c661 u32 protocols; local
681 protocols = NFC_PROTO_JEWEL_MASK |
689 quirks, protocols, llc_name,
/drivers/nfc/pn544/
H A Dpn544.c355 pr_info(DRIVER_DESC ": %s protocols 0x%x 0x%x\n",
919 u32 protocols; local
945 protocols = NFC_PROTO_JEWEL_MASK |
953 protocols, llc_name,
/drivers/nfc/st21nfca/
H A Dst21nfca.c330 pr_info(DRIVER_DESC ": %s protocols 0x%x 0x%x\n",
901 u32 protocols; local
934 protocols = NFC_PROTO_JEWEL_MASK |
946 protocols, llc_name,
/drivers/message/fusion/
H A Dmptsas.c2981 u16 protocols; local
2990 protocols = device_info->device_info & 0x78;
2992 if (protocols & MPI_SAS_DEVICE_INFO_SSP_INITIATOR)
2994 if (protocols & MPI_SAS_DEVICE_INFO_STP_INITIATOR)
2996 if (protocols & MPI_SAS_DEVICE_INFO_SMP_INITIATOR)
2998 if (protocols & MPI_SAS_DEVICE_INFO_SATA_HOST)
3005 protocols = device_info->device_info & 0x780;
3007 if (protocols & MPI_SAS_DEVICE_INFO_SSP_TARGET)
3009 if (protocols & MPI_SAS_DEVICE_INFO_STP_TARGET)
3011 if (protocols
[all...]

Completed in 1615 milliseconds