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

/drivers/media/rc/
H A Dir-raw.c241 u64 protocols; local
243 protocols = available_protocols;
245 return protocols;
329 available_protocols |= ir_raw_handler->protocols;
345 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
/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.c525 __u32 protocols; local
537 protocols = NFC_PROTO_JEWEL_MASK
543 protocols,
H A Dpn533.c949 nfc_dev_dbg(&dev->interface->dev, "Target found - supported protocols: "
971 static void pn533_poll_create_mod_list(struct pn533 *dev, u32 protocols) argument
975 if (protocols & NFC_PROTO_MIFARE_MASK
976 || protocols & NFC_PROTO_ISO14443_MASK
977 || protocols & NFC_PROTO_NFC_DEP_MASK)
980 if (protocols & NFC_PROTO_FELICA_MASK
981 || protocols & NFC_PROTO_NFC_DEP_MASK) {
986 if (protocols & NFC_PROTO_JEWEL_MASK)
989 if (protocols & NFC_PROTO_ISO14443_MASK)
1074 static int pn533_start_poll(struct nfc_dev *nfc_dev, u32 protocols) argument
1621 u32 protocols; local
[all...]
/drivers/staging/usbip/userspace/libsrc/
H A Dnames.c112 static struct protocol *protocols[HASHSZ] = { NULL, }; variable in typeref:struct:protocol
223 p = protocols[hashnum((classid << 16) | (subclassid << 8) | protocolid)];
375 p = protocols[h];
386 p->next = protocols[h];
387 protocols[h] = p;
/drivers/message/fusion/
H A Dmptsas.c2985 u16 protocols; local
2994 protocols = device_info->device_info & 0x78;
2996 if (protocols & MPI_SAS_DEVICE_INFO_SSP_INITIATOR)
2998 if (protocols & MPI_SAS_DEVICE_INFO_STP_INITIATOR)
3000 if (protocols & MPI_SAS_DEVICE_INFO_SMP_INITIATOR)
3002 if (protocols & MPI_SAS_DEVICE_INFO_SATA_HOST)
3009 protocols = device_info->device_info & 0x780;
3011 if (protocols & MPI_SAS_DEVICE_INFO_SSP_TARGET)
3013 if (protocols & MPI_SAS_DEVICE_INFO_STP_TARGET)
3015 if (protocols
[all...]

Completed in 169 milliseconds