Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_synth.c48 int opened; member
106 rec->opened = 0; in snd_seq_oss_synth_probe()
225 info->opened = 0; in snd_seq_oss_synth_setup()
246 info->opened++; in snd_seq_oss_synth_setup()
247 rec->opened++; in snd_seq_oss_synth_setup()
279 info->opened = 1; in snd_seq_oss_synth_setup_midi()
280 midi_synth_dev.opened++; in snd_seq_oss_synth_setup_midi()
303 if (! info->opened) in snd_seq_oss_synth_cleanup()
306 if (midi_synth_dev.opened > 0) { in snd_seq_oss_synth_cleanup()
308 midi_synth_dev.opened--; in snd_seq_oss_synth_cleanup()
[all …]
H A Dseq_oss_midi.c35 int opened; /* flag for opening */ member
172 mdev->opened = 0; in snd_seq_oss_midi_check_new_port()
327 if (mdev->opened && mdev->devinfo != dp) { in snd_seq_oss_midi_open()
344 if ((mdev->opened & perm) == perm) { in snd_seq_oss_midi_open()
349 perm &= ~mdev->opened; in snd_seq_oss_midi_open()
358 mdev->opened |= PERM_WRITE; in snd_seq_oss_midi_open()
367 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open()
370 if (! mdev->opened) { in snd_seq_oss_midi_open()
391 if (! mdev->opened || mdev->devinfo != dp) { in snd_seq_oss_midi_close()
397 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_close()
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst18 report the "current" state of the lid as either "opened" or "closed".
43 changed to "opened". Thus the "opened" notification is not guaranteed. But
67 firmware cannot make sure "opened"/"closed" events are paired, the ACPI
70 If the userspace hasn't been prepared to ignore the unreliable "opened"
77 and whether the "opened"/"closed" events are paired fully relies on the
89 initial lid state as "opened" and whether the "opened"/"closed" events
96 If the userspace has been prepared to ignore the unreliable "opened" events
105 "opened" input events. But there is still no guarantee that the "opened"
107 opens given that some AML tables do not send "opened" notifications
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.c68 ptr->opened = (dal_hw_gpio_config_mode(pin, mode) == GPIO_RESULT_OK); in dal_hw_gpio_open()
70 return ptr->opened; in dal_hw_gpio_open()
138 ptr->opened = false; in dal_hw_gpio_close()
189 pin->base.opened = false; in dal_hw_gpio_construct()
202 ASSERT(!pin->base.opened); in dal_hw_gpio_destruct()
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl381 my $opened = 0;
457 if (!$opened) {
459 $opened = 1;
543 if (!$opened) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl381 my $opened = 0;
457 if (!$opened) {
459 $opened = 1;
543 if (!$opened) {
/OK3568_Linux_fs/kernel/sound/atmel/
H A Dac97c.c53 int opened; member
92 chip->opened++; in atmel_ac97c_playback_open()
111 chip->opened++; in atmel_ac97c_capture_open()
129 chip->opened--; in atmel_ac97c_playback_close()
130 if (!chip->opened) { in atmel_ac97c_playback_close()
146 chip->opened--; in atmel_ac97c_capture_close()
147 if (!chip->opened) { in atmel_ac97c_capture_close()
214 if (chip->opened <= 1) in atmel_ac97c_playback_prepare()
296 if (chip->opened <= 1) in atmel_ac97c_capture_prepare()
369 if (chip->opened <= 1) in atmel_ac97c_playback_trigger()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.pl413 my $opened = 0;
489 if (!$opened) {
491 $opened = 1;
583 if (!$opened) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl410 my $opened = 0;
486 if (!$opened) {
488 $opened = 1;
580 if (!$opened) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl413 my $opened = 0;
489 if (!$opened) {
491 $opened = 1;
583 if (!$opened) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl413 my $opened = 0;
489 if (!$opened) {
491 $opened = 1;
583 if (!$opened) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl410 my $opened = 0;
486 if (!$opened) {
488 $opened = 1;
580 if (!$opened) {
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dcma3000_d0x.c69 bool opened; member
225 data->opened = true; in cma3000_open()
241 data->opened = false; in cma3000_close()
250 if (!data->suspended && data->opened) in cma3000_suspend()
264 if (data->suspended && data->opened) in cma3000_resume()
H A Dadxl34x.c202 bool opened; /* P: mutex */ member
419 if (!ac->suspended && !ac->disabled && ac->opened) in adxl34x_suspend()
432 if (ac->suspended && !ac->disabled && ac->opened) in adxl34x_resume()
463 if (!ac->suspended && ac->opened) { in adxl34x_disable_store()
592 if (!ac->disabled && !ac->suspended && ac->opened) in adxl34x_autosleep_store()
670 ac->opened = true; in adxl34x_input_open()
686 ac->opened = false; in adxl34x_input_close()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c154 if (crc->opened) { in crc_control_write()
192 crc->opened = false; in crtc_crc_cleanup()
231 if (!crc->opened) { in crtc_crc_open()
232 crc->opened = true; in crtc_crc_open()
265 crc->opened = false; in crtc_crc_release()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dquery-dvb-frontend-info.rst9 Usually, the first thing to do when the frontend is opened is to check
13 be opened either in read only or read/write mode.
H A Dfrontend_f_open.rst28 Device to be opened.
53 The device can be opened in read-only mode, which only allows monitoring
59 long as a front-end device is opened in read/write mode, other open()
61 non-blocking or blocking mode was specified. A front-end device opened
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvdpa.c44 atomic_t opened; member
870 int nvqs, i, r, opened; in vhost_vdpa_open() local
874 opened = atomic_cmpxchg(&v->opened, 0, 1); in vhost_vdpa_open()
875 if (opened) in vhost_vdpa_open()
915 atomic_dec(&v->opened); in vhost_vdpa_open()
944 atomic_dec(&v->opened); in vhost_vdpa_release()
1054 atomic_set(&v->opened, 0); in vhost_vdpa_probe()
1095 int opened; in vhost_vdpa_remove() local
1100 opened = atomic_cmpxchg(&v->opened, 0, 1); in vhost_vdpa_remove()
1101 if (!opened) in vhost_vdpa_remove()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c97 if (spdif && chip->opened) { in snd_bcm2835_playback_open_generic()
100 } else if (!spdif && (chip->opened & (1 << idx))) { in snd_bcm2835_playback_open_generic()
150 chip->opened |= (1 << idx); in snd_bcm2835_playback_open_generic()
189 chip->opened &= ~(1 << substream->number); in snd_bcm2835_playback_close()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi_lib.c60 if (!pv->is_console && pv->opened) { in hvsi_cd_change()
193 if (!pv->opened) in hvsilib_get_chars()
371 pv->opened = 1; in hvsilib_establish()
398 pv->opened = 0; in hvsilib_close()
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-stream.c169 if (s->direction == direction && !s->opened) { in hda_dsp_stream_get()
178 s->opened = true; in hda_dsp_stream_get()
220 if (!s->opened) in hda_dsp_stream_put()
224 s->opened = false; in hda_dsp_stream_put()
669 if (status & BIT(s->index) && s->opened) { in hda_dsp_stream_check()
838 hstream->opened = false; in hda_dsp_stream_init()
894 hstream->opened = false; in hda_dsp_stream_init()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Diowarrior.c91 int opened; /* this is 1 if the device is currently open */ member
408 if (!dev->opened) { in iowarrior_write()
618 if (dev->opened) { in iowarrior_open()
630 ++dev->opened; in iowarrior_open()
657 if (dev->opened <= 0) { in iowarrior_release()
661 dev->opened = 0; /* we're closing now */ in iowarrior_release()
901 if (dev->opened) { in iowarrior_disconnect()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtsc200x-core.c100 bool opened; member
419 ts->opened = true; in tsc200x_open()
435 ts->opened = false; in tsc200x_close()
598 if (!ts->suspended && ts->opened) in tsc200x_suspend()
614 if (ts->suspended && ts->opened) in tsc200x_resume()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_kern.c88 if (chan->opened) in open_one_chan()
106 chan->opened = 1; in open_one_chan()
209 if (!chan->opened) in close_one_chan()
226 chan->opened = 0; in close_one_chan()
480 .opened = 0, in parse_chan()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst28 Device to be opened.
41 When the device is opened in read-only mode, attempts to modify its

12345678910>>...12