Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 173 of 173) sorted by relevance

/linux-4.4.14/crypto/asymmetric_keys/
Dsignature.c31 const struct asymmetric_key_subtype *subtype; in verify_signature() local
38 subtype = asymmetric_key_subtype(key); in verify_signature()
39 if (!subtype || in verify_signature()
42 if (!subtype->verify_signature) in verify_signature()
45 ret = subtype->verify_signature(key, sig); in verify_signature()
Dasymmetric_type.c243 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local
251 if (subtype) { in asymmetric_key_describe()
253 subtype->describe(key, m); in asymmetric_key_describe()
328 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; in asymmetric_key_free_preparse() local
333 if (subtype) { in asymmetric_key_free_preparse()
334 subtype->destroy(prep->payload.data[asym_crypto]); in asymmetric_key_free_preparse()
335 module_put(subtype->owner); in asymmetric_key_free_preparse()
346 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local
354 if (subtype) { in asymmetric_key_destroy()
355 subtype->destroy(data); in asymmetric_key_destroy()
[all …]
DKconfig13 tristate "Asymmetric public-key crypto algorithm subtype"
/linux-4.4.14/drivers/mfd/
Dqcom-spmi-pmic.c63 unsigned int rev2, minor, major, type, subtype; in pmic_spmi_show_revid() local
74 ret = regmap_read(map, PMIC_SUBTYPE, &subtype); in pmic_spmi_show_revid()
79 if (subtype == (unsigned long)pmic_spmi_id_table[i].data) in pmic_spmi_show_revid()
104 if ((subtype == PM8941_SUBTYPE || subtype == PM8226_SUBTYPE) && in pmic_spmi_show_revid()
108 if (subtype == PM8110_SUBTYPE) in pmic_spmi_show_revid()
111 dev_dbg(dev, "%x: %s v%d.%d\n", subtype, name, major, minor); in pmic_spmi_show_revid()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-types.h133 u8 subtype; member
140 u8 subtype; member
157 u8 subtype; member
175 u8 subtype; member
186 u8 subtype; member
280 u8 subtype; member
294 u8 subtype; member
304 u8 subtype; member
342 u8 subtype; member
361 u8 subtype; member
[all …]
Dsaa7164-api.c963 switch (hdr->subtype) { in saa7164_api_dump_subdevs()
1080 switch (t->subtype) { in saa7164_api_dump_subdevs()
1134 t->subtype); in saa7164_api_dump_subdevs()
1220 dprintk(DBGLVL_API, " subtype = 0x%x\n", edh->subtype); in saa7164_api_dump_subdevs()
1312 dprintk(DBGLVL_API, "default %d\n", hdr->subtype); in saa7164_api_dump_subdevs()
1317 dprintk(DBGLVL_API, " 3.%x\n", hdr->subtype); in saa7164_api_dump_subdevs()
/linux-4.4.14/arch/powerpc/kernel/
Dmce.c221 const char *level, *sevstr, *subtype; in machine_check_print_event_info() local
278 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
282 printk("%s Error type: UE [%s]\n", level, subtype); in machine_check_print_event_info()
291 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info()
295 printk("%s Error type: SLB [%s]\n", level, subtype); in machine_check_print_event_info()
301 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info()
305 printk("%s Error type: ERAT [%s]\n", level, subtype); in machine_check_print_event_info()
311 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
315 printk("%s Error type: TLB [%s]\n", level, subtype); in machine_check_print_event_info()
/linux-4.4.14/fs/proc/
Dproc_tty.c40 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()
42 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()
44 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()
54 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()
56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
62 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
/linux-4.4.14/arch/alpha/kernel/
Dgct.c26 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes()
30 if (node->subtype != wanted->subtype) in gct6_find_nodes()
Dsrmcons.c225 driver->subtype = SYSTEM_TYPE_SYSCONS; in srmcons_init()
Dcore_marvel.c361 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
/linux-4.4.14/net/sctp/
Dprimitive.c56 sctp_event_t event_type; sctp_subtype_t subtype; \
61 subtype = SCTP_ST_PRIMITIVE(SCTP_PRIMITIVE_ ## name); \
65 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
Dsm_sideeffect.c55 sctp_subtype_t subtype,
63 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
570 sctp_subtype_t subtype, in sctp_cmd_assoc_failed() argument
579 if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT) in sctp_cmd_assoc_failed()
1079 ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \
1097 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, in sctp_do_sm() argument
1117 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm()
1122 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
1125 error = sctp_side_effects(event_type, subtype, state, in sctp_do_sm()
1136 static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, in sctp_side_effects() argument
[all …]
Dendpointola.c415 sctp_subtype_t subtype; in sctp_endpoint_bh_rcv() local
429 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_endpoint_bh_rcv()
434 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
469 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
486 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
Dassociola.c1004 sctp_subtype_t subtype; in sctp_assoc_bh_rcv() local
1014 subtype = SCTP_ST_CHUNK(chunk->chunk_hdr->type); in sctp_assoc_bh_rcv()
1023 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv()
1042 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, in sctp_assoc_bh_rcv()
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt23 The asymmetric key is given a subtype that defines what sort of data is
28 A completely in-kernel key retention and operation subtype can be defined, but
37 subtype of the key and define the operations that can be done on that key.
69 (2) If the criterion string is of the form "<subtype>:<hexdigits>" then the
71 only keys of the specified subtype (e.g. tpm) will be matched. For
77 displayed, along with the subtype:
165 Asymmetric keys have a subtype that defines the set of operations that can be
167 payload. The payload format is entirely at the whim of the subtype.
169 The subtype is selected by the key data parser and the parser must initialise
171 subtype module.
[all …]
/linux-4.4.14/drivers/media/usb/gspca/
Dsunplus.c47 u8 subtype; member
485 if (sd->subtype == AiptekMiniPenCam13) { in spca504B_SetSizeType()
589 sd->subtype = id->driver_info; in sd_config()
591 if (sd->subtype == AiptekMiniPenCam13) { in sd_config()
601 sd->subtype = 0; in sd_config()
618 if (sd->subtype == MegaImageVI) /* 320x240 only */ in sd_config()
663 if (sd->subtype == LogitechClickSmart420) in sd_init()
675 if (sd->subtype == AiptekMiniPenCam13) { in sd_init()
731 switch (sd->subtype) { in sd_start()
748 if (sd->subtype == AiptekMiniPenCam13) { in sd_start()
[all …]
Dspca505.c36 u8 subtype; member
609 sd->subtype = id->driver_info; in sd_config()
610 if (sd->subtype != IntelPCCameraPro) in sd_config()
624 sd->subtype == Nxultra in sd_init()
650 if (sd->subtype == Nxultra) in sd_start()
Dspca501.c42 char subtype; member
1831 sd->subtype = id->driver_info; in sd_config()
1841 switch (sd->subtype) { in sd_init()
1870 switch (sd->subtype) { in sd_start()
Dspca500.c39 char subtype; member
577 sd->subtype = id->driver_info; in sd_config()
578 if (sd->subtype != LogitechClickSmart310) { in sd_config()
595 if (sd->subtype == LogitechClickSmart310) in sd_init()
616 if (sd->subtype == LogitechClickSmart310) { in sd_start()
632 switch (sd->subtype) { in sd_start()
Dspca508.c35 u8 subtype; member
1385 sd->subtype = id->driver_info; in sd_config()
1387 init_data = init_data_tb[sd->subtype]; in sd_config()
/linux-4.4.14/net/batman-adv/
Ddistributed-arp-table.h92 u8 subtype) in batadv_dat_inc_counter() argument
94 switch (subtype) { in batadv_dat_inc_counter()
172 u8 subtype) in batadv_dat_inc_counter() argument
Drouting.c848 enum batadv_subtype subtype; in batadv_recv_unicast_packet() local
876 subtype = unicast_4addr_packet->subtype; in batadv_recv_unicast_packet()
877 batadv_dat_inc_counter(bat_priv, subtype); in batadv_recv_unicast_packet()
885 if (subtype == BATADV_P_DATA) { in batadv_recv_unicast_packet()
Dpacket.h353 u8 subtype; member
Dsend.c243 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
Ddistributed-arp-table.c391 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
/linux-4.4.14/arch/alpha/include/asm/
Dgct.h9 u8 subtype; member
35 u8 subtype; member
/linux-4.4.14/drivers/thermal/
Dqcom-spmi-temp-alarm.c202 u8 type, subtype; in qpnp_tm_probe() local
239 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe()
245 if (type != QPNP_TM_TYPE || subtype != QPNP_TM_SUBTYPE) { in qpnp_tm_probe()
247 type, subtype); in qpnp_tm_probe()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-streams.c479 int captype = 0, subtype = 0; in ivtv_start_v4l2_encode_stream() local
490 subtype = 3; in ivtv_start_v4l2_encode_stream()
506 subtype = 11; /* video+audio+decoder */ in ivtv_start_v4l2_encode_stream()
510 subtype = 1; in ivtv_start_v4l2_encode_stream()
514 subtype = 2; in ivtv_start_v4l2_encode_stream()
518 subtype = 4; in ivtv_start_v4l2_encode_stream()
528 s->subtype = subtype; in ivtv_start_v4l2_encode_stream()
621 if (ivtv_vapi(itv, CX2341X_ENC_START_CAPTURE, 2, captype, subtype)) in ivtv_start_v4l2_encode_stream()
821 ivtv_vapi(itv, CX2341X_ENC_STOP_CAPTURE, 3, stopmode, cap_type, s->subtype); in ivtv_stop_v4l2_encode_stream()
Divtv-driver.h348 int subtype; member
/linux-4.4.14/drivers/tty/
Dpty.c44 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_close()
64 if (tty->driver->subtype == PTY_TYPE_MASTER) { in pty_close()
246 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open()
386 if (driver->subtype != PTY_TYPE_MASTER) in pty_common_install()
569 pty_driver->subtype = PTY_TYPE_MASTER; in legacy_pty_init()
585 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
684 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_unix98_shutdown()
850 ptm_driver->subtype = PTY_TYPE_MASTER; in unix98_pty_init()
866 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
Dbfin_jtag_comm.c247 bfin_jc_driver->subtype = SERIAL_TYPE_NORMAL; in bfin_jc_init()
Dgoldfish.c198 tty->subtype = SERIAL_TYPE_NORMAL; in goldfish_tty_create_driver()
Dtty_io.c292 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1323 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()
1466 driver->subtype == PTY_TYPE_MASTER) in tty_reopen()
1783 tty->driver->subtype == PTY_TYPE_MASTER) in tty_release()
2106 tty->driver->subtype == PTY_TYPE_MASTER) in tty_open()
2833 tty->driver->subtype == PTY_TYPE_MASTER) in tty_pair_get_tty()
Dtty_audit.c286 && tty->driver->subtype == PTY_TYPE_MASTER) in tty_audit_add_data()
Dmetag_da.c590 channel_driver->subtype = SERIAL_TYPE_NORMAL; in dashtty_init()
Dtty_ioctl.c548 tty->driver->subtype == PTY_TYPE_MASTER); in tty_set_termios()
947 tty->driver->subtype == PTY_TYPE_MASTER) in tty_mode_ioctl()
Dehv_bytechan.c787 ehv_bc_driver->subtype = SYSTEM_TYPE_CONSOLE; in ehv_bc_init()
Dmips_ejtag_fdc.c936 driver->subtype = SERIAL_TYPE_NORMAL; in mips_ejtag_fdc_tty_probe()
Disicom.c1686 isicom_normal->subtype = SERIAL_TYPE_NORMAL; in isicom_init()
Damiserial.c1706 serial_driver->subtype = SERIAL_TYPE_NORMAL; in amiga_serial_probe()
Dnozomi.c1906 ntty_driver->subtype = SERIAL_TYPE_NORMAL; in nozomi_init()
Dmoxa.c1058 moxaDriver->subtype = SERIAL_TYPE_NORMAL; in moxa_init()
Dn_gsm.c3228 gsm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in gsm_init()
Drocket.c2421 rocket_driver->subtype = SERIAL_TYPE_NORMAL; in rp_init()
Dmxser.c2725 mxvar_sdriver->subtype = SERIAL_TYPE_NORMAL; in mxser_module_init()
Dcyclades.c4068 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL; in cy_init()
Dsynclink_gt.c3807 serial_driver->subtype = SERIAL_TYPE_NORMAL; in slgt_init()
Dsynclinkmp.c3984 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclinkmp_init()
Dsynclink.c4337 serial_driver->subtype = SERIAL_TYPE_NORMAL; in mgsl_init_tty()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c271 u8 subtype; in i40e_parse_ieee_tlv() local
274 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_ieee_tlv()
276 switch (subtype) { in i40e_parse_ieee_tlv()
430 u8 subtype, feat_tlv_count = 0; in i40e_parse_cee_tlv() local
434 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_cee_tlv()
437 if (subtype != I40E_CEE_DCBX_TYPE) in i40e_parse_cee_tlv()
455 subtype = (u8)((typelength & I40E_LLDP_TLV_TYPE_MASK) >> in i40e_parse_cee_tlv()
457 switch (subtype) { in i40e_parse_cee_tlv()
Di40e_dcb.h129 u8 subtype; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Deq.c159 eqe->subtype == MLX4_DEV_PMC_SUBTYPE_PORT_INFO) { in mlx4_gen_slave_eqe()
253 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE; in mlx4_gen_pkey_eqe()
270 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_GUID_INFO; in mlx4_gen_guid_change_eqe()
289 eqe.subtype = port_subtype_change; in mlx4_gen_port_state_change_eqe()
426 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PORT_INFO; in mlx4_gen_slaves_port_mgt_ev()
529 eqe->type, eqe->subtype, in mlx4_eq_int()
557 eqe->type, eqe->subtype, in mlx4_eq_int()
564 eqe->type, eqe->subtype); in mlx4_eq_int()
569 eqe->subtype, slave); in mlx4_eq_int()
589 if (eqe->subtype == MLX4_PORT_CHANGE_SUBTYPE_DOWN) { in mlx4_eq_int()
[all …]
/linux-4.4.14/include/linux/
Dcoresight.h122 struct coresight_dev_subtype subtype; member
167 struct coresight_dev_subtype subtype; member
Dtty_driver.h308 short subtype; /* subtype of tty driver */ member
/linux-4.4.14/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c598 int type, subtype, val, dir; in pmic_gpio_populate() local
610 subtype = pmic_gpio_read(state, pad, PMIC_GPIO_REG_SUBTYPE); in pmic_gpio_populate()
611 if (subtype < 0) in pmic_gpio_populate()
612 return subtype; in pmic_gpio_populate()
614 switch (subtype) { in pmic_gpio_populate()
626 dev_err(state->dev, "unknown GPIO type 0x%x\n", subtype); in pmic_gpio_populate()
Dpinctrl-spmi-mpp.c656 int type, subtype, val, dir; in pmic_mpp_populate() local
669 subtype = pmic_mpp_read(state, pad, PMIC_MPP_REG_SUBTYPE); in pmic_mpp_populate()
670 if (subtype < 0) in pmic_mpp_populate()
671 return subtype; in pmic_mpp_populate()
673 switch (subtype) { in pmic_mpp_populate()
686 subtype, pad->base); in pmic_mpp_populate()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtrace.h168 __field(u8, subtype)
179 __entry->subtype = wil_rxdesc_subtype(d);
186 __entry->seq, __entry->type, __entry->subtype)
/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight.c149 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
179 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
646 link_subtype = desc->subtype.link_subtype; in coresight_register()
679 csdev->subtype = desc->subtype; in coresight_register()
Dcoresight-replicator.c106 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-replicator-qcom.c147 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-tpiu.c163 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
Dcoresight-funnel.c216 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
Dcoresight-tmc.c731 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
743 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
Dcoresight-etb10.c468 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
Dcoresight-etm3x.c1853 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm_probe()
Dcoresight-etm4x.c2659 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm4_probe()
/linux-4.4.14/include/sound/
Dseq_oss.h87 int subtype; member
/linux-4.4.14/include/net/
Dbond_3ad.h117 u8 subtype; /* = LACP(= 0x01) */ member
153 u8 subtype; /* = 0x02 (marker PDU) */ member
Dcfg80211.h855 u8 subtype; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c164 u8 subtype; member
183 u8 subtype; member
326 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()
370 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1383 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1565 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1571 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1577 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1593 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1604 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
[all …]
Dfweh.c38 __be16 subtype; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dmci.c490 u32 offset, subtype, opcode; in ath_mci_intr() local
573 subtype = MCI_GPM_TYPE(pgpm); in ath_mci_intr()
579 if (MCI_GPM_IS_CAL_TYPE(subtype)) { in ath_mci_intr()
580 ath_mci_cal_msg(sc, subtype, (u8 *)pgpm); in ath_mci_intr()
582 switch (subtype) { in ath_mci_intr()
Dhtc_drv_txrx.c30 #define ATH9K_HTC_INIT_TXQ(subtype) do { \ argument
31 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; \
819 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype) in ath9k_htc_txq_setup() argument
827 ATH9K_HTC_INIT_TXQ(subtype); in ath9k_htc_txq_setup()
840 priv->hwq_map[subtype] = qnum; in ath9k_htc_txq_setup()
Dhtc.h575 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype);
Dath9k.h552 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
Dxmit.c1671 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() argument
1684 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; in ath_txq_setup()
/linux-4.4.14/drivers/block/
Dsx8.c333 u8 subtype; member
350 u8 subtype; member
360 u8 subtype; member
369 u8 subtype; member
612 ioc->subtype = CARM_ARRAY_INFO; in carm_array_info()
658 crq->msg_subtype = ioc->subtype; in carm_send_special()
681 st->subtype = MISC_SET_TIME; in carm_fill_sync_time()
695 ab->subtype = MISC_ALLOC_MEM; in carm_fill_alloc_buf()
722 ioc->subtype = CARM_IOC_SCAN_CHAN; in carm_fill_scan_channels()
741 ioc->subtype = MISC_GET_FW_VER; in carm_fill_get_fw_ver()
/linux-4.4.14/drivers/regulator/
Dqcom_spmi-regulator.c331 enum spmi_regulator_subtype subtype; member
352 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
364 .subtype = SPMI_REGULATOR_SUBTYPE_##_subtype, \
1199 u8 type, subtype; in spmi_regulator_match() local
1212 subtype = version[SPMI_COMMON_REG_SUBTYPE - in spmi_regulator_match()
1216 subtype = force_type; in spmi_regulator_match()
1221 if (mapping->type == type && mapping->subtype == subtype in spmi_regulator_match()
1229 vreg->desc.name, type, subtype, dig_major_rev); in spmi_regulator_match()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_osf.h75 char subtype[MAXGENRELEN]; member
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dgelic_udbg.c67 u16 subtype; member
191 h_vlan->subtype = 0x0800; in gelic_debug_init()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c133 arg->subtype = FM_TYPE_ADLIB; in snd_opl3_init_seq_oss()
136 arg->subtype = FM_TYPE_OPL3; in snd_opl3_init_seq_oss()
/linux-4.4.14/arch/ia64/kernel/
Dacpi-ext.c27 .subtype = 2,
/linux-4.4.14/include/uapi/linux/
Dvirtio_scsi.h78 __virtio32 subtype; member
/linux-4.4.14/arch/um/drivers/
Dline.h25 const short subtype; member
Dstdio_console.c55 .subtype = SYSTEM_TYPE_CONSOLE,
Dssl.c50 .subtype = 0,
Dline.c564 driver->subtype = line_driver->subtype; in register_lines()
/linux-4.4.14/fs/udf/
Dmisc.c151 uint8_t subtype) in udf_get_extendedattr() argument
181 gaf->attrSubtype == subtype) in udf_get_extendedattr()
/linux-4.4.14/arch/m68k/emu/
Dnfcon.c138 nfcon_tty_driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ducode.c291 u8 subtype; member
314 alive_data->subtype = palive->ver_subtype; in iwl_alive_fn()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt189 tcm-user/<hba_num>/<device_name>/<subtype>/<path>
201 <subtype> will be a userspace-process-unique string to identify the
224 (based on subtype) it can take the appropriate action.
269 devices, based opon a known subtype string.
289 /* Further checking for subtype also needed here */
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dw6692.c44 u_int subtype; member
75 int subtype; member
180 if ((!(card->fmask & led)) || card->subtype == W6692_USR) in w6692_led_handler()
879 if (card->subtype == W6692_USR) { in initW6692()
1273 if ((card->fmask & led) || card->subtype == W6692_USR) { in release_card()
1371 card->subtype = m->subtype; in w6692_probe()
Dhfcpci.c138 u_char subtype; member
2130 u_int subtype; member
2231 card->subtype = m->subtype; in hfc_probe()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Ddecl.h218 u8 subtype; member
Duap_cmd.c421 bss_cfg->wmm_info.subtype = MWIFIEX_WMM_SUBTYPE; in mwifiex_set_wmm_params()
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dapll.txt11 a subtype of a DPLL [2], although a simplified one at that.
Dmux.txt50 not supported by the composite-mux-clock subtype
/linux-4.4.14/arch/xtensa/platforms/iss/
Dconsole.c202 serial_driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c167 static enum mlx5_dev_event port_subtype_event(u8 subtype) in port_subtype_event() argument
169 switch (subtype) { in port_subtype_event()
/linux-4.4.14/drivers/staging/rtl8712/
Dxmit_linux.c104 pattrib->subtype = WIFI_QOS_DATA_TYPE; in r8712_set_qos()
Drtl871x_recv.c566 u8 subtype; in r8712_validate_recv_frame() local
577 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
594 pattrib->qos = (subtype & BIT(7)) ? 1 : 0; in r8712_validate_recv_frame()
Drtl871x_xmit.h101 u8 subtype; member
Drtl871x_xmit.c300 pattrib->subtype = WIFI_DATA_TYPE; in r8712_update_attrib()
485 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
486 if (pattrib->subtype & WIFI_DATA_TYPE) { in make_wlanhdr()
/linux-4.4.14/drivers/net/wireless/libertas/
Dtypes.h246 uint8_t subtype; member
Dmesh.c108 ie->val.subtype = MARVELL_MESH_IE_SUBTYPE; in lbs_mesh_config()
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget.c556 int subtype = i2c_readreg(&budget->i2c_adap, 0x50, 0x67); in frontend_init() local
558 if (subtype < 0) in frontend_init()
561 if (subtype < 0x36) { in frontend_init()
/linux-4.4.14/arch/powerpc/include/asm/
Drtas.h284 uint8_t subtype; /* 0x05 Section subtype */ member
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_eq.c128 u8 subtype; member
336 eqe->subtype == 0x4); in mthca_eq_int()
358 eqe->type, eqe->subtype, eq->eqn); in mthca_eq_int()
/linux-4.4.14/drivers/tty/serial/
Dkgdb_nmi.c345 kgdb_nmi_tty_driver->subtype = SERIAL_TYPE_NORMAL; in kgdb_register_nmi_console()
D68328serial.c1174 serial_driver->subtype = SERIAL_TYPE_NORMAL;
Difx6x60.c1409 tty_drv->subtype = SERIAL_TYPE_NORMAL; in ifx_spi_init()
Dserial_core.c2421 normal->subtype = SERIAL_TYPE_NORMAL; in uart_register_driver()
Dcrisv10.c4174 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
/linux-4.4.14/drivers/acpi/acpica/
Drsxface.c501 (vendor->uuid_subtype != info->uuid->subtype) || in ACPI_EXPORT_SYMBOL()
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_tty.c318 tty_driver->subtype = SERIAL_TYPE_NORMAL; in register_lte_tty_driver()
/linux-4.4.14/include/net/sctp/
Dsm.h268 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype,
/linux-4.4.14/include/acpi/
Dacrestyp.h165 u8 subtype; member
Dactbl2.h299 u16 subtype; member
/linux-4.4.14/include/scsi/
Dfc_encode.h107 u8 subtype) in fc_ct_hdr_fill() argument
117 ct->hdr.ct_fs_subtype = subtype; in fc_ct_hdr_fill()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h116 u8 subtype; member
/linux-4.4.14/net/netfilter/
Dxt_osf.c333 f->genre, f->version, f->subtype, in xt_osf_match_packet()
/linux-4.4.14/fs/
Dnamespace.c2306 const char *subtype = strchr(fstype, '.'); in fs_set_subtype() local
2307 if (subtype) { in fs_set_subtype()
2308 subtype++; in fs_set_subtype()
2310 if (!subtype[0]) in fs_set_subtype()
2313 subtype = ""; in fs_set_subtype()
2315 mnt->mnt_sb->s_subtype = kstrdup(subtype, GFP_KERNEL); in fs_set_subtype()
/linux-4.4.14/drivers/pnp/pnpacpi/
Drsparser.c130 .subtype = 2,
148 if (uuid_subtype == match->subtype && in vendor_resource_matches()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c869 unsigned short val16, subtype; in rtw_check_bcn_info() local
906 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
908 if (subtype == WIFI_BEACON) in rtw_check_bcn_info()
Drtw_xmit.c427 pattrib->subtype = WIFI_QOS_DATA_TYPE; in set_qos()
530 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib()
805 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
807 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
Drtw_recv.c1239 u8 subtype; in validate_recv_frame() local
1261 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
1320 pattrib->qos = (subtype & BIT(7)) ? 1 : 0; in validate_recv_frame()
Drtw_mlme_ext.c2112 u16 val16, subtype; in collect_bss_info() local
2127 subtype = GetFrameSubType(pframe); in collect_bss_info()
2129 if (subtype == WIFI_BEACON) { in collect_bss_info()
2134 if (subtype == WIFI_PROBEREQ) { in collect_bss_info()
2137 } else if (subtype == WIFI_PROBERSP) { in collect_bss_info()
2224 if (subtype == WIFI_PROBEREQ) { in collect_bss_info()
/linux-4.4.14/sound/synth/emux/
Demux_oss.c81 arg->subtype = SAMPLE_TYPE_AWE32; in snd_emux_init_seq_oss()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.h351 q->queue_id, q->type, q->subtype, in lpfc_debug_dump_q()
Dlpfc_sli4.h131 enum lpfc_sli4_queue_subtype subtype; member
Dlpfc_sli.c11886 switch (cq->subtype) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
11908 cq->subtype); in lpfc_sli4_sp_handle_abort_xri_wcqe()
12092 if (cq->subtype == LPFC_FCP) in lpfc_sli4_sp_handle_eqe()
13037 eq->subtype = LPFC_NONE; in lpfc_eq_create()
13071 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create() argument
13164 cq->subtype = subtype; in lpfc_cq_create()
13257 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create() argument
13377 mq->subtype = subtype; in lpfc_mq_create()
13412 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create() argument
13583 wq->subtype = subtype; in lpfc_wq_create()
[all …]
/linux-4.4.14/drivers/s390/char/
Dsclp_tty.c559 driver->subtype = SYSTEM_TYPE_TTY; in sclp_tty_init()
Dsclp_vt220.c758 driver->subtype = SYSTEM_TYPE_TTY; in sclp_vt220_tty_init()
Dcon3215.c1204 driver->subtype = SYSTEM_TYPE_TTY; in tty3215_init()
Dtty3270.c1892 driver->subtype = SYSTEM_TYPE_TTY; in tty3270_init()
/linux-4.4.14/drivers/net/wireless/
Datmel.c3133 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) in associate() argument
3154 if (subtype == IEEE80211_STYPE_ASSOC_RESP) in associate()
3191 if (subtype == IEEE80211_STYPE_ASSOC_RESP && in associate()
3201 if (subtype == IEEE80211_STYPE_REASSOC_RESP && in associate()
3334 u16 subtype; in atmel_management_frame() local
3336 subtype = le16_to_cpu(header->frame_control) & IEEE80211_FCTL_STYPE; in atmel_management_frame()
3337 switch (subtype) { in atmel_management_frame()
3397 subtype == IEEE80211_STYPE_BEACON); in atmel_management_frame()
3413 associate(priv, frame_len, subtype); in atmel_management_frame()
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_acpi_init.c31 .subtype = 0,
/linux-4.4.14/arch/cris/arch-v10/kernel/
Ddebugport.c443 dummy_driver.subtype = SERIAL_TYPE_NORMAL; in init_dummy_console()
/linux-4.4.14/arch/ia64/hp/sim/
Dsimserial.c505 hp_simserial_driver->subtype = SERIAL_TYPE_NORMAL; in simrs_init()
/linux-4.4.14/drivers/tty/ipwireless/
Dtty.c587 ipw_tty_driver->subtype = SERIAL_TYPE_NORMAL; in ipwireless_tty_init()
/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c688 .subtype = cpu_to_virtio32(vscsi->vdev, in virtscsi_device_reset()
725 .subtype = VIRTIO_SCSI_T_TMF_ABORT_TASK, in virtscsi_abort()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h70 enum wmi_vdev_subtype subtype,
492 enum wmi_vdev_subtype subtype, in ath10k_wmi_vdev_create() argument
500 skb = ar->wmi.ops->gen_vdev_create(ar, vdev_id, type, subtype, macaddr); in ath10k_wmi_vdev_create()
Dwmi.c5793 enum wmi_vdev_subtype subtype, in ath10k_wmi_op_gen_vdev_create() argument
5806 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
5811 vdev_id, type, subtype, macaddr); in ath10k_wmi_op_gen_vdev_create()
/linux-4.4.14/drivers/misc/
Dpti.c937 pti_tty_driver->subtype = SYSTEM_TYPE_SYSCONS; in pti_init()
/linux-4.4.14/drivers/isdn/gigaset/
Dinterface.c570 tty->subtype = SERIAL_TYPE_NORMAL; in gigaset_if_initdriver()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c114 rec->synth_subtype = reg->subtype; in snd_seq_oss_synth_probe()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1421 u8 subtype; in validate_recv_frame() local
1433 subtype = fctl & IEEE80211_FCTL_STYPE; in validate_recv_frame()
1476 pattrib->qos = (subtype & IEEE80211_STYPE_QOS_DATA) ? 1 : 0; in validate_recv_frame()
/linux-4.4.14/drivers/ipack/devices/
Dipoctal.c369 tty->subtype = SERIAL_TYPE_NORMAL; in ipoctal_inst_slot()
/linux-4.4.14/net/wireless/
Dtrace.h701 __field(u8, subtype)
708 __entry->subtype = params->subtype;
714 __entry->subtype, __entry->reason_code)
Dnl80211.c4554 params.subtype = in nl80211_del_station()
4556 if (params.subtype != IEEE80211_STYPE_DISASSOC >> 4 && in nl80211_del_station()
4557 params.subtype != IEEE80211_STYPE_DEAUTH >> 4) in nl80211_del_station()
4561 params.subtype = IEEE80211_STYPE_DEAUTH >> 4; in nl80211_del_station()
/linux-4.4.14/Documentation/trace/
Dcoresight.txt155 struct coresight_dev_subtype subtype;
/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c1747 .subtype = 0x01, in ad_initialize_port()
2263 switch (lacpdu->subtype) { in bond_3ad_rx_indication()
/linux-4.4.14/drivers/mmc/card/
Dsdio_uart.c1166 tty_drv->subtype = SERIAL_TYPE_NORMAL; in sdio_uart_init()
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
/linux-4.4.14/drivers/usb/gadget/function/
Du_serial.c1298 gs_tty_driver->subtype = SERIAL_TYPE_NORMAL; in userial_init()
/linux-4.4.14/sound/oss/
Dad1848.c65 int subtype; member
1964 devc->subtype = cfg.card_subtype; in ad1848_init()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_tty.c191 brd->SerialDriver.subtype = SERIAL_TYPE_NORMAL; in dgnc_tty_register()
246 brd->PrintDriver.subtype = SERIAL_TYPE_NORMAL; in dgnc_tty_register()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmad.c1059 switch (eqe->subtype) { in handle_port_mgmt_change_event()
1106 "Port Management Change event\n", eqe->subtype); in handle_port_mgmt_change_event()
/linux-4.4.14/drivers/isdn/capi/
Dcapi.c1278 drv->subtype = SERIAL_TYPE_NORMAL; in capinc_tty_init()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h868 u8 subtype; member
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c976 int qtype, int subtype) in ath5k_txq_setup() argument
980 .tqi_subtype = subtype, in ath5k_txq_setup()
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.c2833 fwtty_driver->subtype = SERIAL_TYPE_NORMAL; in fwserial_init()
2858 fwloop_driver->subtype = SERIAL_TYPE_NORMAL; in fwserial_init()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.h654 u8 subtype; member
Dipw2200.c4501 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size); in ipw_rx_notification()
4503 switch (notif->subtype) { in ipw_rx_notification()
4948 notif->subtype, notif->flags, size); in ipw_rx_notification()
8432 pkt->u.notification.subtype, in ipw_rx()
/linux-4.4.14/drivers/usb/serial/
Dusb-serial.c1252 usb_serial_tty_driver->subtype = SERIAL_TYPE_NORMAL; in usb_serial_init()
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.c1937 acm_tty_driver->subtype = SERIAL_TYPE_NORMAL, in acm_init()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c5178 brd->serial_driver->subtype = SERIAL_TYPE_NORMAL; in dgap_tty_register()
5209 brd->print_driver->subtype = SERIAL_TYPE_NORMAL; in dgap_tty_register()
/linux-4.4.14/drivers/net/usb/
Dhso.c3264 tty_drv->subtype = SERIAL_TYPE_NORMAL; in hso_init()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1779 m->tty_modem->subtype = SERIAL_TYPE_NORMAL; in isdn_tty_modem_init()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c2856 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclink_cs_init()
/linux-4.4.14/Documentation/filesystems/
Dproc.txt1666 (9) filesystem type: name of filesystem of the form "type[.subtype]"