Searched refs:subtype (Results 101 - 125 of 227) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.h315 fwrt->dump.fw_ver.subtype = lmac->ver_subtype;
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c581 if (vm->subtype == VM_SUBTYPE_SEV)
583 else if (vm->subtype == VM_SUBTYPE_SEV_ES)
1084 if (vm->subtype == VM_SUBTYPE_SEV || vm->subtype == VM_SUBTYPE_SEV_ES) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c265 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG;
H A Dcoresight-replicator.c276 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
H A Dcoresight-catu.c564 catu_desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CATU;
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c128 u8 subtype; member in struct:mthca_eqe
336 eqe->subtype == 0x4);
358 eqe->type, eqe->subtype, eq->eqn);
/linux-master/drivers/iio/adc/
H A Dqcom-spmi-rradc.c306 if (chip->pmic->subtype == PM660_SUBTYPE) {
320 } else if (chip->pmic->subtype == PMI8998_SUBTYPE) {
985 switch (chip->pmic->subtype) {
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_recv.c545 /*shall check frame subtype, to / from ds, da, bssid */
549 u8 subtype; local
560 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/
577 pattrib->qos = (subtype & BIT(7)) ? 1 : 0;
H A Drtl871x_xmit.c321 pattrib->subtype = IEEE80211_FTYPE_DATA;
506 SetFrameSubType(fctrl, pattrib->subtype);
507 if (!(pattrib->subtype & IEEE80211_FTYPE_DATA))
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c539 int subtype = i2c_readreg(&budget->i2c_adap, 0x50, 0x67); local
541 if (subtype < 0)
544 if (subtype < 0x36) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h173 enum lpfc_sli4_queue_subtype subtype; member in struct:lpfc_queue
1084 uint32_t subtype);
1093 uint32_t subtype);
H A Dlpfc_debugfs.h398 "%d: [qid:%d, type:%d, subtype:%d, "
402 q->queue_id, q->type, q->subtype,
/linux-master/fs/fuse/
H A Dinode.c749 fsparam_string ("subtype", OPT_SUBTYPE),
783 if (ctx->subtype)
785 ctx->subtype = param->string;
845 kfree(ctx->subtype);
1695 sb->s_subtype = ctx->subtype;
1696 ctx->subtype = NULL;
/linux-master/drivers/firmware/
H A Dti_sci.c1706 * type and subtype.
1709 * @subtype: Resource assignment subtype that is being requested
1718 u32 dev_id, u8 subtype, u8 s_host,
1748 req->subtype = subtype & MSG_RM_RESOURCE_SUBTYPE_MASK;
1781 * @subtype: Resource assignment subtype that is being requested
1789 u32 dev_id, u8 subtype,
1792 return ti_sci_get_resource_range(handle, dev_id, subtype,
1717 ti_sci_get_resource_range(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, u8 s_host, struct ti_sci_resource_desc *desc) argument
1788 ti_sci_cmd_get_resource_range(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, struct ti_sci_resource_desc *desc) argument
1811 ti_sci_cmd_get_resource_range_from_shost(const struct ti_sci_handle *handle, u32 dev_id, u8 subtype, u8 s_host, struct ti_sci_resource_desc *desc) argument
[all...]
H A Dti_sci.h555 * @subtype: Resource assignment subtype within the resource type.
569 u8 subtype; member in struct:ti_sci_msg_req_get_resource_range
/linux-master/net/mac80211/
H A Dtrace.h1547 u16 duration, u16 subtype, bool success),
1549 TP_ARGS(local, sdata, duration, subtype, success),
1555 __field(u16, subtype)
1563 __entry->subtype = subtype;
1568 LOCAL_PR_FMT VIF_PR_FMT " duration: %u, subtype:0x%x, success:%d",
1570 __entry->subtype, __entry->success
1577 u16 duration, u16 subtype, bool success),
1579 TP_ARGS(local, sdata, duration, subtype, success)
1585 u16 duration, u16 subtype, boo
[all...]
/linux-master/drivers/tty/
H A Dtty_io.c285 tty->driver->subtype == PTY_TYPE_SLAVE &&
1194 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name,
1348 driver->subtype == PTY_TYPE_MASTER)
1749 tty->driver->subtype == PTY_TYPE_MASTER)
2182 tty->driver->subtype == PTY_TYPE_MASTER);
2671 tty->driver->subtype == PTY_TYPE_MASTER)
/linux-master/drivers/media/usb/gspca/
H A Dspca508.c22 u8 subtype; member in struct:sd
1376 sd->subtype = id->driver_info;
1378 init_data = init_data_tb[sd->subtype];
/linux-master/drivers/net/can/usb/
H A Ducan.c221 u8 subtype; /* command sub type */ member in struct:ucan_message_out
226 * subtype stores the echo id
236 u8 subtype; /* command sub type */ member in struct:ucan_message_in
1091 m->subtype = echo_index;
/linux-master/sound/synth/emux/
H A Demux_oss.c66 arg->subtype = SAMPLE_TYPE_AWE32;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h135 u8 subtype; member in struct:pkt_attrib
/linux-master/include/acpi/
H A Dacrestyp.h131 u8 subtype; member in struct:acpi_vendor_uuid
/linux-master/include/net/sctp/
H A Dsm.h305 union sctp_subtype subtype, enum sctp_state state,
/linux-master/drivers/tty/ipwireless/
H A Dtty.c577 ipw_tty_driver->subtype = SERIAL_TYPE_NORMAL;
/linux-master/drivers/s390/char/
H A Dsclp_tty.c546 driver->subtype = SYSTEM_TYPE_TTY;

Completed in 272 milliseconds

12345678910