| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_midi_emul.c | 37 struct snd_midi_channel_set *chset, 42 struct snd_midi_channel_set *chset); 45 struct snd_midi_channel_set *chset); 48 int len, struct snd_midi_channel_set *chset); 54 static void reset_all_channels(struct snd_midi_channel_set *chset); 259 struct snd_midi_channel_set *chset, in do_control() argument 315 rpn(ops, drv, chan, chset); in do_control() 317 nrpn(ops, drv, chan, chset); in do_control() 337 if (chset->midi_mode == SNDRV_MIDI_MODE_XG) { in do_control() 378 snd_midi_channel_set_clear(struct snd_midi_channel_set *chset) in snd_midi_channel_set_clear() argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl4/ |
| H A D | opl4_seq.c | 116 snd_midi_process_event(&opl4_ops, ev, opl4->chset); in snd_opl4_seq_event_input() 124 snd_midi_channel_free_set(opl4->chset); in snd_opl4_seq_free_port() 141 opl4->chset = snd_midi_channel_alloc_set(16); in snd_opl4_seq_probe() 142 if (!opl4->chset) in snd_opl4_seq_probe() 144 opl4->chset->private_data = opl4; in snd_opl4_seq_probe() 150 snd_midi_channel_free_set(opl4->chset); in snd_opl4_seq_probe() 154 opl4->chset->client = client; in snd_opl4_seq_probe() 165 opl4->chset->port = snd_seq_event_port_attach(client, &pcallbacks, in snd_opl4_seq_probe() 174 if (opl4->chset->port < 0) { in snd_opl4_seq_probe() 175 int err = opl4->chset->port; in snd_opl4_seq_probe() [all …]
|
| /OK3568_Linux_fs/kernel/sound/synth/emux/ |
| H A D | emux_seq.c | 96 emu->ports[i] = p->chset.port; in snd_emux_init_seq() 138 p->chset.channels = kcalloc(max_channels, sizeof(*p->chset.channels), in snd_emux_create_port() 140 if (!p->chset.channels) { in snd_emux_create_port() 145 p->chset.channels[i].number = i; in snd_emux_create_port() 146 p->chset.private_data = p; in snd_emux_create_port() 147 p->chset.max_channels = max_channels; in snd_emux_create_port() 149 p->chset.client = emu->client; in snd_emux_create_port() 164 p->chset.port = snd_seq_event_port_attach(emu->client, callback, in snd_emux_create_port() 185 kfree(p->chset.channels); in free_port() 217 snd_midi_channel_set_clear(&port->chset); in snd_emux_reset_port() [all …]
|
| H A D | emux_oss.c | 125 arg->addr.client = p->chset.client; in snd_emux_open_seq_oss() 126 arg->addr.port = p->chset.port; in snd_emux_open_seq_oss() 178 snd_soundfont_close_check(emu->sflist, SF_CLIENT_NO(p->chset.port)); in snd_emux_close_seq_oss() 179 snd_seq_event_port_detach(p->chset.client, p->chset.port); in snd_emux_close_seq_oss() 209 SF_CLIENT_NO(p->chset.port)); in snd_emux_load_patch_seq_oss() 218 rc = snd_soundfont_load(emu->sflist, buf, count, SF_CLIENT_NO(p->chset.port)); in snd_emux_load_patch_seq_oss() 330 if (voice < 0 || voice >= port->chset.max_channels) in emuspec_control() 333 chan = &port->chset.channels[voice]; in emuspec_control() 388 for (i = 0; i < port->chset.max_channels; i++) { in emuspec_control() 389 chan = &port->chset.channels[i]; in emuspec_control() [all …]
|
| H A D | emux_effect.c | 269 p->effect = kcalloc(p->chset.max_channels, in snd_emux_create_effect() 272 for (i = 0; i < p->chset.max_channels; i++) in snd_emux_create_effect() 273 p->chset.channels[i].private = p->effect + i; in snd_emux_create_effect() 275 for (i = 0; i < p->chset.max_channels; i++) in snd_emux_create_effect() 276 p->chset.channels[i].private = NULL; in snd_emux_create_effect() 292 p->chset.max_channels); in snd_emux_clear_effect()
|
| H A D | emux_nrpn.c | 274 struct snd_midi_channel_set *chset) in snd_emux_nrpn() argument 297 if (port->chset.midi_mode == SNDRV_MIDI_MODE_GS && in snd_emux_nrpn() 363 struct snd_midi_channel_set *chset) in snd_emux_sysex() argument 369 if (snd_BUG_ON(!port || !chset)) in snd_emux_sysex() 379 emu->ops.sysex(emu, buf, len, parsed, chset); in snd_emux_sysex()
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl3/ |
| H A D | opl3_seq.c | 146 snd_midi_process_event(&opl3_ops, ev, opl3->chset); in snd_opl3_synth_event_input() 156 snd_midi_channel_free_set(opl3->chset); in snd_opl3_synth_free_port() 167 opl3->chset = snd_midi_channel_alloc_set(16); in snd_opl3_synth_create_port() 168 if (opl3->chset == NULL) in snd_opl3_synth_create_port() 170 opl3->chset->private_data = opl3; in snd_opl3_synth_create_port() 183 opl3->chset->client = opl3->seq_client; in snd_opl3_synth_create_port() 184 opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_synth_create_port() 194 if (opl3->chset->port < 0) { in snd_opl3_synth_create_port() 196 port = opl3->chset->port; in snd_opl3_synth_create_port() 197 snd_midi_channel_free_set(opl3->chset); in snd_opl3_synth_create_port()
|
| H A D | opl3_voice.h | 23 void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset); 24 …d_opl3_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char.hpp | 305 chset.set(cast_char<char_type>(ch)); in char_set() 306 chset.set('-'); in char_set() 309 chset.set( in char_set() 316 chset.set(cast_char<char_type>(ch)); in char_set() 326 chset.test(char_type(ch)); in test() 335 support::detail::basic_chset<char_type> chset; member 367 chset.set(static_cast<char_type>(CharEncoding::tolower(ch))); in char_set() 368 chset.set(static_cast<char_type>(CharEncoding::toupper(ch))); in char_set() 369 chset.set('-'); in char_set() 372 chset.set(static_cast<char_type>(CharEncoding::tolower(ch)) in char_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_chplan.c | 543 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 549 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 550 if (!chset[i].dfs) in rtw_chset_is_dfs_range() 552 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 559 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 563 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 564 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 565 return chset[i].dfs; in rtw_chset_is_dfs_ch() 571 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 578 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| H A D | rtw_chplan.h | 27 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 28 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 29 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_chplan.c | 548 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 554 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 555 if (!chset[i].dfs) in rtw_chset_is_dfs_range() 557 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 564 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 568 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 569 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 570 return chset[i].dfs; in rtw_chset_is_dfs_ch() 576 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 583 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| H A D | rtw_chplan.h | 26 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 27 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 28 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_chplan.c | 542 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 548 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 549 if (!chset[i].dfs) in rtw_chset_is_dfs_range() 551 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 558 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 562 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 563 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 564 return chset[i].dfs; in rtw_chset_is_dfs_ch() 570 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 577 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| H A D | rtw_chplan.h | 26 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 27 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 28 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | seq_midi_emul.h | 75 struct snd_midi_channel_set *chset); 77 struct snd_midi_channel_set *chset); 180 void snd_midi_channel_set_clear(struct snd_midi_channel_set *chset); 182 void snd_midi_channel_free_set(struct snd_midi_channel_set *chset);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_chplan.h | 26 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 27 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 28 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| H A D | rtw_chplan.c | 513 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 519 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 520 if (!chset[i].dfs) in rtw_chset_is_dfs_range() 522 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 529 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 533 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 534 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 535 return chset[i].dfs; in rtw_chset_is_dfs_ch() 541 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 548 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_chplan.h | 38 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 39 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 40 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| H A D | rtw_chplan.c | 533 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 539 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 540 if (!(chset[i].flags & RTW_CHF_DFS)) in rtw_chset_is_dfs_range() 542 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 549 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 553 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 554 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 555 return chset[i].flags & RTW_CHF_DFS ? 1 : 0; in rtw_chset_is_dfs_ch() 561 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 568 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_chplan.h | 39 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 40 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 41 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| H A D | rtw_chplan.c | 534 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo) in rtw_chset_is_dfs_range() argument 540 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_range() 541 if (!(chset[i].flags & RTW_CHF_DFS)) in rtw_chset_is_dfs_range() 543 if (hi_ch > chset[i].ChannelNum && lo_ch < chset[i].ChannelNum) in rtw_chset_is_dfs_range() 550 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch) in rtw_chset_is_dfs_ch() argument 554 for (i = 0; i < MAX_CHANNEL_NUM && chset[i].ChannelNum != 0; i++){ in rtw_chset_is_dfs_ch() 555 if (chset[i].ChannelNum == ch) in rtw_chset_is_dfs_ch() 556 return chset[i].flags & RTW_CHF_DFS ? 1 : 0; in rtw_chset_is_dfs_ch() 562 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset) in rtw_chset_is_dfs_chbw() argument 569 return rtw_chset_is_dfs_range(chset, hi, lo); in rtw_chset_is_dfs_chbw() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_chplan.h | 38 bool rtw_chset_is_dfs_range(struct _RT_CHANNEL_INFO *chset, u32 hi, u32 lo); 39 bool rtw_chset_is_dfs_ch(struct _RT_CHANNEL_INFO *chset, u8 ch); 40 bool rtw_chset_is_dfs_chbw(struct _RT_CHANNEL_INFO *chset, u8 ch, u8 bw, u8 offset);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_acs.c | 31 acs->chset[idx] = channel; in phl_acs_mntr_trigger() 67 return acs->chset[idx]; in rtw_phl_acs_get_channel_by_idx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_acs.c | 31 acs->chset[idx] = channel; in phl_acs_mntr_trigger() 67 return acs->chset[idx]; in rtw_phl_acs_get_channel_by_idx()
|