/linux-4.4.14/crypto/asymmetric_keys/ |
D | signature.c | 31 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()
|
D | asymmetric_type.c | 243 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 …]
|
D | Kconfig | 13 tristate "Asymmetric public-key crypto algorithm subtype"
|
/linux-4.4.14/drivers/mfd/ |
D | qcom-spmi-pmic.c | 63 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/ |
D | saa7164-types.h | 133 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 …]
|
D | saa7164-api.c | 963 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/ |
D | mce.c | 221 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/ |
D | proc_tty.c | 40 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/ |
D | gct.c | 26 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes() 30 if (node->subtype != wanted->subtype) in gct6_find_nodes()
|
D | srmcons.c | 225 driver->subtype = SYSTEM_TYPE_SYSCONS; in srmcons_init()
|
D | core_marvel.c | 361 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
|
/linux-4.4.14/net/sctp/ |
D | primitive.c | 56 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, \
|
D | sm_sideeffect.c | 55 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 …]
|
D | endpointola.c | 415 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()
|
D | associola.c | 1004 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/ |
D | asymmetric-keys.txt | 23 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/ |
D | sunplus.c | 47 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 …]
|
D | spca505.c | 36 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()
|
D | spca501.c | 42 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()
|
D | spca500.c | 39 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()
|
D | spca508.c | 35 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/ |
D | distributed-arp-table.h | 92 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
|
D | routing.c | 848 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()
|
D | packet.h | 353 u8 subtype; member
|
D | send.c | 243 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
|
D | distributed-arp-table.c | 391 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | gct.h | 9 u8 subtype; member 35 u8 subtype; member
|
/linux-4.4.14/drivers/thermal/ |
D | qcom-spmi-temp-alarm.c | 202 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/ |
D | ivtv-streams.c | 479 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()
|
D | ivtv-driver.h | 348 int subtype; member
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 44 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()
|
D | bfin_jtag_comm.c | 247 bfin_jc_driver->subtype = SERIAL_TYPE_NORMAL; in bfin_jc_init()
|
D | goldfish.c | 198 tty->subtype = SERIAL_TYPE_NORMAL; in goldfish_tty_create_driver()
|
D | tty_io.c | 292 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()
|
D | tty_audit.c | 286 && tty->driver->subtype == PTY_TYPE_MASTER) in tty_audit_add_data()
|
D | metag_da.c | 590 channel_driver->subtype = SERIAL_TYPE_NORMAL; in dashtty_init()
|
D | tty_ioctl.c | 548 tty->driver->subtype == PTY_TYPE_MASTER); in tty_set_termios() 947 tty->driver->subtype == PTY_TYPE_MASTER) in tty_mode_ioctl()
|
D | ehv_bytechan.c | 787 ehv_bc_driver->subtype = SYSTEM_TYPE_CONSOLE; in ehv_bc_init()
|
D | mips_ejtag_fdc.c | 936 driver->subtype = SERIAL_TYPE_NORMAL; in mips_ejtag_fdc_tty_probe()
|
D | isicom.c | 1686 isicom_normal->subtype = SERIAL_TYPE_NORMAL; in isicom_init()
|
D | amiserial.c | 1706 serial_driver->subtype = SERIAL_TYPE_NORMAL; in amiga_serial_probe()
|
D | nozomi.c | 1906 ntty_driver->subtype = SERIAL_TYPE_NORMAL; in nozomi_init()
|
D | moxa.c | 1058 moxaDriver->subtype = SERIAL_TYPE_NORMAL; in moxa_init()
|
D | n_gsm.c | 3228 gsm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in gsm_init()
|
D | rocket.c | 2421 rocket_driver->subtype = SERIAL_TYPE_NORMAL; in rp_init()
|
D | mxser.c | 2725 mxvar_sdriver->subtype = SERIAL_TYPE_NORMAL; in mxser_module_init()
|
D | cyclades.c | 4068 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL; in cy_init()
|
D | synclink_gt.c | 3807 serial_driver->subtype = SERIAL_TYPE_NORMAL; in slgt_init()
|
D | synclinkmp.c | 3984 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclinkmp_init()
|
D | synclink.c | 4337 serial_driver->subtype = SERIAL_TYPE_NORMAL; in mgsl_init_tty()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 271 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()
|
D | i40e_dcb.h | 129 u8 subtype; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | eq.c | 159 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/ |
D | coresight.h | 122 struct coresight_dev_subtype subtype; member 167 struct coresight_dev_subtype subtype; member
|
D | tty_driver.h | 308 short subtype; /* subtype of tty driver */ member
|
/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-gpio.c | 598 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()
|
D | pinctrl-spmi-mpp.c | 656 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/ |
D | trace.h | 168 __field(u8, subtype) 179 __entry->subtype = wil_rxdesc_subtype(d); 186 __entry->seq, __entry->type, __entry->subtype)
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | coresight.c | 149 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()
|
D | coresight-replicator.c | 106 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
|
D | coresight-replicator-qcom.c | 147 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
|
D | coresight-tpiu.c | 163 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
|
D | coresight-funnel.c | 216 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
|
D | coresight-tmc.c | 731 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()
|
D | coresight-etb10.c | 468 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
|
D | coresight-etm3x.c | 1853 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm_probe()
|
D | coresight-etm4x.c | 2659 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm4_probe()
|
/linux-4.4.14/include/sound/ |
D | seq_oss.h | 87 int subtype; member
|
/linux-4.4.14/include/net/ |
D | bond_3ad.h | 117 u8 subtype; /* = LACP(= 0x01) */ member 153 u8 subtype; /* = 0x02 (marker PDU) */ member
|
D | cfg80211.h | 855 u8 subtype; member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | p2p.c | 164 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 …]
|
D | fweh.c | 38 __be16 subtype; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 490 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()
|
D | htc_drv_txrx.c | 30 #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()
|
D | htc.h | 575 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype);
|
D | ath9k.h | 552 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
|
D | xmit.c | 1671 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/ |
D | sx8.c | 333 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/ |
D | qcom_spmi-regulator.c | 331 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/ |
D | xt_osf.h | 75 char subtype[MAXGENRELEN]; member
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 67 u16 subtype; member 191 h_vlan->subtype = 0x0800; in gelic_debug_init()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_oss.c | 133 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/ |
D | acpi-ext.c | 27 .subtype = 2,
|
/linux-4.4.14/include/uapi/linux/ |
D | virtio_scsi.h | 78 __virtio32 subtype; member
|
/linux-4.4.14/arch/um/drivers/ |
D | line.h | 25 const short subtype; member
|
D | stdio_console.c | 55 .subtype = SYSTEM_TYPE_CONSOLE,
|
D | ssl.c | 50 .subtype = 0,
|
D | line.c | 564 driver->subtype = line_driver->subtype; in register_lines()
|
/linux-4.4.14/fs/udf/ |
D | misc.c | 151 uint8_t subtype) in udf_get_extendedattr() argument 181 gaf->attrSubtype == subtype) in udf_get_extendedattr()
|
/linux-4.4.14/arch/m68k/emu/ |
D | nfcon.c | 138 nfcon_tty_driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 291 u8 subtype; member 314 alive_data->subtype = palive->ver_subtype; in iwl_alive_fn()
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 189 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/ |
D | w6692.c | 44 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()
|
D | hfcpci.c | 138 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/ |
D | decl.h | 218 u8 subtype; member
|
D | uap_cmd.c | 421 bss_cfg->wmm_info.subtype = MWIFIEX_WMM_SUBTYPE; in mwifiex_set_wmm_params()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | apll.txt | 11 a subtype of a DPLL [2], although a simplified one at that.
|
D | mux.txt | 50 not supported by the composite-mux-clock subtype
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | console.c | 202 serial_driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eq.c | 167 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/ |
D | xmit_linux.c | 104 pattrib->subtype = WIFI_QOS_DATA_TYPE; in r8712_set_qos()
|
D | rtl871x_recv.c | 566 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()
|
D | rtl871x_xmit.h | 101 u8 subtype; member
|
D | rtl871x_xmit.c | 300 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/ |
D | types.h | 246 uint8_t subtype; member
|
D | mesh.c | 108 ie->val.subtype = MARVELL_MESH_IE_SUBTYPE; in lbs_mesh_config()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | budget.c | 556 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/ |
D | rtas.h | 284 uint8_t subtype; /* 0x05 Section subtype */ member
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_eq.c | 128 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/ |
D | kgdb_nmi.c | 345 kgdb_nmi_tty_driver->subtype = SERIAL_TYPE_NORMAL; in kgdb_register_nmi_console()
|
D | 68328serial.c | 1174 serial_driver->subtype = SERIAL_TYPE_NORMAL;
|
D | ifx6x60.c | 1409 tty_drv->subtype = SERIAL_TYPE_NORMAL; in ifx_spi_init()
|
D | serial_core.c | 2421 normal->subtype = SERIAL_TYPE_NORMAL; in uart_register_driver()
|
D | crisv10.c | 4174 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | rsxface.c | 501 (vendor->uuid_subtype != info->uuid->subtype) || in ACPI_EXPORT_SYMBOL()
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_tty.c | 318 tty_driver->subtype = SERIAL_TYPE_NORMAL; in register_lte_tty_driver()
|
/linux-4.4.14/include/net/sctp/ |
D | sm.h | 268 int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype,
|
/linux-4.4.14/include/acpi/ |
D | acrestyp.h | 165 u8 subtype; member
|
D | actbl2.h | 299 u16 subtype; member
|
/linux-4.4.14/include/scsi/ |
D | fc_encode.h | 107 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/ |
D | rtw_xmit.h | 116 u8 subtype; member
|
/linux-4.4.14/net/netfilter/ |
D | xt_osf.c | 333 f->genre, f->version, f->subtype, in xt_osf_match_packet()
|
/linux-4.4.14/fs/ |
D | namespace.c | 2306 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/ |
D | rsparser.c | 130 .subtype = 2, 148 if (uuid_subtype == match->subtype && in vendor_resource_matches()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 869 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()
|
D | rtw_xmit.c | 427 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()
|
D | rtw_recv.c | 1239 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()
|
D | rtw_mlme_ext.c | 2112 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/ |
D | emux_oss.c | 81 arg->subtype = SAMPLE_TYPE_AWE32; in snd_emux_init_seq_oss()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 351 q->queue_id, q->type, q->subtype, in lpfc_debug_dump_q()
|
D | lpfc_sli4.h | 131 enum lpfc_sli4_queue_subtype subtype; member
|
D | lpfc_sli.c | 11886 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/ |
D | sclp_tty.c | 559 driver->subtype = SYSTEM_TYPE_TTY; in sclp_tty_init()
|
D | sclp_vt220.c | 758 driver->subtype = SYSTEM_TYPE_TTY; in sclp_vt220_tty_init()
|
D | con3215.c | 1204 driver->subtype = SYSTEM_TYPE_TTY; in tty3215_init()
|
D | tty3270.c | 1892 driver->subtype = SYSTEM_TYPE_TTY; in tty3270_init()
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 3133 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/ |
D | io_acpi_init.c | 31 .subtype = 0,
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | debugport.c | 443 dummy_driver.subtype = SERIAL_TYPE_NORMAL; in init_dummy_console()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 505 hp_simserial_driver->subtype = SERIAL_TYPE_NORMAL; in simrs_init()
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | tty.c | 587 ipw_tty_driver->subtype = SERIAL_TYPE_NORMAL; in ipwireless_tty_init()
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 688 .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/ |
D | wmi-ops.h | 70 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()
|
D | wmi.c | 5793 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/ |
D | pti.c | 937 pti_tty_driver->subtype = SYSTEM_TYPE_SYSCONS; in pti_init()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 570 tty->subtype = SERIAL_TYPE_NORMAL; in gigaset_if_initdriver()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 114 rec->synth_subtype = reg->subtype; in snd_seq_oss_synth_probe()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1421 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/ |
D | ipoctal.c | 369 tty->subtype = SERIAL_TYPE_NORMAL; in ipoctal_inst_slot()
|
/linux-4.4.14/net/wireless/ |
D | trace.h | 701 __field(u8, subtype) 708 __entry->subtype = params->subtype; 714 __entry->subtype, __entry->reason_code)
|
D | nl80211.c | 4554 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/ |
D | coresight.txt | 155 struct coresight_dev_subtype subtype;
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_3ad.c | 1747 .subtype = 0x01, in ad_initialize_port() 2263 switch (lacpdu->subtype) { in bond_3ad_rx_indication()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 1166 tty_drv->subtype = SERIAL_TYPE_NORMAL; in sdio_uart_init()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.c | 1298 gs_tty_driver->subtype = SERIAL_TYPE_NORMAL; in userial_init()
|
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 65 int subtype; member 1964 devc->subtype = cfg.card_subtype; in ad1848_init()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_tty.c | 191 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/ |
D | mad.c | 1059 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/ |
D | capi.c | 1278 drv->subtype = SERIAL_TYPE_NORMAL; in capinc_tty_init()
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 868 u8 subtype; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | base.c | 976 int qtype, int subtype) in ath5k_txq_setup() argument 980 .tqi_subtype = subtype, in ath5k_txq_setup()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 2833 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/ |
D | ipw2200.h | 654 u8 subtype; member
|
D | ipw2200.c | 4501 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/ |
D | usb-serial.c | 1252 usb_serial_tty_driver->subtype = SERIAL_TYPE_NORMAL; in usb_serial_init()
|
/linux-4.4.14/drivers/usb/class/ |
D | cdc-acm.c | 1937 acm_tty_driver->subtype = SERIAL_TYPE_NORMAL, in acm_init()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 5178 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/ |
D | hso.c | 3264 tty_drv->subtype = SERIAL_TYPE_NORMAL; in hso_init()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1779 m->tty_modem->subtype = SERIAL_TYPE_NORMAL; in isdn_tty_modem_init()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 2856 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclink_cs_init()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1666 (9) filesystem type: name of filesystem of the form "type[.subtype]"
|