Home
last modified time | relevance | path

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

/linux-4.1.27/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.c232 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local
240 if (subtype) { in asymmetric_key_describe()
242 subtype->describe(key, m); in asymmetric_key_describe()
303 struct asymmetric_key_subtype *subtype = prep->type_data[0]; in asymmetric_key_free_preparse() local
309 if (subtype) { in asymmetric_key_free_preparse()
310 subtype->destroy(prep->payload[0]); in asymmetric_key_free_preparse()
311 module_put(subtype->owner); in asymmetric_key_free_preparse()
326 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local
329 if (subtype) { in asymmetric_key_destroy()
330 subtype->destroy(key->payload.data); in asymmetric_key_destroy()
[all …]
DKconfig13 tristate "Asymmetric public-key crypto algorithm subtype"
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/batman-adv/
Ddistributed-arp-table.h85 uint8_t subtype) in batadv_dat_inc_counter() argument
87 switch (subtype) { in batadv_dat_inc_counter()
165 uint8_t subtype) in batadv_dat_inc_counter() argument
Dpacket.h350 uint8_t subtype; member
Dsend.c225 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
Drouting.c851 unicast_4addr_packet->subtype); in batadv_recv_unicast_packet()
Ddistributed-arp-table.c360 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
/linux-4.1.27/arch/alpha/include/asm/
Dgct.h9 u8 subtype; member
35 u8 subtype; member
/linux-4.1.27/drivers/tty/
Dpty.c39 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_close()
59 if (tty->driver->subtype == PTY_TYPE_MASTER) { in pty_close()
241 if (tty->driver->subtype == PTY_TYPE_SLAVE && tty->link->count != 1) in pty_open()
381 if (driver->subtype != PTY_TYPE_MASTER) in pty_common_install()
560 pty_driver->subtype = PTY_TYPE_MASTER; in legacy_pty_init()
576 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
675 if (tty->driver->subtype == PTY_TYPE_MASTER) in pty_unix98_shutdown()
839 ptm_driver->subtype = PTY_TYPE_MASTER; in unix98_pty_init()
855 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.c290 tty->driver->subtype == PTY_TYPE_SLAVE && in check_tty_count()
1328 driver->subtype == PTY_TYPE_SLAVE ? "tty" : driver->name, in pty_line_name()
1474 driver->subtype == PTY_TYPE_MASTER) in tty_reopen()
1790 tty->driver->subtype == PTY_TYPE_MASTER) in tty_release()
2111 tty->driver->subtype == PTY_TYPE_MASTER) in tty_open()
2840 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.c545 tty->driver->subtype == PTY_TYPE_MASTER); in tty_set_termios()
944 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.c931 driver->subtype = SERIAL_TYPE_NORMAL; in mips_ejtag_fdc_tty_probe()
Disicom.c1686 isicom_normal->subtype = SERIAL_TYPE_NORMAL; in isicom_init()
Damiserial.c1710 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.c3229 gsm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in gsm_init()
Dmxser.c2725 mxvar_sdriver->subtype = SERIAL_TYPE_NORMAL; in mxser_module_init()
Drocket.c2434 rocket_driver->subtype = SERIAL_TYPE_NORMAL; in rp_init()
Dcyclades.c4081 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL; in cy_init()
Dsynclink_gt.c3812 serial_driver->subtype = SERIAL_TYPE_NORMAL; in slgt_init()
Dsynclinkmp.c3990 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclinkmp_init()
Dsynclink.c4347 serial_driver->subtype = SERIAL_TYPE_NORMAL; in mgsl_init_tty()
/linux-4.1.27/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.1.27/drivers/net/ethernet/mellanox/mlx4/
Deq.c226 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE; in mlx4_gen_pkey_eqe()
243 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_GUID_INFO; in mlx4_gen_guid_change_eqe()
261 eqe.subtype = port_subtype_change; in mlx4_gen_port_state_change_eqe()
398 eqe.subtype = MLX4_DEV_PMC_SUBTYPE_PORT_INFO; in mlx4_gen_slaves_port_mgt_ev()
501 eqe->type, eqe->subtype, in mlx4_eq_int()
529 eqe->type, eqe->subtype, in mlx4_eq_int()
536 eqe->type, eqe->subtype); in mlx4_eq_int()
541 eqe->subtype, slave); in mlx4_eq_int()
561 if (eqe->subtype == MLX4_PORT_CHANGE_SUBTYPE_DOWN) { in mlx4_eq_int()
641 eqe->type, eqe->subtype, in mlx4_eq_int()
[all …]
/linux-4.1.27/include/linux/
Dcoresight.h121 struct coresight_dev_subtype subtype; member
166 struct coresight_dev_subtype subtype; member
Dtty_driver.h308 short subtype; /* subtype of tty driver */ member
/linux-4.1.27/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.1.27/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()
641 link_subtype = desc->subtype.link_subtype; in coresight_register()
674 csdev->subtype = desc->subtype; in coresight_register()
Dcoresight-replicator.c90 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-tpiu.c166 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.c746 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
758 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
Dcoresight-etb10.c473 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
Dcoresight-etm3x.c1851 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm_probe()
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c608 int type, subtype, val, dir; in pmic_gpio_populate() local
620 subtype = pmic_gpio_read(state, pad, PMIC_GPIO_REG_SUBTYPE); in pmic_gpio_populate()
621 if (subtype < 0) in pmic_gpio_populate()
622 return subtype; in pmic_gpio_populate()
624 switch (subtype) { in pmic_gpio_populate()
636 dev_err(state->dev, "unknown GPIO type 0x%x\n", subtype); in pmic_gpio_populate()
Dpinctrl-spmi-mpp.c711 int type, subtype, val, dir; in pmic_mpp_populate() local
723 subtype = pmic_mpp_read(state, pad, PMIC_MPP_REG_SUBTYPE); in pmic_mpp_populate()
724 if (subtype < 0) in pmic_mpp_populate()
725 return subtype; in pmic_mpp_populate()
727 switch (subtype) { in pmic_mpp_populate()
740 subtype, pad->base); in pmic_mpp_populate()
/linux-4.1.27/include/sound/
Dseq_oss.h87 int subtype; member
/linux-4.1.27/include/net/
Dbond_3ad.h117 u8 subtype; /* = LACP(= 0x01) */ member
153 u8 subtype; /* = 0x02 (marker PDU) */ member
Dcfg80211.h854 u8 subtype; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c163 u8 subtype; member
182 u8 subtype; member
325 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()
369 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1382 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1564 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1570 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1576 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1592 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1603 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
[all …]
Dfweh.c38 __be16 subtype; member
/linux-4.1.27/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.h574 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype);
Dath9k.h554 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
Dxmit.c1692 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() argument
1705 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; in ath_txq_setup()
/linux-4.1.27/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.1.27/include/uapi/linux/netfilter/
Dxt_osf.h75 char subtype[MAXGENRELEN]; member
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dgelic_udbg.c67 u16 subtype; member
191 h_vlan->subtype = 0x0800; in gelic_debug_init()
/linux-4.1.27/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.1.27/arch/ia64/kernel/
Dacpi-ext.c27 .subtype = 2,
/linux-4.1.27/include/uapi/linux/
Dvirtio_scsi.h78 __virtio32 subtype; member
/linux-4.1.27/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.1.27/fs/udf/
Dmisc.c151 uint8_t subtype) in udf_get_extendedattr() argument
181 gaf->attrSubtype == subtype) in udf_get_extendedattr()
/linux-4.1.27/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()
/linux-4.1.27/arch/m68k/emu/
Dnfcon.c138 nfcon_tty_driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ducode.c290 u8 subtype; member
313 alive_data->subtype = palive->ver_subtype; in iwl_alive_fn()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/mwifiex/
Ddecl.h210 u8 subtype; member
Duap_cmd.c404 bss_cfg->wmm_info.subtype = MWIFIEX_WMM_SUBTYPE; in mwifiex_set_wmm_params()
/linux-4.1.27/arch/xtensa/platforms/iss/
Dconsole.c202 serial_driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
/linux-4.1.27/drivers/staging/rtl8712/
Dxmit_linux.c104 pattrib->subtype = WIFI_QOS_DATA_TYPE; in r8712_set_qos()
Drtl871x_recv.c562 u8 subtype; in r8712_validate_recv_frame() local
573 subtype = GetFrameSubType(ptr); /*bit(7)~bit(2)*/ in r8712_validate_recv_frame()
590 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()
484 SetFrameSubType(fctrl, pattrib->subtype); in make_wlanhdr()
485 if (pattrib->subtype & WIFI_DATA_TYPE) { in make_wlanhdr()
/linux-4.1.27/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.1.27/drivers/tty/serial/
Dmsm_smd_tty.c207 smd_tty_driver->subtype = SERIAL_TYPE_NORMAL; in smd_tty_init()
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.c1410 tty_drv->subtype = SERIAL_TYPE_NORMAL; in ifx_spi_init()
Dserial_core.c2415 normal->subtype = SERIAL_TYPE_NORMAL; in uart_register_driver()
Dcrisv10.c4284 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
/linux-4.1.27/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.1.27/drivers/media/pci/ttpci/
Dbudget.c552 int subtype = i2c_readreg(&budget->i2c_adap, 0x50, 0x67); in frontend_init() local
554 if (subtype < 0) in frontend_init()
557 if (subtype < 0x36) { in frontend_init()
/linux-4.1.27/arch/powerpc/include/asm/
Drtas.h284 uint8_t subtype; /* 0x05 Section subtype */ member
/linux-4.1.27/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.1.27/drivers/staging/gdm724x/
Dgdm_tty.c318 tty_driver->subtype = SERIAL_TYPE_NORMAL; in register_lte_tty_driver()
/linux-4.1.27/include/net/sctp/
Dsm.h268 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype,
/linux-4.1.27/drivers/acpi/acpica/
Drsxface.c501 (vendor->uuid_subtype != info->uuid->subtype) || in ACPI_EXPORT_SYMBOL()
/linux-4.1.27/include/acpi/
Dacrestyp.h165 u8 subtype; member
Dactbl2.h297 u16 subtype; member
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h63 enum wmi_vdev_subtype subtype,
415 enum wmi_vdev_subtype subtype, in ath10k_wmi_vdev_create() argument
423 skb = ar->wmi.ops->gen_vdev_create(ar, vdev_id, type, subtype, macaddr); in ath10k_wmi_vdev_create()
Dwmi.c4269 enum wmi_vdev_subtype subtype, in ath10k_wmi_op_gen_vdev_create() argument
4282 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()
4287 vdev_id, type, subtype, macaddr); in ath10k_wmi_op_gen_vdev_create()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_xmit.h116 u8 subtype; member
/linux-4.1.27/net/netfilter/
Dxt_osf.c333 f->genre, f->version, f->subtype, in xt_osf_match_packet()
/linux-4.1.27/fs/
Dnamespace.c2295 const char *subtype = strchr(fstype, '.'); in fs_set_subtype() local
2296 if (subtype) { in fs_set_subtype()
2297 subtype++; in fs_set_subtype()
2299 if (!subtype[0]) in fs_set_subtype()
2302 subtype = ""; in fs_set_subtype()
2304 mnt->mnt_sb->s_subtype = kstrdup(subtype, GFP_KERNEL); in fs_set_subtype()
/linux-4.1.27/drivers/pnp/pnpacpi/
Drsparser.c130 .subtype = 2,
148 if (uuid_subtype == match->subtype && in vendor_resource_matches()
/linux-4.1.27/sound/synth/emux/
Demux_oss.c81 arg->subtype = SAMPLE_TYPE_AWE32; in snd_emux_init_seq_oss()
/linux-4.1.27/drivers/s390/char/
Dsclp_tty.c559 driver->subtype = SYSTEM_TYPE_TTY; in sclp_tty_init()
Dsclp_vt220.c708 driver->subtype = SYSTEM_TYPE_TTY; in sclp_vt220_tty_init()
Dcon3215.c1204 driver->subtype = SYSTEM_TYPE_TTY; in tty3215_init()
Dtty3270.c1888 driver->subtype = SYSTEM_TYPE_TTY; in tty3270_init()
/linux-4.1.27/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.c11904 switch (cq->subtype) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
11926 cq->subtype); in lpfc_sli4_sp_handle_abort_xri_wcqe()
12110 if (cq->subtype == LPFC_FCP) in lpfc_sli4_sp_handle_eqe()
13061 eq->subtype = LPFC_NONE; in lpfc_eq_create()
13095 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create() argument
13188 cq->subtype = subtype; in lpfc_cq_create()
13281 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create() argument
13401 mq->subtype = subtype; in lpfc_mq_create()
13436 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create() argument
13607 wq->subtype = subtype; in lpfc_wq_create()
[all …]
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c426 pattrib->subtype = WIFI_QOS_DATA_TYPE; in set_qos()
529 pattrib->subtype = WIFI_DATA_TYPE; in update_attrib()
804 SetFrameSubType(fctrl, pattrib->subtype); in rtw_make_wlanhdr()
806 if (pattrib->subtype & WIFI_DATA_TYPE) { in rtw_make_wlanhdr()
Drtw_wlan_util.c873 unsigned short val16, subtype; in rtw_check_bcn_info() local
910 subtype = GetFrameSubType(pframe) >> 4; in rtw_check_bcn_info()
912 if (subtype == WIFI_BEACON) in rtw_check_bcn_info()
Drtw_recv.c1266 u8 subtype; in validate_recv_frame() local
1289 subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ in validate_recv_frame()
1348 pattrib->qos = (subtype & BIT(7)) ? 1 : 0; in validate_recv_frame()
Drtw_mlme_ext.c3731 u16 val16, subtype; in collect_bss_info() local
3746 subtype = GetFrameSubType(pframe); in collect_bss_info()
3748 if (subtype == WIFI_BEACON) { in collect_bss_info()
3753 if (subtype == WIFI_PROBEREQ) { in collect_bss_info()
3756 } else if (subtype == WIFI_PROBERSP) { in collect_bss_info()
3843 if (subtype == WIFI_PROBEREQ) { in collect_bss_info()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Ddebugport.c443 dummy_driver.subtype = SERIAL_TYPE_NORMAL; in init_dummy_console()
/linux-4.1.27/arch/ia64/sn/kernel/
Dio_acpi_init.c31 .subtype = 0,
/linux-4.1.27/arch/ia64/hp/sim/
Dsimserial.c505 hp_simserial_driver->subtype = SERIAL_TYPE_NORMAL; in simrs_init()
/linux-4.1.27/drivers/tty/ipwireless/
Dtty.c587 ipw_tty_driver->subtype = SERIAL_TYPE_NORMAL; in ipwireless_tty_init()
/linux-4.1.27/drivers/scsi/
Dvirtio_scsi.c683 .subtype = cpu_to_virtio32(vscsi->vdev, in virtscsi_device_reset()
720 .subtype = VIRTIO_SCSI_T_TMF_ABORT_TASK, in virtscsi_abort()
/linux-4.1.27/drivers/misc/
Dpti.c937 pti_tty_driver->subtype = SYSTEM_TYPE_SYSCONS; in pti_init()
/linux-4.1.27/drivers/isdn/gigaset/
Dinterface.c570 tty->subtype = SERIAL_TYPE_NORMAL; in gigaset_if_initdriver()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_synth.c114 rec->synth_subtype = reg->subtype; in snd_seq_oss_synth_probe()
/linux-4.1.27/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.1.27/drivers/ipack/devices/
Dipoctal.c369 tty->subtype = SERIAL_TYPE_NORMAL; in ipoctal_inst_slot()
/linux-4.1.27/net/wireless/
Dtrace.h701 __field(u8, subtype)
708 __entry->subtype = params->subtype;
714 __entry->subtype, __entry->reason_code)
Dnl80211.c4516 params.subtype = in nl80211_del_station()
4518 if (params.subtype != IEEE80211_STYPE_DISASSOC >> 4 && in nl80211_del_station()
4519 params.subtype != IEEE80211_STYPE_DEAUTH >> 4) in nl80211_del_station()
4523 params.subtype = IEEE80211_STYPE_DEAUTH >> 4; in nl80211_del_station()
/linux-4.1.27/Documentation/trace/
Dcoresight.txt155 struct coresight_dev_subtype subtype;
/linux-4.1.27/drivers/net/bonding/
Dbond_3ad.c1748 .subtype = 0x01, in ad_initialize_port()
2265 switch (lacpdu->subtype) { in bond_3ad_rx_indication()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c1166 tty_drv->subtype = SERIAL_TYPE_NORMAL; in sdio_uart_init()
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c1301 gs_tty_driver->subtype = SERIAL_TYPE_NORMAL; in userial_init()
/linux-4.1.27/net/bluetooth/rfcomm/
Dtty.c1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
/linux-4.1.27/sound/oss/
Dad1848.c65 int subtype; member
1964 devc->subtype = cfg.card_subtype; in ad1848_init()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c1041 switch (eqe->subtype) { in handle_port_mgmt_change_event()
1088 "Port Management Change event\n", eqe->subtype); in handle_port_mgmt_change_event()
/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_tty.c191 brd->SerialDriver.subtype = SERIAL_TYPE_NORMAL; in dgnc_tty_register()
240 brd->PrintDriver.subtype = SERIAL_TYPE_NORMAL; in dgnc_tty_register()
/linux-4.1.27/drivers/isdn/capi/
Dcapi.c1278 drv->subtype = SERIAL_TYPE_NORMAL; in capinc_tty_init()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h836 u8 subtype; member
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c2832 fwtty_driver->subtype = SERIAL_TYPE_NORMAL; in fwserial_init()
2857 fwloop_driver->subtype = SERIAL_TYPE_NORMAL; in fwserial_init()
/linux-4.1.27/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.1.27/drivers/usb/serial/
Dusb-serial.c1252 usb_serial_tty_driver->subtype = SERIAL_TYPE_NORMAL; in usb_serial_init()
/linux-4.1.27/drivers/usb/class/
Dcdc-acm.c1947 acm_tty_driver->subtype = SERIAL_TYPE_NORMAL, in acm_init()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c5260 brd->serial_driver->subtype = SERIAL_TYPE_NORMAL; in dgap_tty_register()
5291 brd->print_driver->subtype = SERIAL_TYPE_NORMAL; in dgap_tty_register()
/linux-4.1.27/drivers/net/usb/
Dhso.c3264 tty_drv->subtype = SERIAL_TYPE_NORMAL; in hso_init()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1779 m->tty_modem->subtype = SERIAL_TYPE_NORMAL; in isdn_tty_modem_init()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2865 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclink_cs_init()
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1649 (9) filesystem type: name of filesystem of the form "type[.subtype]"