Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dsense.c65 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()
/openbmc/linux/sound/soc/au1x/
H A Dpsc-i2s.c41 #define I2SSTAT_BUSY(stype) \ argument
43 #define I2SPCR_START(stype) \ argument
45 #define I2SPCR_STOP(stype) \ argument
47 #define I2SPCR_CLRFIFO(stype) \ argument
194 __raw_writel(I2SPCR_CLRFIFO(stype), I2S_PCR(pscdata)); in au1xpsc_i2s_start()
196 __raw_writel(I2SPCR_START(stype), I2S_PCR(pscdata)); in au1xpsc_i2s_start()
205 __raw_writel(I2SPCR_STOP(stype), I2S_PCR(pscdata)); in au1xpsc_i2s_start()
217 __raw_writel(I2SPCR_STOP(stype), I2S_PCR(pscdata)); in au1xpsc_i2s_stop()
240 int ret, stype = substream->stream; in au1xpsc_i2s_trigger() local
245 ret = au1xpsc_i2s_start(pscdata, stype); in au1xpsc_i2s_trigger()
[all …]
H A Dpsc-ac97.c39 #define AC97PCR_START(stype) \ argument
41 #define AC97PCR_STOP(stype) \ argument
43 #define AC97PCR_CLRFIFO(stype) \ argument
46 #define AC97STAT_BUSY(stype) \ argument
213 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local
233 if (stype == SNDRV_PCM_STREAM_PLAYBACK) { in au1xpsc_ac97_hw_params()
292 int ret, stype = substream->stream; in au1xpsc_ac97_trigger() local
299 __raw_writel(AC97PCR_CLRFIFO(stype), AC97_PCR(pscdata)); in au1xpsc_ac97_trigger()
301 __raw_writel(AC97PCR_START(stype), AC97_PCR(pscdata)); in au1xpsc_ac97_trigger()
306 __raw_writel(AC97PCR_STOP(stype), AC97_PCR(pscdata)); in au1xpsc_ac97_trigger()
[all …]
H A Ddbdma2.c149 int stype, int msbits) in au1x_pcm_dbdma_realloc() argument
161 if (stype == SNDRV_PCM_STREAM_CAPTURE) in au1x_pcm_dbdma_realloc()
198 int stype, ret; in au1xpsc_pcm_hw_params() local
200 stype = substream->stream; in au1xpsc_pcm_hw_params()
210 params_periods(params), params_period_bytes(params), stype); in au1xpsc_pcm_hw_params()
212 ret = au1x_pcm_dbdma_realloc(pcd, stype, params->msbits); in au1xpsc_pcm_hw_params()
282 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local
288 pcd->ddma_id = dmaids[stype]; in au1xpsc_pcm_open()
H A Di2sc.c140 int stype = SUBSTREAM_TYPE(substream); in au1xi2s_trigger() local
148 ctx->cfg |= (stype == PCM_TX) ? CFG_TN : CFG_RN; in au1xi2s_trigger()
153 ctx->cfg &= ~((stype == PCM_TX) ? CFG_TN : CFG_RN); in au1xi2s_trigger()
H A Ddma.c221 int stype = substream->stream; in alchemy_pcm_close() local
223 ctx->stream[stype].substream = NULL; in alchemy_pcm_close()
224 free_au1000_dma(ctx->stream[stype].dma); in alchemy_pcm_close()
/openbmc/phosphor-fan-presence/evdevpp/test/
H A Devmon.cpp36 std::string stype{}; in main() local
40 app.add_option("-t,--type", stype, "evdev type")->required(); in main()
53 if (!stype.empty()) in main()
55 type = stoul(stype); in main()
/openbmc/phosphor-host-ipmid/
H A Dipmisensor.cpp300 uint8_t stype; in updateSensorRecordFromSSRAESC() local
303 stype = find_type_for_sensor_number(pRec->sensor_number); in updateSensorRecordFromSSRAESC()
308 if (stype == 0xC3) in updateSensorRecordFromSSRAESC()
310 shouldReport(stype, 0x00, &index); in updateSensorRecordFromSSRAESC()
320 (shouldReport(stype, i, &index))) in updateSensorRecordFromSSRAESC()
325 (shouldReport(stype, i + 8, &index))) in updateSensorRecordFromSSRAESC()
330 (shouldReport(stype, i, &index))) in updateSensorRecordFromSSRAESC()
335 (shouldReport(stype, i + 8, &index))) in updateSensorRecordFromSSRAESC()
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c417 enum bpf_cgroup_storage_type stype; in cgroup_storage_seq_show_elem() local
429 stype = cgroup_storage_type(map); in cgroup_storage_seq_show_elem()
430 if (stype == BPF_CGROUP_STORAGE_SHARED) { in cgroup_storage_seq_show_elem()
474 if (aux->cgroup_storage[stype] && in bpf_cgroup_storage_assign()
475 aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign()
478 aux->cgroup_storage[stype] = _map; in bpf_cgroup_storage_assign()
500 enum bpf_cgroup_storage_type stype) in bpf_cgroup_storage_alloc() argument
508 map = prog->aux->cgroup_storage[stype]; in bpf_cgroup_storage_alloc()
560 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storage_free() local
567 stype = cgroup_storage_type(map); in bpf_cgroup_storage_free()
[all …]
H A Dcgroup.c200 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_free() local
202 for_each_cgroup_storage_type(stype) in bpf_cgroup_storages_free()
212 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_alloc() local
225 if (storages[stype]) in bpf_cgroup_storages_alloc()
228 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
229 if (IS_ERR(storages[stype])) { in bpf_cgroup_storages_alloc()
234 new_storages[stype] = storages[stype]; in bpf_cgroup_storages_alloc()
243 enum bpf_cgroup_storage_type stype; in bpf_cgroup_storages_assign() local
245 for_each_cgroup_storage_type(stype) in bpf_cgroup_storages_assign()
246 dst[stype] = src[stype]; in bpf_cgroup_storages_assign()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c132 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in sync_find_fence() local
136 if (stype != DRM_NOUVEAU_SYNC_SYNCOBJ && in sync_find_fence()
137 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence()
140 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) in sync_find_fence()
203 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in nouveau_job_fence_attach_prepare() local
205 if (stype != DRM_NOUVEAU_SYNC_SYNCOBJ && in nouveau_job_fence_attach_prepare()
206 stype != DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare()
220 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach_prepare()
246 u32 stype = sync->flags & DRM_NOUVEAU_SYNC_TYPE_MASK; in nouveau_job_fence_attach() local
248 if (stype == DRM_NOUVEAU_SYNC_TIMELINE_SYNCOBJ) { in nouveau_job_fence_attach()
/openbmc/linux/arch/sparc/kernel/
H A Dviohs.c44 tag->stype = stype; in init_tag()
275 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info()
281 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_info()
295 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_ver_info()
320 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_ver_ack()
366 switch (pkt->tag.stype) { in process_ver()
476 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_dreg_info()
493 pkt->tag.stype = VIO_SUBTYPE_NACK; in process_dreg_info()
545 switch (pkt->tag.stype) { in process_dreg()
585 pkt->tag.stype = VIO_SUBTYPE_ACK; in process_rdx_info()
[all …]
H A Dldc.c49 u8 stype; member
350 u8 stype, u8 ctrl, in handshake_compose_ctrl() argument
359 p->stype = stype; in handshake_compose_ctrl()
497 p->stype = LDC_NACK; in send_data_nack()
654 switch (p->stype) { in process_version()
1603 p->stype = LDC_INFO; in write_nonraw()
1620 p->stype, in write_nonraw()
1662 if (p->stype & LDC_ACK) { in data_ack_nack()
1667 if (p->stype & LDC_NACK) in data_ack_nack()
1728 p->stype = LDC_ACK; in send_data_ack()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c393 int stype) in hostap_rx_sta_beacon() argument
473 u16 stype) in hostap_rx_frame_mgmt() argument
479 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt()
511 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt()
513 hostap_rx_sta_beacon(local, skb, stype); in hostap_rx_frame_mgmt()
723 u16 fc, type, stype, sc; in hostap_80211_rx() local
754 stype = fc & IEEE80211_FCTL_STYPE; in hostap_80211_rx()
821 stype == IEEE80211_STYPE_AUTH && in hostap_80211_rx()
898 if (stype != IEEE80211_STYPE_DATA && in hostap_80211_rx()
899 stype != IEEE80211_STYPE_DATA_CFACK && in hostap_80211_rx()
[all …]
H A Dhostap_ap.c2143 u16 fc, type, stype; in handle_ap_item() local
2151 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item()
2178 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item()
2220 switch (stype) { in handle_ap_item()
2247 stype >> 4); in handle_ap_item()
2876 int pwrmgt, int type, int stype) in hostap_update_sta_ps2() argument
2889 stype != IEEE80211_STYPE_PSPOLL) in hostap_update_sta_ps2()
2930 u16 fc, type, stype; in hostap_handle_sta_rx() local
2940 stype = fc & IEEE80211_FCTL_STYPE; in hostap_handle_sta_rx()
2965 type >> 2, stype >> 4); in hostap_handle_sta_rx()
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y209 menu_set_type($1->stype);
212 $1->stype);
224 if ($1->stype != S_UNKNOWN)
225 menu_set_type($1->stype);
228 $1->stype);
316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
317 menu_set_type($1->stype);
320 $1->stype);
333 if ($1->stype == S_UNKNOWN) {
/openbmc/linux/include/linux/
H A Dbpf-cgroup.h75 #define for_each_cgroup_storage_type(stype) \ argument
76 for (stype = 0; stype < MAX_BPF_CGROUP_STORAGE_TYPE; stype++)
165 enum bpf_cgroup_storage_type stype);
468 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc() argument
510 #define for_each_cgroup_storage_type(stype) for (; false; ) argument
/openbmc/linux/fs/affs/
H A Damigaffs.h73 __be32 stype; member
102 __be32 stype; member
H A Dinode.c92 switch (be32_to_cpu(tail->stype)) { in affs_iget()
98 if (be32_to_cpu(tail->stype) == ST_USERDIR || in affs_iget()
189 if (tail->stype == cpu_to_be32(ST_ROOT)) { in affs_write_inode()
388 AFFS_TAIL(sb, bh)->stype = cpu_to_be32(type); in affs_add_entry()
/openbmc/linux/drivers/tty/
H A Dvcc.c89 for (i = 0; i < pkt.tag.stype; i++) \
335 pkt.tag.type, pkt.tag.stype, in vcc_ldc_read()
341 vcc_rx(tty, pkt.data, pkt.tag.stype); in vcc_ldc_read()
344 pkt.tag.type, pkt.tag.stype, in vcc_ldc_read()
403 pkt->tag.stype = tosend; in vcc_tx_timer()
500 pkt.tag.stype = 0; in vcc_send_ctl()
848 pkt->tag.stype = tosend; in vcc_write()
851 pkt->tag.stype, pkt->tag.stype_env, pkt->tag.sid); in vcc_write()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c168 u16 stype) in libipw_rx_frame_mgmt() argument
180 if (stype == WLAN_FC_STYPE_BEACON && in libipw_rx_frame_mgmt()
202 skb->dev->name, type, stype); in libipw_rx_frame_mgmt()
334 u16 fc, type, stype, sc; in libipw_rx() local
360 stype = WLAN_FC_GET_STYPE(fc); in libipw_rx()
553 stype &= ~IEEE80211_STYPE_QOS_DATA; in libipw_rx()
555 if (stype != IEEE80211_STYPE_DATA && in libipw_rx()
556 stype != IEEE80211_STYPE_DATA_CFACK && in libipw_rx()
557 stype != IEEE80211_STYPE_DATA_CFPOLL && in libipw_rx()
559 if (stype != IEEE80211_STYPE_NULLFUNC) in libipw_rx()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.h326 struct sk_buff *skb, u16 stype, in brcmf_fweh_process_skb() argument
342 if (unlikely(stype)) { in brcmf_fweh_process_skb()
344 if (subtype != stype) in brcmf_fweh_process_skb()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c83 pkt.tag.stype = VIO_SUBTYPE_INFO; in sunvnet_send_attr_common()
204 pkt->tag.stype = VIO_SUBTYPE_NACK; in handle_attr_info()
220 pkt->tag.stype = VIO_SUBTYPE_ACK; in handle_attr_info()
245 switch (pkt->tag.stype) { in sunvnet_handle_attr_common()
476 .stype = VIO_SUBTYPE_ACK, in vnet_send_ack()
746 if (pkt->tag.stype != VIO_SUBTYPE_ACK) in handle_mcast()
750 pkt->tag.stype, in handle_mcast()
849 pkt->tag.stype = VIO_SUBTYPE_INFO; in vnet_event_napi()
866 msgbuf.tag.stype, in vnet_event_napi()
946 .stype = VIO_SUBTYPE_INFO, in __vnet_tx_trigger()
[all …]
/openbmc/linux/net/mac80211/
H A Dmesh_sync.c81 mesh_sync_offset_rx_bcn_presp(struct ieee80211_sub_if_data *sdata, u16 stype, in mesh_sync_offset_rx_bcn_presp() argument
94 if (stype != IEEE80211_STYPE_BEACON) in mesh_sync_offset_rx_bcn_presp()
/openbmc/linux/drivers/block/
H A Dsunvdc.c216 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in vdc_handle_unknown()
232 pkt.tag.stype = VIO_SUBTYPE_INFO; in vdc_send_attr()
253 pkt->tag.stype, pkt->operations, in vdc_handle_attr()
258 if (pkt->tag.stype == VIO_SUBTYPE_ACK) { in vdc_handle_attr()
397 msgbuf.tag.stype, in vdc_event()
405 if (msgbuf.tag.stype == VIO_SUBTYPE_ACK) in vdc_event()
407 else if (msgbuf.tag.stype == VIO_SUBTYPE_NACK) in vdc_event()
431 .stype = VIO_SUBTYPE_INFO, in __vdc_tx_trigger()

123