/linux-4.1.27/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 | 232 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 …]
|
D | Kconfig | 13 tristate "Asymmetric public-key crypto algorithm subtype"
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/batman-adv/ |
D | distributed-arp-table.h | 85 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
|
D | packet.h | 350 uint8_t subtype; member
|
D | send.c | 225 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
|
D | routing.c | 851 unicast_4addr_packet->subtype); in batadv_recv_unicast_packet()
|
D | distributed-arp-table.c | 360 switch (unicast_4addr_packet->subtype) { in batadv_dbg_arp()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | gct.h | 9 u8 subtype; member 35 u8 subtype; member
|
/linux-4.1.27/drivers/tty/ |
D | pty.c | 39 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()
|
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 | 290 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()
|
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 | 545 tty->driver->subtype == PTY_TYPE_MASTER); in tty_set_termios() 944 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 | 931 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 | 1710 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 | 3229 gsm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in gsm_init()
|
D | mxser.c | 2725 mxvar_sdriver->subtype = SERIAL_TYPE_NORMAL; in mxser_module_init()
|
D | rocket.c | 2434 rocket_driver->subtype = SERIAL_TYPE_NORMAL; in rp_init()
|
D | cyclades.c | 4081 cy_serial_driver->subtype = SERIAL_TYPE_NORMAL; in cy_init()
|
D | synclink_gt.c | 3812 serial_driver->subtype = SERIAL_TYPE_NORMAL; in slgt_init()
|
D | synclinkmp.c | 3990 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclinkmp_init()
|
D | synclink.c | 4347 serial_driver->subtype = SERIAL_TYPE_NORMAL; in mgsl_init_tty()
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | eq.c | 226 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/ |
D | coresight.h | 121 struct coresight_dev_subtype subtype; member 166 struct coresight_dev_subtype subtype; member
|
D | tty_driver.h | 308 short subtype; /* subtype of tty driver */ member
|
/linux-4.1.27/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.1.27/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() 641 link_subtype = desc->subtype.link_subtype; in coresight_register() 674 csdev->subtype = desc->subtype; in coresight_register()
|
D | coresight-replicator.c | 90 desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
|
D | coresight-tpiu.c | 166 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 | 746 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()
|
D | coresight-etb10.c | 473 desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
|
D | coresight-etm3x.c | 1851 desc->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_PROC; in etm_probe()
|
/linux-4.1.27/drivers/pinctrl/qcom/ |
D | pinctrl-spmi-gpio.c | 608 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()
|
D | pinctrl-spmi-mpp.c | 711 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/ |
D | seq_oss.h | 87 int subtype; member
|
/linux-4.1.27/include/net/ |
D | bond_3ad.h | 117 u8 subtype; /* = LACP(= 0x01) */ member 153 u8 subtype; /* = 0x02 (marker PDU) */ member
|
D | cfg80211.h | 854 u8 subtype; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | p2p.c | 163 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 …]
|
D | fweh.c | 38 __be16 subtype; member
|
/linux-4.1.27/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 | 574 bool ath9k_htc_txq_setup(struct ath9k_htc_priv *priv, int subtype);
|
D | ath9k.h | 554 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
|
D | xmit.c | 1692 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/ |
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.1.27/include/uapi/linux/netfilter/ |
D | xt_osf.h | 75 char subtype[MAXGENRELEN]; member
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 67 u16 subtype; member 191 h_vlan->subtype = 0x0800; in gelic_debug_init()
|
/linux-4.1.27/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.1.27/arch/ia64/kernel/ |
D | acpi-ext.c | 27 .subtype = 2,
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_scsi.h | 78 __virtio32 subtype; member
|
/linux-4.1.27/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.1.27/fs/udf/ |
D | misc.c | 151 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/ |
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()
|
/linux-4.1.27/arch/m68k/emu/ |
D | nfcon.c | 138 nfcon_tty_driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 290 u8 subtype; member 313 alive_data->subtype = palive->ver_subtype; in iwl_alive_fn()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/mwifiex/ |
D | decl.h | 210 u8 subtype; member
|
D | uap_cmd.c | 404 bss_cfg->wmm_info.subtype = MWIFIEX_WMM_SUBTYPE; in mwifiex_set_wmm_params()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | console.c | 202 serial_driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | xmit_linux.c | 104 pattrib->subtype = WIFI_QOS_DATA_TYPE; in r8712_set_qos()
|
D | rtl871x_recv.c | 562 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()
|
D | rtl871x_xmit.h | 101 u8 subtype; member
|
D | rtl871x_xmit.c | 300 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/ |
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.1.27/drivers/tty/serial/ |
D | msm_smd_tty.c | 207 smd_tty_driver->subtype = SERIAL_TYPE_NORMAL; in smd_tty_init()
|
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 | 1410 tty_drv->subtype = SERIAL_TYPE_NORMAL; in ifx_spi_init()
|
D | serial_core.c | 2415 normal->subtype = SERIAL_TYPE_NORMAL; in uart_register_driver()
|
D | crisv10.c | 4284 driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|
/linux-4.1.27/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.1.27/drivers/media/pci/ttpci/ |
D | budget.c | 552 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/ |
D | rtas.h | 284 uint8_t subtype; /* 0x05 Section subtype */ member
|
/linux-4.1.27/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.1.27/drivers/staging/gdm724x/ |
D | gdm_tty.c | 318 tty_driver->subtype = SERIAL_TYPE_NORMAL; in register_lte_tty_driver()
|
/linux-4.1.27/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.1.27/drivers/acpi/acpica/ |
D | rsxface.c | 501 (vendor->uuid_subtype != info->uuid->subtype) || in ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/include/acpi/ |
D | acrestyp.h | 165 u8 subtype; member
|
D | actbl2.h | 297 u16 subtype; member
|
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 63 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()
|
D | wmi.c | 4269 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/ |
D | rtw_xmit.h | 116 u8 subtype; member
|
/linux-4.1.27/net/netfilter/ |
D | xt_osf.c | 333 f->genre, f->version, f->subtype, in xt_osf_match_packet()
|
/linux-4.1.27/fs/ |
D | namespace.c | 2295 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/ |
D | rsparser.c | 130 .subtype = 2, 148 if (uuid_subtype == match->subtype && in vendor_resource_matches()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 81 arg->subtype = SAMPLE_TYPE_AWE32; in snd_emux_init_seq_oss()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_tty.c | 559 driver->subtype = SYSTEM_TYPE_TTY; in sclp_tty_init()
|
D | sclp_vt220.c | 708 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 | 1888 driver->subtype = SYSTEM_TYPE_TTY; in tty3270_init()
|
/linux-4.1.27/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 | 11904 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/ |
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.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 426 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()
|
D | rtw_wlan_util.c | 873 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()
|
D | rtw_recv.c | 1266 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()
|
D | rtw_mlme_ext.c | 3731 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/ |
D | debugport.c | 443 dummy_driver.subtype = SERIAL_TYPE_NORMAL; in init_dummy_console()
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_acpi_init.c | 31 .subtype = 0,
|
/linux-4.1.27/arch/ia64/hp/sim/ |
D | simserial.c | 505 hp_simserial_driver->subtype = SERIAL_TYPE_NORMAL; in simrs_init()
|
/linux-4.1.27/drivers/tty/ipwireless/ |
D | tty.c | 587 ipw_tty_driver->subtype = SERIAL_TYPE_NORMAL; in ipwireless_tty_init()
|
/linux-4.1.27/drivers/scsi/ |
D | virtio_scsi.c | 683 .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/ |
D | pti.c | 937 pti_tty_driver->subtype = SYSTEM_TYPE_SYSCONS; in pti_init()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | interface.c | 570 tty->subtype = SERIAL_TYPE_NORMAL; in gigaset_if_initdriver()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_synth.c | 114 rec->synth_subtype = reg->subtype; in snd_seq_oss_synth_probe()
|
/linux-4.1.27/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.1.27/drivers/ipack/devices/ |
D | ipoctal.c | 369 tty->subtype = SERIAL_TYPE_NORMAL; in ipoctal_inst_slot()
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 701 __field(u8, subtype) 708 __entry->subtype = params->subtype; 714 __entry->subtype, __entry->reason_code)
|
D | nl80211.c | 4516 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/ |
D | coresight.txt | 155 struct coresight_dev_subtype subtype;
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_3ad.c | 1748 .subtype = 0x01, in ad_initialize_port() 2265 switch (lacpdu->subtype) { in bond_3ad_rx_indication()
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 1166 tty_drv->subtype = SERIAL_TYPE_NORMAL; in sdio_uart_init()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty.c | 161 driver->subtype = SERIAL_TYPE_NORMAL; in ircomm_tty_init()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_serial.c | 1301 gs_tty_driver->subtype = SERIAL_TYPE_NORMAL; in userial_init()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | tty.c | 1151 rfcomm_tty_driver->subtype = SERIAL_TYPE_NORMAL; in rfcomm_init_ttys()
|
/linux-4.1.27/sound/oss/ |
D | ad1848.c | 65 int subtype; member 1964 devc->subtype = cfg.card_subtype; in ad1848_init()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mad.c | 1041 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/ |
D | base.c | 976 int qtype, int subtype) in ath5k_txq_setup() argument 980 .tqi_subtype = subtype, in ath5k_txq_setup()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_tty.c | 191 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/ |
D | capi.c | 1278 drv->subtype = SERIAL_TYPE_NORMAL; in capinc_tty_init()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 836 u8 subtype; member
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 2832 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/ |
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.1.27/drivers/usb/serial/ |
D | usb-serial.c | 1252 usb_serial_tty_driver->subtype = SERIAL_TYPE_NORMAL; in usb_serial_init()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.c | 1947 acm_tty_driver->subtype = SERIAL_TYPE_NORMAL, in acm_init()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 5260 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/ |
D | hso.c | 3264 tty_drv->subtype = SERIAL_TYPE_NORMAL; in hso_init()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_tty.c | 1779 m->tty_modem->subtype = SERIAL_TYPE_NORMAL; in isdn_tty_modem_init()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 2865 serial_driver->subtype = SERIAL_TYPE_NORMAL; in synclink_cs_init()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1649 (9) filesystem type: name of filesystem of the form "type[.subtype]"
|