Home
last modified time | relevance | path

Searched full:opened (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/linux/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
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c35 int opened; /* flag for opening */ member
164 mdev->opened = 0; in snd_seq_oss_midi_check_new_port()
302 * open the midi device if not opened yet
317 if (mdev->opened && mdev->devinfo != dp) in snd_seq_oss_midi_open()
329 /* already opened? */ in snd_seq_oss_midi_open()
330 if ((mdev->opened & perm) == perm) in snd_seq_oss_midi_open()
333 perm &= ~mdev->opened; in snd_seq_oss_midi_open()
342 mdev->opened |= PERM_WRITE; in snd_seq_oss_midi_open()
351 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open()
354 if (!mdev->opened) in snd_seq_oss_midi_open()
[all …]
H A Dseq_oss_synth.c41 int opened; member
98 rec->opened = 0; in snd_seq_oss_synth_probe()
207 info->opened = 0; in snd_seq_oss_synth_setup()
225 info->opened++; in snd_seq_oss_synth_setup()
226 rec->opened++; in snd_seq_oss_synth_setup()
257 info->opened = 1; in snd_seq_oss_synth_setup_midi()
258 midi_synth_dev.opened++; in snd_seq_oss_synth_setup_midi()
280 if (! info->opened) in snd_seq_oss_synth_cleanup()
283 if (midi_synth_dev.opened > 0) { in snd_seq_oss_synth_cleanup()
285 midi_synth_dev.opened--; in snd_seq_oss_synth_cleanup()
[all …]
/linux/Documentation/userspace-api/media/dvb/
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
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.
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-client-cap.rst41 handle of the opened subdev device node, and the client must set the
42 capabilities for each opened subdev separately.
44 By default no client capabilities are set when a subdev device node is opened.
75 - Sub-device client capabilities of the opened device.
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c180 bool opened; in mlx5e_htb_root_add() local
187 opened = test_bit(MLX5E_STATE_OPENED, &priv->state); in mlx5e_htb_root_add()
188 if (opened) { in mlx5e_htb_root_add()
214 if (opened) in mlx5e_htb_root_add()
450 bool opened; in mlx5e_htb_leaf_del() local
462 opened = test_bit(MLX5E_STATE_OPENED, &priv->state); in mlx5e_htb_leaf_del()
463 if (opened) { in mlx5e_htb_leaf_del()
481 if (opened) in mlx5e_htb_leaf_del()
491 if (opened) in mlx5e_htb_leaf_del()
507 if (opened) { in mlx5e_htb_leaf_del()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c33 * This function is called when the 'info' file is opened for reading.
147 * This function is called when the 'getlog' file is opened for reading
233 * This function is called when the 'histogram' file is opened for reading
336 * This function is called when the 'debug' file is opened for reading
412 * This function is called when the 'regrdwr' file is opened for writing
450 * This function is called when the 'regrdwr' file is opened for reading
505 * This function is called when the 'debug_mask' file is opened for reading
531 * This function is called when the 'debug_mask' file is opened for reading
560 * This function is called when the 'verext' file is opened for write
580 * This function is called when the 'verext' file is opened for reading
[all …]
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst41 establish connection to the engine. It means send window is opened on GZIP
81 node is opened, Kernel opens send window on a suitable instance of NX
99 The nx-gzip device should be opened for read and write. No special
154 EEXIST Window is already opened for the given fd
157 opened
237 to the process who opened the send window on which the original request was
250 the signal will be sent to the child thread that opened the window. But if
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst103 box and the file descriptor has been opened with O_NONBLOCK, the
107 descriptor has been opened without O_NONBLOCK, the call will
124 opened with O_NONBLOCK, the return value is set to -1 and errno becomes
128 has been opened without O_NONBLOCK, the call will block until the SPU
183 descriptor needs to be opened to read the value again.
250 descriptor needs to be opened to read the value again.
/linux/fs/ceph/
H A Dmetric.h109 /* metric opened files header */
123 /* metric opened inodes header */
216 /* The total number of directories and files that are opened */
219 /* The total number of inodes that have opened files or directories */
H A Dioctl.h89 * same read/write path as a file opened by multiple clients when one
90 * or more of those clients is opened for write.
93 * opened with O_SYNC/D_SYNC (writes hit the page cache and are
/linux/include/drm/
H A Ddrm_debugfs_crc.h51 * @opened: whether userspace has opened the data file for reading
62 bool opened, overflow; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_debugfs.c43 * @filp: the opened file
57 * @filp: the opened file
126 * @filp: the opened file
140 * @filp: the opened file
/linux/drivers/tty/hvc/
H A Dhvsi_lib.c60 if (!pv->is_console && pv->opened) { in hvsi_cd_change()
194 if (!pv->opened) in hvsilib_get_chars()
371 /* Set the opened flag so reads are allowed */ in hvsilib_establish()
373 pv->opened = 1; in hvsilib_establish()
398 /* Clear opened, synchronize with khvcd */ in hvsilib_close()
400 pv->opened = 0; in hvsilib_close()
/linux/drivers/input/misc/
H A Dcma3000_d0x.c70 bool opened; member
226 data->opened = true; in cma3000_open()
240 data->opened = false; in cma3000_close()
247 if (!data->suspended && data->opened) in cma3000_suspend()
259 if (data->suspended && data->opened) in cma3000_resume()
/linux/drivers/tee/amdtee/
H A Damdtee_private.h29 /* Maximum number of sessions which can be opened with a Trusted Application */
48 * @refcount: counter to keep track of sessions opened for the TA instance
67 * @sess_list: Keeps track of sessions opened in current TEE context
/linux/tools/testing/selftests/kvm/lib/
H A Dio.c31 * fd - Opened file descriptor to file to be written.
95 * it is expected that the file opened by fd at the current file position
108 * fd - Opened file descriptor to file to be read.
/linux/sound/usb/line6/
H A Dpcm.h53 We define two bit flags, "opened" and "running", for each playback
59 The opened flag indicates whether the buffer is allocated while
128 unsigned long opened; member
/linux/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
/linux/drivers/usb/gadget/function/
H A Du_fs.h78 * should be no such files opened in the first place).
102 * ep0 is opened again. In the second case functionfs state will
178 /* how many files are opened (EP0 and others) */
179 int opened; member
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst28 Device to be opened.
50 When the device is opened in read-only mode, attempts to modify its
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c96 if (spdif && chip->opened) { in snd_bcm2835_playback_open_generic()
99 } else if (!spdif && (chip->opened & (1 << idx))) { in snd_bcm2835_playback_open_generic()
149 chip->opened |= (1 << idx); in snd_bcm2835_playback_open_generic()
188 chip->opened &= ~(1 << substream->number); in snd_bcm2835_playback_close()
/linux/drivers/net/ethernet/intel/libie/
H A Dfwlog.c380 * @s: the opened file
410 * @filp: the opened file
481 * @filp: the opened file
501 * @filp: the opened file
562 * @filp: the opened file
583 * @filp: the opened file
659 * @filp: the opened file
680 * @filp: the opened file
751 * @filp: the opened file
797 * @filp: the opened file
/linux/include/sound/
H A Dseq_virmidi.h17 * opened. Each instance has its own input buffer and MIDI parser
39 * common information and the linked-list of opened files,

12345678910>>...25