/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | sense.c | 65 enum mlx4_port_type *stype, in mlx4_do_sense_ports() argument 73 stype[i - 1] = 0; in mlx4_do_sense_ports() 76 err = mlx4_SENSE_PORT(dev, i, &stype[i - 1]); in mlx4_do_sense_ports() 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports() 98 enum mlx4_port_type stype[MLX4_MAX_PORTS]; in mlx4_sense_port() local 101 mlx4_do_sense_ports(dev, stype, &dev->caps.port_type[1]); in mlx4_sense_port() 103 if (mlx4_check_port_params(dev, stype)) in mlx4_sense_port() 106 if (mlx4_change_port_types(dev, stype)) in mlx4_sense_port()
|
D | mlx4.h | 1194 enum mlx4_port_type *stype,
|
/linux-4.1.27/sound/soc/au1x/ |
D | psc-i2s.c | 44 #define I2SSTAT_BUSY(stype) \ argument 45 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SSTAT_TB : PSC_I2SSTAT_RB) 46 #define I2SPCR_START(stype) \ argument 47 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TS : PSC_I2SPCR_RS) 48 #define I2SPCR_STOP(stype) \ argument 49 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TP : PSC_I2SPCR_RP) 50 #define I2SPCR_CLRFIFO(stype) \ argument 51 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_I2SPCR_TC : PSC_I2SPCR_RC) 182 static int au1xpsc_i2s_start(struct au1xpsc_audio_data *pscdata, int stype) in au1xpsc_i2s_start() argument 197 __raw_writel(I2SPCR_CLRFIFO(stype), I2S_PCR(pscdata)); in au1xpsc_i2s_start() [all …]
|
D | psc-ac97.c | 43 #define AC97PCR_START(stype) \ argument 44 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TS : PSC_AC97PCR_RS) 45 #define AC97PCR_STOP(stype) \ argument 46 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TP : PSC_AC97PCR_RP) 47 #define AC97PCR_CLRFIFO(stype) \ argument 48 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97PCR_TC : PSC_AC97PCR_RC) 50 #define AC97STAT_BUSY(stype) \ argument 51 ((stype) == SNDRV_PCM_STREAM_PLAYBACK ? PSC_AC97STAT_TB : PSC_AC97STAT_RB) 217 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local 237 if (stype == SNDRV_PCM_STREAM_PLAYBACK) { in au1xpsc_ac97_hw_params() [all …]
|
D | dbdma2.c | 151 int stype, int msbits) in au1x_pcm_dbdma_realloc() argument 163 if (stype == SNDRV_PCM_STREAM_CAPTURE) in au1x_pcm_dbdma_realloc() 200 int stype, ret; in au1xpsc_pcm_hw_params() local 206 stype = substream->stream; in au1xpsc_pcm_hw_params() 216 params_periods(params), params_period_bytes(params), stype); in au1xpsc_pcm_hw_params() 218 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits); in au1xpsc_pcm_hw_params() 289 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local 295 pcd->ddma_id = dmaids[stype]; in au1xpsc_pcm_open()
|
D | i2sc.c | 139 int stype = SUBSTREAM_TYPE(substream); in au1xi2s_trigger() local 147 ctx->cfg |= (stype == PCM_TX) ? CFG_TN : CFG_RN; in au1xi2s_trigger() 152 ctx->cfg &= ~((stype == PCM_TX) ? CFG_TN : CFG_RN); in au1xi2s_trigger()
|
D | dma.c | 215 int stype = substream->stream; in alchemy_pcm_close() local 217 ctx->stream[stype].substream = NULL; in alchemy_pcm_close() 218 free_au1000_dma(ctx->stream[stype].dma); in alchemy_pcm_close()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | viohs.c | 39 static void init_tag(struct vio_msg_tag *tag, u8 type, u8 stype, u16 stype_env) in init_tag() argument 42 tag->stype = stype; in init_tag() 164 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in process_unknown() 264 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 270 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info() 284 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_ver_info() 308 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_ack() 354 switch (pkt->tag.stype) { in process_ver() 460 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_dreg_info() 479 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_dreg_info() [all …]
|
D | ldc.c | 49 u8 stype; member 357 u8 stype, u8 ctrl, in handshake_compose_ctrl() argument 366 p->stype = stype; in handshake_compose_ctrl() 504 p->stype = LDC_NACK; in send_data_nack() 660 switch (p->stype) { in process_version() 679 p->stype, p->seqid, p->env); in process_rts() 681 if (p->stype != LDC_INFO || in process_rts() 699 p->stype, p->seqid, p->env); in process_rtr() 701 if (p->stype != LDC_INFO || in process_rtr() 722 p->stype, p->seqid, p->env, p->u.r.ackid); in process_rdx() [all …]
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 394 int stype) in hostap_rx_sta_beacon() argument 474 u16 stype) in hostap_rx_frame_mgmt() argument 480 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt() 505 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() 512 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt() 513 stype == IEEE80211_STYPE_PROBE_RESP)) { in hostap_rx_frame_mgmt() 514 hostap_rx_sta_beacon(local, skb, stype); in hostap_rx_frame_mgmt() 517 (stype == IEEE80211_STYPE_ASSOC_RESP || in hostap_rx_frame_mgmt() 518 stype == IEEE80211_STYPE_REASSOC_RESP)) { in hostap_rx_frame_mgmt() 526 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() [all …]
|
D | hostap_ap.c | 2205 u16 fc, type, stype; in handle_ap_item() local 2213 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item() 2221 if (stype == IEEE80211_STYPE_NULLFUNC) { in handle_ap_item() 2240 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item() 2247 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item() 2253 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) { in handle_ap_item() 2260 "subtype=0x%02x\n", type, stype); in handle_ap_item() 2282 switch (stype) { in handle_ap_item() 2309 stype >> 4); in handle_ap_item() 2938 int pwrmgt, int type, int stype) in hostap_update_sta_ps2() argument [all …]
|
D | hostap.h | 49 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype,
|
D | hostap_main.c | 1041 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, in prism2_sta_send_mgmt() argument 1056 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in prism2_sta_send_mgmt()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 186 menu_set_type($1->stype); 189 $1->stype); 201 if ($1->stype != S_UNKNOWN) 202 menu_set_type($1->stype); 205 $1->stype); 284 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 285 menu_set_type($1->stype); 288 $1->stype); 301 if ($1->stype == S_UNKNOWN) {
|
D | zconf.tab.c | 1735 menu_set_type((yyvsp[(1) - (3)].id)->stype); 1738 (yyvsp[(1) - (3)].id)->stype); 1754 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1755 menu_set_type((yyvsp[(1) - (4)].id)->stype); 1758 (yyvsp[(1) - (4)].id)->stype); 1839 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 1840 menu_set_type((yyvsp[(1) - (3)].id)->stype); 1843 (yyvsp[(1) - (3)].id)->stype); 1860 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
|
D | lkc.h | 68 enum symbol_type stype; member
|
D | zconf.tab.c_shipped | 1735 menu_set_type((yyvsp[(1) - (3)].id)->stype); 1738 (yyvsp[(1) - (3)].id)->stype); 1754 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1755 menu_set_type((yyvsp[(1) - (4)].id)->stype); 1758 (yyvsp[(1) - (4)].id)->stype); 1839 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 1840 menu_set_type((yyvsp[(1) - (3)].id)->stype); 1843 (yyvsp[(1) - (3)].id)->stype); 1860 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
|
D | gconf.c | 1042 int stype; in fill_row() local 1110 stype = sym_get_type(sym); in fill_row() 1111 switch (stype) { in fill_row()
|
/linux-4.1.27/scripts/ |
D | kallsyms.c | 115 char *sym, stype; in read_symbol() local 118 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol() 142 else if (toupper(stype) == 'A') in read_symbol() 152 else if (toupper(stype) == 'U' || in read_symbol() 159 else if (stype == 'N') in read_symbol() 172 s->sym[0] = stype; in read_symbol()
|
/linux-4.1.27/include/linux/ |
D | amigaffs.h | 69 __be32 stype; member 98 __be32 stype; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | dumpstack_64.c | 185 enum stack_type stype; in dump_trace() local 188 stype = analyze_stack(cpu, task, stack, &stack_end, in dump_trace() 194 switch (stype) { in dump_trace()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 172 u16 stype) in libipw_rx_frame_mgmt() argument 184 if (stype == WLAN_FC_STYPE_BEACON && in libipw_rx_frame_mgmt() 206 skb->dev->name, type, stype); in libipw_rx_frame_mgmt() 338 u16 fc, type, stype, sc; in libipw_rx() local 364 stype = WLAN_FC_GET_STYPE(fc); in libipw_rx() 469 if (type == WLAN_FC_TYPE_MGMT && stype == WLAN_FC_STYPE_AUTH && in libipw_rx() 479 if (libipw_rx_frame_mgmt(ieee, skb, rx_stats, type, stype)) in libipw_rx() 557 stype &= ~IEEE80211_STYPE_QOS_DATA; in libipw_rx() 559 if (stype != IEEE80211_STYPE_DATA && in libipw_rx() 560 stype != IEEE80211_STYPE_DATA_CFACK && in libipw_rx() [all …]
|
D | libipw.h | 880 u16 stype = WLAN_FC_GET_STYPE(fc); in libipw_get_hdrlen() local 886 if (stype & IEEE80211_STYPE_QOS_DATA) in libipw_get_hdrlen()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_sync.c | 79 u16 stype, in mesh_sync_offset_rx_bcn_presp() argument 92 if (stype != IEEE80211_STYPE_BEACON) in mesh_sync_offset_rx_bcn_presp()
|
D | mesh.c | 1007 u16 stype, in ieee80211_mesh_rx_bcn_presp() argument 1021 if (stype == IEEE80211_STYPE_PROBE_RESP && in ieee80211_mesh_rx_bcn_presp() 1053 stype, mgmt, &elems, rx_status); in ieee80211_mesh_rx_bcn_presp() 1219 u16 stype; in ieee80211_mesh_rx_queued_mgmt() local 1229 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in ieee80211_mesh_rx_queued_mgmt() 1231 switch (stype) { in ieee80211_mesh_rx_queued_mgmt() 1234 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len, in ieee80211_mesh_rx_queued_mgmt()
|
D | ieee80211_i.h | 623 u16 stype, 1933 const u8 *bssid, u16 stype, u16 reason,
|
D | rx.c | 2992 __le16 stype; in ieee80211_rx_h_mgmt() local 2994 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ieee80211_rx_h_mgmt() 3002 switch (stype) { in ieee80211_rx_h_mgmt()
|
D | util.c | 1310 const u8 *bssid, u16 stype, u16 reason, in ieee80211_send_deauth_disassoc() argument 1318 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in ieee80211_send_deauth_disassoc()
|
D | mlme.c | 1978 u16 stype, u16 reason, bool tx, in ieee80211_set_disassoc() argument 2026 ieee80211_send_deauth_disassoc(sdata, ifmgd->bssid, stype, in ieee80211_set_disassoc()
|
/linux-4.1.27/net/wireless/ |
D | mlme.c | 516 u16 stype; in cfg80211_mlme_mgmt_tx() local 532 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in cfg80211_mlme_mgmt_tx() 533 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx() 623 u16 stype; in cfg80211_rx_mgmt() local 626 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_rx_mgmt() 628 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
|
/linux-4.1.27/drivers/block/ |
D | sunvdc.c | 203 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in vdc_handle_unknown() 219 pkt.tag.stype = VIO_SUBTYPE_INFO; in vdc_send_attr() 240 pkt->tag.stype, pkt->operations, in vdc_handle_attr() 245 if (pkt->tag.stype == VIO_SUBTYPE_ACK) { in vdc_handle_attr() 379 msgbuf.tag.stype, in vdc_event() 387 if (msgbuf.tag.stype == VIO_SUBTYPE_ACK) in vdc_event() 389 else if (msgbuf.tag.stype == VIO_SUBTYPE_NACK) in vdc_event() 413 .stype = VIO_SUBTYPE_INFO, in __vdc_tx_trigger()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 73 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in vnet_handle_unknown() 97 pkt.tag.stype = VIO_SUBTYPE_INFO; in vnet_send_attr() 217 pkt->tag.stype = VIO_SUBTYPE_NACK; in handle_attr_info() 232 pkt->tag.stype = VIO_SUBTYPE_ACK; in handle_attr_info() 259 switch (pkt->tag.stype) { in vnet_handle_attr() 432 .stype = VIO_SUBTYPE_ACK, in vnet_send_ack() 690 if (pkt->tag.stype != VIO_SUBTYPE_ACK) in handle_mcast() 694 pkt->tag.stype, in handle_mcast() 772 pkt->tag.stype = VIO_SUBTYPE_INFO; in vnet_event_napi() 789 msgbuf.tag.stype, in vnet_event_napi() [all …]
|
/linux-4.1.27/fs/affs/ |
D | inode.c | 90 switch (be32_to_cpu(tail->stype)) { in affs_iget() 96 if (be32_to_cpu(tail->stype) == ST_USERDIR || in affs_iget() 185 if (tail->stype == cpu_to_be32(ST_ROOT)) { in affs_write_inode() 382 AFFS_TAIL(sb, bh)->stype = cpu_to_be32(type); in affs_add_entry()
|
D | amigaffs.c | 206 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_link() 287 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_header()
|
D | namei.c | 235 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_lookup()
|
D | super.c | 396 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
|
D | file.c | 135 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE); in affs_alloc_extblock()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 208 u16 stype) in rtllib_rx_frame_mgmt() argument 222 rtllib_rx_frame_softmac(ieee, skb, rx_stats, type, stype); in rtllib_rx_frame_mgmt() 887 u8 frag, type, stype; in rtllib_rx_check_duplicate() local 891 stype = WLAN_FC_GET_STYPE(fc); in rtllib_rx_check_duplicate() 899 if (!((type == RTLLIB_FTYPE_MGMT) && (stype == RTLLIB_STYPE_BEACON))) { in rtllib_rx_check_duplicate() 955 u8 type, stype; in rtllib_rx_data_filter() local 958 stype = WLAN_FC_GET_STYPE(fc); in rtllib_rx_data_filter() 981 if (stype != RTLLIB_STYPE_DATA && in rtllib_rx_data_filter() 982 stype != RTLLIB_STYPE_DATA_CFACK && in rtllib_rx_data_filter() 983 stype != RTLLIB_STYPE_DATA_CFPOLL && in rtllib_rx_data_filter() [all …]
|
D | rtllib_softmac.c | 300 u16 fc, type, stype; in softmac_ps_mgmt_xmit() local 305 stype = WLAN_FC_GET_STYPE(fc); in softmac_ps_mgmt_xmit() 308 if (stype != RTLLIB_STYPE_PSPOLL) in softmac_ps_mgmt_xmit() 2421 u16 stype) in rtllib_rx_frame_softmac() argument
|
D | rtllib.h | 2681 u16 stype);
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 214 u16 stype) in ieee80211_rx_frame_mgmt() argument 231 ieee80211_rx_frame_softmac(ieee, skb, rx_stats, type, stype); in ieee80211_rx_frame_mgmt() 248 if (stype == WLAN_FC_STYPE_BEACON && in ieee80211_rx_frame_mgmt() 270 skb->dev->name, type, stype); in ieee80211_rx_frame_mgmt() 895 u16 fc, type, stype, sc; in ieee80211_rx() local 935 stype = WLAN_FC_GET_STYPE(fc); in ieee80211_rx() 1057 if (ieee80211_rx_frame_mgmt(ieee, skb, rx_stats, type, stype)) in ieee80211_rx() 1132 if (stype != IEEE80211_STYPE_DATA && in ieee80211_rx() 1133 stype != IEEE80211_STYPE_DATA_CFACK && in ieee80211_rx() 1134 stype != IEEE80211_STYPE_DATA_CFPOLL && in ieee80211_rx() [all …]
|
D | ieee80211.h | 2363 u16 stype);
|
D | ieee80211_softmac.c | 1986 u16 stype) in ieee80211_rx_frame_softmac() argument
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | util.c | 327 u16 stype; in mwifiex_parse_mgmt_packet() local 331 stype = (le16_to_cpu(ieee_hdr->frame_control) & IEEE80211_FCTL_STYPE); in mwifiex_parse_mgmt_packet() 333 switch (stype) { in mwifiex_parse_mgmt_packet() 350 "unknown mgmt frame subytpe %#x\n", stype); in mwifiex_parse_mgmt_packet()
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 669 const char *stype; in fix_vbus_dev_info() local 686 stype = "vHBA"; in fix_vbus_dev_info() 689 stype = "vNIC"; in fix_vbus_dev_info() 692 stype = "unknown"; in fix_vbus_dev_info() 695 bus_device_info_init(&dev_info, stype, in fix_vbus_dev_info()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | btcoex.c | 232 enum ath_stomp_type stype = in ath9k_hw_btcoex_set_weight() local 236 weight = mci_wlan_weights[stype]; in ath9k_hw_btcoex_set_weight()
|
/linux-4.1.27/net/bluetooth/ |
D | amp.c | 432 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link() 439 cp.rx_flow_spec.stype = chan->remote_stype; in amp_create_logical_link()
|
D | l2cap_core.c | 3010 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3019 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3420 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req() 3421 efs.stype != chan->local_stype) { in l2cap_parse_conf_req() 3467 chan->remote_stype = efs.stype; in l2cap_parse_conf_req() 3568 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp() 3569 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.h | 96 u32 stype; /* current process */ member
|
D | policydb.c | 209 hash = ft->stype ^ ft->ttype ^ ft->tclass; in filenametr_hash() 223 v = ft1->stype - ft2->stype; in filenametr_cmp() 1957 ft->stype = le32_to_cpu(buf[0]); in filename_trans_read() 3286 buf[0] = cpu_to_le32(ft->stype); in filename_write_helper()
|
D | services.c | 1369 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1383 ft.stype = stype; in filename_compute_type()
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 505 enum m5mols_restype stype = __find_restype(mf->code); in __find_resolution() local 511 if (stype == fsize->type) { in __find_resolution() 526 *type = stype; in __find_resolution()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 718 u8 stype, sztype, wraptype; in brcmf_chip_dmp_get_regaddr() local 765 stype = (val & DMP_SLAVE_TYPE) >> DMP_SLAVE_TYPE_S; in brcmf_chip_dmp_get_regaddr() 768 if (*regbase == 0 && stype == DMP_SLAVE_TYPE_SLAVE) in brcmf_chip_dmp_get_regaddr() 770 if (*wrapbase == 0 && stype == wraptype) in brcmf_chip_dmp_get_regaddr()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | vio.h | 22 u8 stype; member
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.c | 895 #define SET_SYMBOL(str, stype) \ argument 900 p->type = stype; \
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.c | 702 ha->stype = id; in gdth_init_eisa() 746 ha->stype = id; in gdth_init_eisa() 827 ha->stype= GDT2_ID; in gdth_init_isa() 874 ha->stype = (u32)pdev->device; in gdth_init_pci() 3853 switch (ha->stype) { in gdth_ctr_name() 4520 ctrt.type = (u8)((ha->stype>>20) - 0x10); in gdth_ioctl() 4523 ctrt.type = (u8)((ha->stype<<4) + 6); in gdth_ioctl() 4527 if (ha->stype >= 0x300) in gdth_ioctl() 4530 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
|
D | gdth.h | 843 u32 stype; /* subtype (PCI: device ID) */ member
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 348 __u8 stype; member
|
D | hci.h | 724 __u8 stype; member
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 1314 __le16 stype; member
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 641 u16 stype; in mgt_dispatcher23a() local 655 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in mgt_dispatcher23a() 656 index = stype >> 4; in mgt_dispatcher23a() 683 switch (stype) { in mgt_dispatcher23a()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptlan.c | 120 u16 stype; member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 1994 u16 fc = 0, type = 0, stype = 0; in rtl8192_tx() local 2014 stype = WLAN_FC_GET_STYPE(fc); in rtl8192_tx()
|
/linux-4.1.27/sound/pci/ |
D | cmipci.c | 2465 #define DEFINE_SWITCH(sname, stype, sarg) \ argument 2467 .iface = stype, \
|