/linux-3.4.99/drivers/usb/gadget/ |
D | rndis.c | 163 static int gen_ndis_query_resp(int configNr, u32 OID, u8 *buf, in gen_ndis_query_resp() argument 181 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp() 198 switch (OID) { in gen_ndis_query_resp() 482 __func__, OID); in gen_ndis_query_resp() 493 static int gen_ndis_set_resp(u8 configNr, u32 OID, u8 *buf, u32 buf_len, in gen_ndis_set_resp() argument 507 pr_debug("set OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_set_resp() 518 switch (OID) { in gen_ndis_set_resp() 556 __func__, OID, buf_len); in gen_ndis_set_resp() 627 if (gen_ndis_query_resp(configNr, le32_to_cpu(buf->OID), in rndis_query_response() 674 if (gen_ndis_set_resp(configNr, le32_to_cpu(buf->OID), in rndis_set_response()
|
D | rndis.h | 109 __le32 OID; member 130 __le32 OID; member
|
/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_h323_types.c | 51 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL}, 264 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL}, 839 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 904 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 930 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 964 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 990 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1026 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1067 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL}, 1132 {FNAME("type") OID, BYTE, 0, 0, SKIP, 0, NULL}, [all …]
|
D | nf_conntrack_h323_asn1.c | 43 #define OID 2 macro
|
/linux-3.4.99/drivers/scsi/ |
D | aha152x.h | 125 #define OID 0x70 macro
|
D | aic7xxx_old.c | 9351 temp_p->scsi_id = aic_inb(temp_p, SCSIID_ULTRA2) & OID; in aic7xxx_detect() 9353 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID; in aic7xxx_detect()
|
/linux-3.4.99/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 129 #define OID 0x0f macro
|
D | aic7xxx.reg | 177 mask OID 0x0f /* Our ID mask */ 334 mask OID 0x0f /* Our ID mask */
|
D | aic7xxx.seq | 174 and SCSIID_ULTRA2, OID; /* Clear old target */ 178 and SCSIID, OID; /* Clear old target */
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 383 { "OID", 0x0f, 0x0f },
|
D | aic7xxx.h | 72 ((scsiid) & OID)
|
D | aic7xxx.seq | 213 and A, OID, TARGIDIN; 215 and A, OID, SCSIID_ULTRA2; 217 and A, OID, SCSIID; 341 and A, OID, SCSIID_ULTRA2; 343 and A, OID, SCSIID; 379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
|
D | aic7xxx.reg | 202 mask OID 0x0f /* Our ID mask */ 382 mask OID 0x0f /* Our ID mask */ 1175 mask OID 0x0f
|
D | aic79xx.h | 74 ((scsiid) & OID)
|
D | aic7xxx_pci.c | 796 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config() 798 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
|
D | aic79xx_reg_print.c_shipped | 735 { "OID", 0x0f, 0x0f },
|
D | aic7xxx_reg.h_shipped | 770 #define OID 0x0f
|
D | aic7xxx_core.c | 2786 our_id = ahc_inb(ahc, TARGIDIN) & OID; in ahc_fetch_devinfo() 2788 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_fetch_devinfo() 2790 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo() 7786 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
|
D | aic79xx_reg.h_shipped | 2575 #define OID 0x0f
|
D | aic79xx_core.c | 4321 our_id = ahd_inb(ahd, TARGIDIN) & OID; in ahd_fetch_devinfo() 10652 scsiid_mask = 0x1 << (scsiid & OID); in ahd_update_scsiid()
|
D | aic79xx.reg | 4131 field OID 0x0F
|
D | aic79xx.seq | 647 and A, OID, IOWNID;
|