/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra210-p2595.dtsi | 17 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 26 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 35 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 44 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 53 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 61 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 69 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 77 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 85 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 93 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
D | tegra210-p2571.dts | 21 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 30 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 39 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 48 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 57 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 65 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 73 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 81 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 89 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 97 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
D | tegra210-p2894.dtsi | 36 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 45 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 54 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 63 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 72 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 80 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 88 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 96 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 104 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 112 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
D | tegra210-p2597.dtsi | 51 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 60 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 69 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 78 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 87 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 95 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 103 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 110 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 117 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 124 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
D | tegra210-smaug.dts | 49 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 58 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 67 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 76 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 85 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 94 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 102 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 110 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 118 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 126 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb8_midi.c | 41 if (chip->open & SB_OPEN_MIDI_INPUT_TRIGGER) { in snd_sb8dsp_midi_interrupt() 60 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_input_open() 64 chip->open |= SB_OPEN_MIDI_INPUT; in snd_sb8dsp_midi_input_open() 66 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_open() 87 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_output_open() 91 chip->open |= SB_OPEN_MIDI_OUTPUT; in snd_sb8dsp_midi_output_open() 93 if (!(chip->open & SB_OPEN_MIDI_INPUT)) { in snd_sb8dsp_midi_output_open() 111 chip->open &= ~(SB_OPEN_MIDI_INPUT | SB_OPEN_MIDI_INPUT_TRIGGER); in snd_sb8dsp_midi_input_close() 113 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_close() 130 chip->open &= ~(SB_OPEN_MIDI_OUTPUT | SB_OPEN_MIDI_OUTPUT_TRIGGER); in snd_sb8dsp_midi_output_close() [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-func-open.rst | 4 .. _media-func-open: 7 media open() 13 media-open - Open a media device 22 .. c:function:: int open( const char *device_name, int flags ) 37 To open a media device applications call :c:func:`open()` with the 48 :c:func:`open()` returns the new file descriptor on success. On error, 56 The process already has the maximum number of files open. 59 The system limit on the total number of open files has been reached.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-func-open.rst | 4 .. _cec-func-open: 7 cec open() 13 cec-open - Open a cec device 22 .. c:function:: int open( const char *device_name, int flags ) 46 To open a cec device applications call :c:func:`open()` with the 57 :c:func:`open()` returns the new file descriptor on success. On error, 65 The process already has the maximum number of files open. 68 The system limit on the total number of open files has been reached.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | func-open.rst | 4 .. _func-open: 7 V4L2 open() 13 v4l2-open - Open a V4L2 device 22 .. c:function:: int open( const char *device_name, int flags ) 47 To open a V4L2 device applications call :c:func:`open()` with the 50 remain unchanged. At the first :c:func:`open()` call after loading the 57 On success :c:func:`open()` returns the new file descriptor. On error 75 The process already has the maximum number of files open. 78 The limit on the total number of files open on the system has been
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/ |
D | simple_open.cocci | 2 /// Remove an open coded simple_open() function 13 @ open depends on patch @ 28 @ has_open depends on open @ 30 identifier open.open_f; 34 -.open = open_f, 35 +.open = simple_open, 62 .open = open_f@p,
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 72 fd = open("/dev/urandom", O_WRONLY); in seed_rng() 113 fd = open("/proc/sys/kernel/printk", O_WRONLY); in enable_logging() 119 fd = open("/proc/sys/debug/exception-trace", O_WRONLY); in enable_logging() 125 fd = open("/proc/sys/kernel/panic_on_warn", O_WRONLY); in enable_logging() 184 fd = open("/proc/cmdline", O_RDONLY); in launch_tests() 200 fd = open(success_dev, O_WRONLY); in launch_tests() 224 int fd = open("/dev/console", O_RDWR); in ensure_console() 243 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in clear_leaks() 255 fd = open("/sys/kernel/debug/kmemleak", O_WRONLY); in check_leaks() 263 fd = open("/sys/kernel/debug/kmemleak", O_RDONLY); in check_leaks()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | ca-fopen.rst | 7 Digital TV CA open() 13 Digital TV CA open() 18 .. c:function:: int open(const char *name, int flags) 43 - open in non-blocking mode 52 When an ``open()`` call has succeeded, the device will be ready for use. The 55 affect the semantics of the ``open()`` call itself. A device opened in 59 Only one user can open the CA Device in ``O_RDWR`` mode. All other 60 attempts to open the device in this mode will fail, and an error code
|
D | frontend_f_open.rst | 7 Digital TV frontend open() 13 fe-open - Open a frontend device 22 .. c:function:: int open( const char *device_name, int flags ) 36 Only one open is allowed in ``O_RDWR``. In this mode, all ioctls are 50 thing to do after a successful open is to find out the frontend type 58 multiple devices cannot be open in read/write mode simultaneously. As 59 long as a front-end device is opened in read/write mode, other open() 65 When an open() call has succeeded, the device will be ready for use in 73 On success :c:func:`open()` returns the new file descriptor. 97 - The process already has the maximum number of files open. [all …]
|
D | video-fopen.rst | 7 dvb video open() 13 dvb video open() 20 .. c:function:: int open(const char *deviceName, int flags) 54 - O_NONBLOCK open in non-blocking mode 67 When an open() call has succeeded, the device will be ready for use. The 70 affect the semantics of the open() call itself. A device opened in 74 user can open the Video Device in O_RDWR mode. All other attempts to 75 open the device in this mode will fail, and an error-code will be
|
D | audio-fopen.rst | 7 Digital TV audio open() 13 Digital TV audio open() 20 .. c:function:: int open(const char *deviceName, int flags) 54 - O_NONBLOCK open in non-blocking mode 65 /dev/dvb/adapter0/audio0) for subsequent use. When an open() call has 69 of the open() call itself. A device opened in blocking mode can later be 72 the Linux manual page for fcntl. Only one user can open the Audio Device 73 in O_RDWR mode. All other attempts to open the device in this mode will
|
D | dmx-fopen.rst | 7 Digital TV demux open() 13 Digital TV demux open() 18 .. c:function:: int open(const char *deviceName, int flags) 46 - open in non-blocking mode 65 affect the semantics of the ``open()`` call itself. A device opened 85 - “Too many open files”, i.e. no more filters available.
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | dma_fifo.c | 79 fifo->open = 0; in dma_fifo_alloc() 126 fifo->open = 0; in dma_fifo_reset() 198 if (fifo->open == fifo->open_limit) in dma_fifo_out_pend() 223 ++fifo->open; in dma_fifo_out_pend() 225 if (FAIL(fifo, fifo->open > fifo->open_limit, in dma_fifo_out_pend() 227 fifo->open, fifo->open_limit)) in dma_fifo_out_pend() 250 if (list_empty(&fifo->pending) && fifo->open == 0) in dma_fifo_out_complete() 253 if (FAIL(fifo, list_empty(&fifo->pending) != (fifo->open == 0), in dma_fifo_out_complete() 255 fifo->open)) in dma_fifo_out_complete() 281 --fifo->open; in dma_fifo_out_complete() [all …]
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
D | Kconfig2macro.py | 30 with open(in_file, 'r') as fd_in: 40 with codecs.open(out_file, 113 with codecs.open(out_file, 'a+') as fd_out, open(in_file) as fd_in: 125 with open(filename, 'r', errors='ignore') as fp: 130 with codecs.open(file, 'a+') as fd_in: 138 with codecs.open(out_file, 'a+') as fd_out: 147 with codecs.open(out_file, 'a+') as fd_out: 157 with codecs.open(out_file, 'a+') as fd_out:
|
/kernel/linux/build/test/unittest/accesstokenid/ |
D | accesstokenid_test.cpp | 74 fd = open("/dev/random", O_RDONLY); in GenRand64() 88 int fd = open(dev_accesstokenid, O_RDWR); in GetTokenid() 107 int fd = open(dev_accesstokenid, O_RDWR); in SetTokenid() 126 int fd = open(dev_accesstokenid, O_RDWR); in GetfTokenid() 145 int fd = open(dev_accesstokenid, O_RDWR); in SetfTokenid() 368 int fd = open(dev_accesstokenid, O_RDWR); 388 int fd = open(dev_accesstokenid, O_RDWR); 408 int fd = open(dev_accesstokenid, O_RDWR); 428 int fd = open(dev_accesstokenid, O_RDWR); 450 int fd = open(dev_accesstokenid, O_RDWR); [all …]
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfs4proc.c | 121 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() argument 125 if (open->op_create == NFS4_OPEN_CREATE) { in nfsd4_check_open_attributes() 126 if (open->op_createmode == NFS4_CREATE_UNCHECKED in nfsd4_check_open_attributes() 127 || open->op_createmode == NFS4_CREATE_GUARDED) in nfsd4_check_open_attributes() 129 open->op_bmval, nfsd_attrmask); in nfsd4_check_open_attributes() 130 else if (open->op_createmode == NFS4_CREATE_EXCLUSIVE4_1) in nfsd4_check_open_attributes() 132 open->op_bmval, nfsd41_ex_attrmask); in nfsd4_check_open_attributes() 139 is_create_with_attrs(struct nfsd4_open *open) in is_create_with_attrs() argument 141 return open->op_create == NFS4_OPEN_CREATE in is_create_with_attrs() 142 && (open->op_createmode == NFS4_CREATE_UNCHECKED in is_create_with_attrs() [all …]
|
/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
D | posix_fs_open_test.c | 43 int32_t fd = open(tmpFileName, O_CREAT | O_RDWR, TEST_MODE_HIGH); 49 fd = open(tmpFileName, O_CREAT | O_RDWR, TEST_MODE_NORMAL); 71 int32_t fd = open(tmpFileName1, O_CREAT | O_RDWR); 75 fd = open(tmpFileName2, O_CREAT | O_RDWR); 94 fd = open(tmpFileName, O_CREAT | O_RDWR);
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit_tool_test.py | 103 file = open(log_path) 116 with open(log_path) as file: 146 file = open(all_passed_log) 156 file = open(failed_log) 166 file = open(empty_log) 178 file = open(crash_log) 189 file = open(crashed_log) 199 with open(prefix_log) as file: 209 with open(prefix_log) as file: 219 with open(mixed_prefix_log) as file: [all …]
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6adm.c | 183 } __packed * open = data->payload; in q6adm_callback() local 189 if (open->copp_id == INVALID_COPP_ID) { in q6adm_callback() 191 open->copp_id); in q6adm_callback() 198 copp->id = open->copp_id; in q6adm_callback() 325 struct q6adm_cmd_device_open_v5 *open; in q6adm_device_open() local 331 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6adm_device_open() 337 open = p + APR_HDR_SIZE; in q6adm_device_open() 346 open->flags = ADM_LEGACY_DEVICE_SESSION; in q6adm_device_open() 347 open->mode_of_operation = path; in q6adm_device_open() 348 open->endpoint_id_1 = afe_port; in q6adm_device_open() [all …]
|
/kernel/linux/linux-5.10/tools/cgroup/ |
D | iocost_coef_gen.py | 102 with open(outfile.name, 'r') as f: 110 with open(elevator_path, 'w') as f: 112 with open(nomerges_path, 'w') as f: 142 with open(elevator_path, 'r') as f: 144 with open(nomerges_path, 'r') as f: 149 with open(elevator_path, 'w') as f: 151 with open(nomerges_path, 'w') as f:
|
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 20 fd = open(path, O_RDONLY); in set_immutable() 51 fd = open(path, O_RDONLY); in get_immutable() 89 fd = open(path, O_WRONLY | O_CREAT, 0600); in main() 115 fd = open(path, O_RDONLY); in main()
|