Searched refs:subtype (Results 26 - 50 of 227) sorted by relevance

12345678910

/linux-master/net/sctp/
H A Dsm_sideeffect.c41 union sctp_subtype subtype,
50 union sctp_subtype subtype,
651 union sctp_subtype subtype,
661 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT)
1125 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \
1144 union sctp_subtype subtype, enum sctp_state state,
1161 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype);
1166 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands);
1169 error = sctp_side_effects(event_type, subtype, state,
1181 union sctp_subtype subtype,
648 sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands, struct sctp_association *asoc, enum sctp_event_type event_type, union sctp_subtype subtype, struct sctp_chunk *chunk, unsigned int error) argument
1143 sctp_do_sm(struct net *net, enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, gfp_t gfp) argument
1180 sctp_side_effects(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association **asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) argument
1269 sctp_cmd_interpreter(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) argument
[all...]
/linux-master/include/linux/
H A Dcoresight.h145 * @subtype: as defined by @coresight_dev_subtype.
157 union coresight_dev_subtype subtype; member in struct:coresight_desc
224 * @subtype: as defined by @coresight_dev_subtype.
262 union coresight_dev_subtype subtype; member in struct:coresight_device
574 (csdev->subtype.source_subtype == CORESIGHT_DEV_SUBTYPE_SOURCE_PROC);
580 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM);
655 union coresight_dev_subtype subtype);
659 union coresight_dev_subtype subtype);
H A Dvfio_pci_core.h45 u32 subtype; member in struct:vfio_pci_region
103 unsigned int type, unsigned int subtype,
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_private.h48 u32 subtype; member in struct:vfio_ccw_region
56 unsigned int subtype,
H A Dvfio_ccw_ops.c352 cap_type.subtype = private->region[i].subtype;
471 unsigned int subtype,
485 private->region[private->num_regions].subtype = subtype;
470 vfio_ccw_register_dev_region(struct vfio_ccw_private *private, unsigned int subtype, const struct vfio_ccw_regops *ops, size_t size, u32 flags, void *data) argument
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h14 static inline uint64_t __kvm_reg_id(uint64_t type, uint64_t subtype, argument
17 return KVM_REG_RISCV | type | subtype | idx | size;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c66 .subtype = 0xad,
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.h106 if (csdev->subtype.helper_subtype != CORESIGHT_DEV_SUBTYPE_HELPER_CATU)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-streams.c491 int captype = 0, subtype = 0; local
502 subtype = 3;
518 subtype = 11; /* video+audio+decoder */
522 subtype = 1;
526 subtype = 2;
530 subtype = 4;
540 s->subtype = subtype;
635 if (ivtv_vapi(itv, CX2341X_ENC_START_CAPTURE, 2, captype, subtype))
834 /* when: 0 = end of GOP 1 = NOW!, type: 0 = mpeg, subtype
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c155 eqe->subtype == MLX4_PORT_CHANGE_SUBTYPE_DOWN &&
170 eqe->subtype == MLX4_DEV_PMC_SUBTYPE_PORT_INFO) {
266 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE;
283 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_GUID_INFO;
302 eqe.subtype = port_subtype_change;
439 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PORT_INFO;
542 eqe->type, eqe->subtype,
572 eqe->type, eqe->subtype,
581 eqe->type, eqe->subtype);
588 eqe->subtype, slav
[all...]
/linux-master/security/keys/
H A Dinternal.h180 enum key_notification_subtype subtype, u32 aux)
185 .watch.subtype = subtype,
179 notify_key(struct key *key, enum key_notification_subtype subtype, u32 aux) argument
/linux-master/include/uapi/linux/
H A Dvirtio_scsi.h78 __virtio32 subtype; member in struct:virtio_scsi_ctrl_tmf_req
H A Dvirtio_iommu.h133 __u8 subtype; member in struct:virtio_iommu_probe_resv_mem
H A Dbatadv_packet.h59 * enum batadv_subtype - packet subtype for unicast4addr
332 * @subtype: TP packet subtype (see batadv_icmp_tp_subtype)
348 __u8 subtype; member in struct:batadv_icmp_tp_packet
428 * @subtype: packet subtype
434 __u8 subtype; member in struct:batadv_unicast_4addr_packet
/linux-master/drivers/input/misc/
H A Dpm8941-pwrkey.c76 unsigned int subtype; member in struct:pm8941_pwrkey
208 if (pwrkey->subtype >= PON_SUBTYPE_GEN2_PRIMARY)
315 &pwrkey->subtype);
317 dev_err(&pdev->dev, "failed to read subtype: %d\n", error);
341 if (pwrkey->subtype >= PON_SUBTYPE_GEN2_PRIMARY) {
/linux-master/arch/m68k/emu/
H A Dnfcon.c144 driver->subtype = SYSTEM_TYPE_TTY;
/linux-master/arch/um/drivers/
H A Dline.h25 const short subtype; member in struct:line_driver
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c96 .subtype = policy & SEV_POLICY_ES ? VM_SUBTYPE_SEV_ES :
/linux-master/drivers/tty/
H A Dpty.c49 if (tty->driver->subtype == PTY_TYPE_MASTER)
69 if (tty->driver->subtype == PTY_TYPE_MASTER) {
229 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1)
368 if (driver->subtype != PTY_TYPE_MASTER)
555 pty_driver->subtype = PTY_TYPE_MASTER;
571 pty_slave_driver->subtype = PTY_TYPE_SLAVE;
729 if (tty->driver->subtype == PTY_TYPE_MASTER)
897 ptm_driver->subtype = PTY_TYPE_MASTER;
913 pts_driver->subtype = PTY_TYPE_SLAVE;
/linux-master/sound/drivers/opl3/
H A Dopl3_oss.c104 arg->subtype = FM_TYPE_ADLIB;
107 arg->subtype = FM_TYPE_OPL3;
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-mpp.c41 /* mpp peripheral type and subtype values */
650 int type, subtype, val, dir; local
663 subtype = pmic_mpp_read(state, pad, PMIC_MPP_REG_SUBTYPE);
664 if (subtype < 0)
665 return subtype;
667 switch (subtype) {
680 subtype, pad->base);
749 if (subtype != PMIC_MPP_SUBTYPE_ULT_4CH_NO_ANA_OUT &&
750 subtype != PMIC_MPP_SUBTYPE_ULT_4CH_NO_SINK) {
/linux-master/include/net/
H A Dbond_3ad.h83 AD_MARKER_INFORMATION_SUBTYPE = 1, /* marker imformation subtype */
84 AD_MARKER_RESPONSE_SUBTYPE /* marker response subtype */
100 u8 subtype; /* = LACP(= 0x01) */ member in struct:lacpdu
136 u8 subtype; /* = 0x02 (marker PDU) */ member in struct:bond_marker
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmci.c492 u32 offset, subtype, opcode; local
575 subtype = MCI_GPM_TYPE(pgpm);
581 if (MCI_GPM_IS_CAL_TYPE(subtype)) {
582 ath_mci_cal_msg(sc, subtype, (u8 *)pgpm);
584 switch (subtype) {
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1349 u8 subtype; local
1351 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */
1358 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) {
1385 (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) {
1397 if (subtype == WIFI_ACTION) {
1406 } else if (subtype == WIFI_DEAUTH || subtype
1427 u8 subtype; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c150 * @subtype: OUI subtype - P2P_TYPE_*
159 u8 subtype; member in struct:brcmf_p2p_pub_act_frame
170 * @subtype: OUI Subtype - P2P_AF_*
178 u8 subtype; member in struct:brcmf_p2p_action_frame
321 switch (pact_frm->subtype) {
365 switch (act_frm->subtype) {
1423 action = act_frm->subtype;
1557 if (p2p_af->subtype == P2P_AF_PRESENCE_RSP)
1625 switch (act_frm->subtype) {
[all...]

Completed in 354 milliseconds

12345678910