/linux-4.1.27/sound/isa/sb/ |
D | sb8_midi.c | 54 if (chip->open & SB_OPEN_MIDI_INPUT_TRIGGER) { in snd_sb8dsp_midi_interrupt() 73 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_input_open() 77 chip->open |= SB_OPEN_MIDI_INPUT; in snd_sb8dsp_midi_input_open() 79 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_open() 100 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_output_open() 104 chip->open |= SB_OPEN_MIDI_OUTPUT; in snd_sb8dsp_midi_output_open() 106 if (!(chip->open & SB_OPEN_MIDI_INPUT)) { in snd_sb8dsp_midi_output_open() 124 chip->open &= ~(SB_OPEN_MIDI_INPUT | SB_OPEN_MIDI_INPUT_TRIGGER); in snd_sb8dsp_midi_input_close() 126 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_close() 142 chip->open &= ~(SB_OPEN_MIDI_OUTPUT | SB_OPEN_MIDI_OUTPUT_TRIGGER); in snd_sb8dsp_midi_output_close() [all …]
|
D | sb16_main.c | 94 chip->open = SNDRV_SB_CSP_MODE_DSP_WRITE; in snd_sb16_csp_playback_prepare() 132 chip->open = SNDRV_SB_CSP_MODE_DSP_READ; in snd_sb16_csp_capture_prepare() 173 if ((chip->hardware == SB_HW_16CSP) && (chip->open == SNDRV_SB_CSP_MODE_DSP_WRITE)) { in snd_sb16_csp_playback_close() 178 chip->open = 0; in snd_sb16_csp_playback_close() 204 if ((chip->hardware == SB_HW_16CSP) && (chip->open == SNDRV_SB_CSP_MODE_DSP_READ)) { in snd_sb16_csp_capture_close() 209 chip->open = 0; in snd_sb16_csp_capture_close() 842 .open = snd_sb16_playback_open, 853 .open = snd_sb16_capture_open,
|
D | sb8_main.c | 499 if (chip->open) { in snd_sb8_open() 503 chip->open |= SB_OPEN_PCM; in snd_sb8_open() 562 chip->open &= ~SB_OPEN_PCM; in snd_sb8_close() 576 .open = snd_sb8_open, 587 .open = snd_sb8_open,
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 131 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() argument 135 if (open->op_create == NFS4_OPEN_CREATE) { in nfsd4_check_open_attributes() 136 if (open->op_createmode == NFS4_CREATE_UNCHECKED in nfsd4_check_open_attributes() 137 || open->op_createmode == NFS4_CREATE_GUARDED) in nfsd4_check_open_attributes() 139 open->op_bmval, nfsd_attrmask); in nfsd4_check_open_attributes() 140 else if (open->op_createmode == NFS4_CREATE_EXCLUSIVE4_1) in nfsd4_check_open_attributes() 142 open->op_bmval, nfsd41_ex_attrmask); in nfsd4_check_open_attributes() 149 is_create_with_attrs(struct nfsd4_open *open) in is_create_with_attrs() argument 151 return open->op_create == NFS4_OPEN_CREATE in is_create_with_attrs() 152 && (open->op_createmode == NFS4_CREATE_UNCHECKED in is_create_with_attrs() [all …]
|
D | nfs4state.c | 228 find_openstateowner_str_locked(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str_locked() argument 239 if (same_owner_str(so, &open->op_owner)) in find_openstateowner_str_locked() 246 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open, in find_openstateowner_str() argument 252 oo = find_openstateowner_str_locked(hashval, open, clp); in find_openstateowner_str() 3365 alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open, in alloc_init_open_stateowner() argument 3371 oo = alloc_stateowner(openowner_slab, &open->op_owner, clp); in alloc_init_open_stateowner() 3376 oo->oo_owner.so_seqid = open->op_seqid; in alloc_init_open_stateowner() 3384 ret = find_openstateowner_str_locked(strhashval, open, clp); in alloc_init_open_stateowner() 3394 …oid init_open_stateid(struct nfs4_ol_stateid *stp, struct nfs4_file *fp, struct nfsd4_open *open) { in init_open_stateid() argument 3395 struct nfs4_openowner *oo = open->op_openowner; in init_open_stateid() [all …]
|
D | nfs4xdr.c | 849 nfsd4_decode_open(struct nfsd4_compoundargs *argp, struct nfsd4_open *open) in nfsd4_decode_open() argument 854 memset(open->op_bmval, 0, sizeof(open->op_bmval)); in nfsd4_decode_open() 855 open->op_iattr.ia_valid = 0; in nfsd4_decode_open() 856 open->op_openowner = NULL; in nfsd4_decode_open() 858 open->op_xdr_error = 0; in nfsd4_decode_open() 861 open->op_seqid = be32_to_cpup(p++); in nfsd4_decode_open() 863 status = nfsd4_decode_share_access(argp, &open->op_share_access, in nfsd4_decode_open() 864 &open->op_deleg_want, &dummy); in nfsd4_decode_open() 867 status = nfsd4_decode_share_deny(argp, &open->op_share_deny); in nfsd4_decode_open() 871 COPYMEM(&open->op_clientid, sizeof(clientid_t)); in nfsd4_decode_open() [all …]
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | simple_open.cocci | 1 /// This removes an open coded simple_open() function 12 @ open depends on patch @ 27 @ has_open depends on open @ 29 identifier open.open_f; 33 -.open = open_f, 34 +.open = simple_open, 61 .open = open_f@p,
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-gpio.txt | 9 - i2c-gpio,sda-open-drain: sda as open drain 10 - i2c-gpio,scl-open-drain: scl as open drain 22 i2c-gpio,sda-open-drain; 23 i2c-gpio,scl-open-drain;
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | dma_fifo.c | 88 fifo->open = 0; in dma_fifo_alloc() 135 fifo->open = 0; in dma_fifo_reset() 207 if (fifo->open == fifo->open_limit) in dma_fifo_out_pend() 232 ++fifo->open; in dma_fifo_out_pend() 234 if (FAIL(fifo, fifo->open > fifo->open_limit, in dma_fifo_out_pend() 236 fifo->open, fifo->open_limit)) in dma_fifo_out_pend() 259 if (list_empty(&fifo->pending) && fifo->open == 0) in dma_fifo_out_complete() 262 if (FAIL(fifo, list_empty(&fifo->pending) != (fifo->open == 0), in dma_fifo_out_complete() 264 fifo->open)) in dma_fifo_out_complete() 290 --fifo->open; in dma_fifo_out_complete() [all …]
|
D | dma_fifo.h | 61 int open; /* # of outstanding dma transactions */ member 115 return fifo->open == fifo->open_limit; in dma_fifo_busy()
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn_proc_fs.c | 65 .open = partition_id_open, 72 .open = system_serial_number_open, 79 .open = licenseID_open, 86 .open = coherence_id_open, 93 .open = sn_topology_open,
|
D | prominfo_proc.c | 149 .open = proc_fit_open, 183 .open = proc_version_open,
|
/linux-4.1.27/fs/nfs/ |
D | nfs42proc.c | 17 struct nfs_open_context *open; in nfs42_set_rw_stateid() local 21 open = get_nfs_open_context(nfs_file_open_context(file)); in nfs42_set_rw_stateid() 22 lock = nfs_get_lock_context(open); in nfs42_set_rw_stateid() 24 put_nfs_open_context(open); in nfs42_set_rw_stateid() 28 ret = nfs4_set_rw_stateid(dst, open, lock, fmode); in nfs42_set_rw_stateid() 31 put_nfs_open_context(open); in nfs42_set_rw_stateid()
|
/linux-4.1.27/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 19 fd = open(path, O_RDONLY); in set_immutable() 50 fd = open(path, O_RDONLY); in get_immutable() 88 fd = open(path, O_WRONLY | O_CREAT, 0600); in main() 114 fd = open(path, O_RDONLY); in main()
|
D | Makefile | 3 test_objs = open-unlink create-read
|
D | create-read.c | 25 fd = open(path, O_RDWR | O_CREAT, 0600); in main()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc.c | 131 if (!hdlc->open) in hdlc_device_event() 155 hdlc->carrier, hdlc->open); in hdlc_open() 161 if (hdlc->proto->open) { in hdlc_open() 162 int result = hdlc->proto->open(dev); in hdlc_open() 175 hdlc->open = 1; in hdlc_open() 189 hdlc->carrier, hdlc->open); in hdlc_close() 194 hdlc->open = 0; in hdlc_close() 252 hdlc->open = 0; in hdlc_setup()
|
/linux-4.1.27/sound/isa/wavefront/ |
D | wavefront_midi.c | 248 spin_lock_irqsave (&midi->open, flags); in snd_wavefront_midi_input_open() 251 spin_unlock_irqrestore (&midi->open, flags); in snd_wavefront_midi_input_open() 272 spin_lock_irqsave (&midi->open, flags); in snd_wavefront_midi_output_open() 275 spin_unlock_irqrestore (&midi->open, flags); in snd_wavefront_midi_output_open() 296 spin_lock_irqsave (&midi->open, flags); in snd_wavefront_midi_input_close() 298 spin_unlock_irqrestore (&midi->open, flags); in snd_wavefront_midi_input_close() 319 spin_lock_irqsave (&midi->open, flags); in snd_wavefront_midi_output_close() 321 spin_unlock_irqrestore (&midi->open, flags); in snd_wavefront_midi_output_close() 564 .open = snd_wavefront_midi_output_open, 571 .open = snd_wavefront_midi_input_open,
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 46 other value (notably, "open drain" signaling). 89 Sometimes shared signals need to use "open drain" (where only the low signal 90 level is actually driven), or "open source" (where only the high signal level is 91 driven) signaling. That term applies to CMOS transistors; "open collector" is 96 One common example of an open drain signal is a shared active-low IRQ line. 97 Also, bidirectional data bus signals sometimes use open drain signals. 99 Some GPIO controllers directly support open drain and open source outputs; many 100 don't. When you need open drain signaling but your hardware doesn't directly 110 The same logic can be applied to emulate open source signaling, by driving the 111 high signal and configuring the GPIO as input for low. This open drain/open
|
/linux-4.1.27/drivers/watchdog/ |
D | pika_wdt.c | 51 unsigned long open; member 91 (!nowayout && !pikawdt_private.open)) { in pikawdt_ping() 116 if (test_and_set_bit(0, &pikawdt_private.open)) in pikawdt_open() 133 clear_bit(0, &pikawdt_private.open); in pikawdt_release() 212 .open = pikawdt_open,
|
/linux-4.1.27/drivers/usb/misc/ |
D | chaoskey.c | 82 int open; /* open count */ member 241 if (!dev->open) { in chaoskey_disconnect() 270 ++dev->open; in chaoskey_open() 291 usb_dbg(interface, "open count at release is %d", dev->open); in chaoskey_release() 293 if (dev->open <= 0) { in chaoskey_release() 294 usb_dbg(interface, "invalid open count (%d)", dev->open); in chaoskey_release() 299 --dev->open; in chaoskey_release() 302 if (dev->open == 0) { in chaoskey_release() 507 .open = chaoskey_open,
|
D | idmouse.c | 81 int open; /* if the port is open or not */ member 105 .open = idmouse_open, 248 if (dev->open) { in idmouse_open() 265 ++dev->open; in idmouse_open() 293 if (dev->open <= 0) { in idmouse_release() 299 --dev->open; in idmouse_release() 420 if (!dev->open) { in idmouse_disconnect()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.h | 69 .open = simple_open, \ 93 .open = simple_open, \ 101 .open = simple_open, \
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | nxp,pca9685-pwm.txt | 13 - open-drain (bool): boolean to configure outputs with open-drain structure; 26 open-drain;
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 166 of->event = atomic_read(&of->kn->attr.open->event); in kernfs_seq_show() 210 of->event = atomic_read(&of->kn->attr.open->event); in kernfs_file_direct_read() 339 if (of->vm_ops->open) in kernfs_vma_open() 340 of->vm_ops->open(vma); in kernfs_vma_open() 455 .open = kernfs_vma_open, 547 if (!kn->attr.open && new_on) { in kernfs_get_open_node() 548 kn->attr.open = new_on; in kernfs_get_open_node() 552 on = kn->attr.open; in kernfs_get_open_node() 592 struct kernfs_open_node *on = kn->attr.open; in kernfs_put_open_node() 602 kn->attr.open = NULL; in kernfs_put_open_node() [all …]
|
/linux-4.1.27/fs/cifs/ |
D | misc.c | 614 cifs_del_pending_open(struct cifs_pending_open *open) in cifs_del_pending_open() argument 617 list_del(&open->olist); in cifs_del_pending_open() 623 struct cifs_pending_open *open) in cifs_add_pending_open_locked() argument 626 memcpy(open->lease_key, fid->lease_key, SMB2_LEASE_KEY_SIZE); in cifs_add_pending_open_locked() 628 open->oplock = CIFS_OPLOCK_NO_CHANGE; in cifs_add_pending_open_locked() 629 open->tlink = tlink; in cifs_add_pending_open_locked() 630 fid->pending_open = open; in cifs_add_pending_open_locked() 631 list_add_tail(&open->olist, &tlink_tcon(tlink)->pending_opens); in cifs_add_pending_open_locked() 636 struct cifs_pending_open *open) in cifs_add_pending_open() argument 639 cifs_add_pending_open_locked(fid, tlink, open); in cifs_add_pending_open()
|
D | smb2misc.c | 447 struct cifs_pending_open *open; in smb2_tcon_has_lease() local 479 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_has_lease() 480 if (memcmp(open->lease_key, rsp->LeaseKey, in smb2_tcon_has_lease() 486 memcpy(lw->lease_key, open->lease_key, in smb2_tcon_has_lease() 488 lw->tlink = cifs_get_tlink(open->tlink); in smb2_tcon_has_lease() 496 open->oplock = lease_state; in smb2_tcon_has_lease()
|
D | cifs_debug.c | 248 .open = cifs_debug_data_proc_open, 367 .open = cifs_stats_proc_open, 453 .open = cifsFYI_proc_open, 493 .open = cifs_linux_ext_proc_open, 533 .open = cifs_lookup_cache_proc_open, 573 .open = traceSMB_proc_open, 687 .open = cifs_security_flags_proc_open,
|
D | dir.c | 303 if (!server->ops->open) { in cifs_do_create() 333 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_do_create() 426 struct cifs_pending_open open; in cifs_atomic_open() local 479 cifs_add_pending_open(&fid, tlink, &open); in cifs_atomic_open() 485 cifs_del_pending_open(&open); in cifs_atomic_open() 496 cifs_del_pending_open(&open); in cifs_atomic_open() 512 cifs_del_pending_open(&open); in cifs_atomic_open() 665 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, buf); in cifs_mknod()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_debugfs.c | 73 .open = simple_open, \ 111 .open = features_open, 135 .open = device_id_open, 165 .open = device_list_open, 190 .open = blacklist_open, 225 .open = uuids_open, 254 .open = remote_oob_open, 329 .open = simple_open, 347 .open = simple_open, 417 .open = inquiry_cache_open, [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | fixed-regulator.txt | 11 - gpio-open-drain: GPIO is open drain type. 32 gpio-open-drain;
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | proc.c | 56 .open = pnpconfig_proc_open, 83 .open = escd_info_proc_open, 138 .open = escd_proc_open, 168 .open = pnp_legacyres_proc_open, 211 .open = pnp_devices_proc_open, 279 .open = pnpbios_proc_open,
|
/linux-4.1.27/drivers/hid/ |
D | hid-roccat.c | 45 int open; member 174 if (!device->open++) { in roccat_open() 178 --device->open; in roccat_open() 185 --device->open; in roccat_open() 226 if (!--device->open) { in roccat_release() 370 if (device->open) { in roccat_disconnect() 411 .open = roccat_open,
|
D | hidraw.c | 289 if (!dev->open++) { in hidraw_open() 292 dev->open--; in hidraw_open() 299 dev->open--; in hidraw_open() 330 if (hidraw->open) { in drop_ref() 337 --hidraw->open; in drop_ref() 339 if (!hidraw->open) { in drop_ref() 475 .open = hidraw_open,
|
/linux-4.1.27/Documentation/filesystems/ |
D | inotify.txt | 12 Q: What is the design decision behind not tying the watch to the open fd of 15 A: Watches are associated with an open inotify device, not an open file. 16 This solves the primary problem with dnotify: keeping the file open pins 19 unmounted. Watching a file should not require that it be open. 28 A watch consumes less memory than an open file, separating the number 77 interfaces. The only real difference was whether we wanted to use open(2)
|
D | dlmfs.txt | 78 and write(2) against the fd obtained via your open(2) call. The 89 domain directory. Locking against them is done via the open(2) system 92 The open(2) call will not return until your lock has been granted or 96 open(2) with O_CREAT to ensure the resource inode is created - dlmfs does 111 could not lock the resource then open(2) will return ETXTBUSY. 115 Modes passed to mkdir(2) or open(2) are adhered to locally. Chown is 121 write(2) only when open in Exclusive mode.
|
D | exofs.txt | 23 http://open-osd.org 31 1. Download and compile exofs and open-osd initiator: 35 a. download open-osd including exofs source using: 36 [parent-directory]$ git clone git://git.open-osd.org/open-osd.git 39 [parent-directory]$ make -C KSRC=$(KER_DIR) open-osd 41 This will build both the open-osd initiator as well as the exofs kernel 44 open-osd/top-level-Makefile for an example.
|
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi_proc.c | 123 .open = seq_controller_open, 131 .open = seq_contrstats_open, 233 .open = seq_applications_open, 241 .open = seq_applstats_open, 292 .open = seq_capi_driver_open,
|
/linux-4.1.27/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 73 enum open_status open; member 409 if (xchg(&sbp.open, SB_OPENING) != SB_CLOSED) in sbprof_tb_open() 415 sbp.open = SB_CLOSED; in sbprof_tb_open() 424 sbp.open = SB_OPEN; in sbprof_tb_open() 435 if (minor != 0 || sbp.open != SB_CLOSED) in sbprof_tb_release() 444 sbp.open = SB_CLOSED; in sbprof_tb_release() 541 .open = sbprof_tb_open, 580 sbp.open = SB_CLOSED; in sbprof_tb_init()
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-debugfs.c | 1341 .open = ab8500_registers_open, 1453 .open = ab8500_all_banks_open, 1730 .open = ab8500_modem_open, 1761 .open = ab8500_gpadc_bat_ctrl_open, 1793 .open = ab8500_gpadc_btemp_ball_open, 1825 .open = ab8500_gpadc_main_charger_v_open, 1857 .open = ab8500_gpadc_acc_detect1_open, 1889 .open = ab8500_gpadc_acc_detect2_open, 1919 .open = ab8500_gpadc_aux1_open, 1949 .open = ab8500_gpadc_aux2_open, [all …]
|
/linux-4.1.27/Documentation/laptops/ |
D | freefall.c | 43 int fd = open(unload_heads_path, O_RDONLY); in valid_disk() 57 int fd = open(path, O_RDWR); in write_int() 126 fd = open("/dev/freefall", O_RDONLY); in main()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | clocksource-switch.c | 58 fd = open("/sys/devices/system/clocksource/clocksource0/available_clocksource", O_RDONLY); in get_clocksources() 90 fd = open("/sys/devices/system/clocksource/clocksource0/current_clocksource", O_RDONLY); in get_cur_clocksource() 102 fd = open("/sys/devices/system/clocksource/clocksource0/current_clocksource", O_WRONLY); in change_clocksource()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_rd.c | 76 bool open; member 171 if (rd->open || !gpu) { in rd_open() 177 rd->open = true; in rd_open() 195 rd->open = false; in rd_release() 202 .open = rd_open, 289 if (!rd->open) in msm_rd_dump_submit()
|
D | msm_perf.c | 36 bool open; member 170 if (perf->open || !gpu) { in perf_open() 176 perf->open = true; in perf_open() 193 perf->open = false; in perf_release() 200 .open = perf_open,
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 58 .open = simple_open, 93 .open = simple_open, 113 .open = simple_open, 189 .open = simple_open,
|
/linux-4.1.27/drivers/input/serio/ |
D | at32psif.c | 103 bool open; member 167 psif->open = true; in psif_open() 176 psif->open = false; in psif_close() 274 io->open = psif_open; in psif_probe() 326 if (psif->open) { in psif_suspend() 339 if (psif->open) { in psif_resume()
|
D | sa1111ps2.c | 50 unsigned int open; member 169 ps2if->open = 1; in ps2_open() 185 ps2if->open = 0; in ps2_close() 270 serio->open = ps2_open; in ps2_probe()
|
D | ambakmi.c | 36 unsigned int open; member 131 io->open = amba_kmi_open; in amba_kmi_probe()
|
/linux-4.1.27/kernel/rcu/ |
D | tree_trace.c | 97 .open = rcubarrier_open, 178 .open = rcudata_open, 210 .open = rcuexp_open, 257 .open = rcu_node_boost_open, 310 .open = rcuhier_open, 352 .open = rcugp_open, 398 .open = rcu_pending_open, 421 .open = rcutorture_open,
|
/linux-4.1.27/arch/um/drivers/ |
D | null.c | 27 fd = open(DEV_NULL, O_RDWR); in null_open() 43 .open = null_open,
|
D | pty.c | 94 master = open(line, O_RDWR); in getmaster() 144 .open = pty_open, 157 .open = pts_open,
|
D | tty.c | 52 fd = open(data->dev, mode); in tty_open() 73 .open = tty_open,
|
/linux-4.1.27/arch/ia64/kernel/ |
D | salinfo.c | 149 int open; /* single-open to prevent races */ member 275 if (!data->open) in salinfo_timeout_check() 354 .open = salinfo_event_open, 368 if (data->open) { in salinfo_log_open() 372 data->open = 1; in salinfo_log_open() 377 data->open = 0; in salinfo_log_open() 396 data->open = 0; in salinfo_log_release() 564 .open = salinfo_log_open, 698 .open = proc_salinfo_open,
|
/linux-4.1.27/drivers/ide/ |
D | ide-proc.c | 66 .open = ide_imodel_proc_open, 90 .open = ide_mate_proc_open, 111 .open = ide_channel_proc_open, 151 .open = ide_identify_proc_open, 437 .open = ide_settings_proc_open, 457 .open = ide_capacity_proc_open, 482 .open = ide_geometry_proc_open, 505 .open = ide_dmodel_proc_open, 578 .open = ide_driver_proc_open, 609 .open = ide_media_proc_open, [all …]
|
D | ide-disk_proc.c | 61 .open = idedisk_cache_proc_open, 82 .open = idedisk_capacity_proc_open, 123 .open = idedisk_sv_proc_open, 141 .open = idedisk_st_proc_open,
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 106 .open = simple_open, 182 .open = simple_open, \ 235 .open = simple_open, 254 .open = simple_open, 318 .open = simple_open, 387 .open = simple_open, 429 .open = simple_open, 528 .open = simple_open, 638 .open = simple_open, 696 .open = simple_open, [all …]
|
D | debugfs.h | 50 .open = simple_open, \ 87 .open = simple_open, \ 112 .open = simple_open, \
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-memops.c | 44 if (vma->vm_ops && vma->vm_ops->open) in vb2_get_vma() 45 vma->vm_ops->open(vma); in vb2_get_vma() 180 .open = vb2_common_vm_open,
|
/linux-4.1.27/Documentation/timers/ |
D | hpet_example.c | 88 fd = open(argv[0], O_RDONLY); in hpet_open_close() 108 fd = open(argv[0], O_RDONLY); in hpet_info() 148 fd = open(argv[0], O_RDONLY); in hpet_poll() 242 fd = open(argv[0], O_RDONLY); in hpet_fasync()
|
/linux-4.1.27/drivers/char/ |
D | misc.c | 105 .open = misc_seq_open, 152 if (file->f_op->open) in misc_open() 153 err = file->f_op->open(inode,file); in misc_open() 163 .open = misc_open,
|
D | mem.c | 730 .open = open_mem, 742 .open = open_kmem, 762 .open = open_port, 823 if (dev->fops->open) in memory_open() 824 return dev->fops->open(inode, filp); in memory_open() 830 .open = memory_open,
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 222 .open = simple_open, 229 .open = simple_open, 300 .open = simple_open, 307 .open = simple_open, 314 .open = simple_open,
|
/linux-4.1.27/Documentation/devicetree/bindings/w1/ |
D | w1-gpio.txt | 13 - linux,open-drain: if specified, the data pin is considered in 14 open-drain mode.
|
/linux-4.1.27/drivers/misc/ |
D | lkdtm.c | 770 .open = lkdtm_debugfs_open, 774 .open = lkdtm_debugfs_open, 778 .open = lkdtm_debugfs_open, 782 .open = lkdtm_debugfs_open, 786 .open = lkdtm_debugfs_open, 790 .open = lkdtm_debugfs_open, 794 .open = lkdtm_debugfs_open, 798 .open = lkdtm_debugfs_open, 802 .open = lkdtm_debugfs_open,
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | debug.c | 54 .open = ci_device_open, 114 .open = ci_port_test_open, 158 .open = ci_qheads_open, 209 .open = ci_requests_open, 283 .open = ci_otg_open, 331 .open = ci_role_open, 376 .open = ci_registers_open,
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 6 perf-y += open-syscall.o 7 perf-y += open-syscall-all-cpus.o 8 perf-y += open-syscall-tp-fields.o
|
/linux-4.1.27/sound/oss/ |
D | dev_table.h | 157 int (*open) (void *devc, int sub_device); member 168 int (*open) (int dev, int mode); member 265 int (*open) (int dev, int mode); member 315 int (*open) (int dev, int mode, member 347 int (*open)(int dev, int mode); member
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.py | 46 p = open(f, 'w'); 101 p = open(f, 'w'); 154 p = open(f, 'w'); 215 p = open(f, 'w'); 452 p = open(fabric_ops_api, 'r') 487 p = open(f, 'w') 494 pi = open(fi, 'w') 854 p = open(f, 'w') 875 p = open(f, 'w') 897 f = open(kbuild, 'a') [all …]
|
/linux-4.1.27/scripts/rt-tester/ |
D | rt-tester.py | 123 fd = open(arguments[0]) 176 fsta = open(fname, 'r') 205 fcmd = open(fname, 'w')
|
/linux-4.1.27/fs/xfs/ |
D | xfs_stats.c | 100 .open = xfs_stat_proc_open, 126 .open = xqm_proc_open, 151 .open = xqmstat_proc_open,
|
/linux-4.1.27/sound/isa/ |
D | cmi8330.c | 176 snd_pcm_open_callback_t open; member 428 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream); in snd_cmi8330_playback_open() 437 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream); in snd_cmi8330_capture_open() 458 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm() 459 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm() 465 chip->streams[CMI_AD_STREAM].open = ops->open; in snd_cmi8330_pcm() 466 chip->streams[CMI_AD_STREAM].ops.open = cmi_open_callbacks[CMI_AD_STREAM]; in snd_cmi8330_pcm()
|
/linux-4.1.27/drivers/usb/image/ |
D | mdc800.c | 171 int open; // Camera device open ? member 506 mdc800->open=0; in mdc800_usb_probe() 631 if (mdc800->open) in mdc800_device_open() 657 mdc800->open=1; in mdc800_device_open() 674 if (mdc800->open && (mdc800->state != NOT_CONNECTED)) in mdc800_device_release() 679 mdc800->open=0; in mdc800_device_release() 713 if (!mdc800->open) in mdc800_device_read() 804 if (!mdc800->open ) in mdc800_device_write() 964 .open = mdc800_device_open,
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 150 .open = wil_vring_seq_open, 260 .open = wil_mbox_seq_open, 490 .open = wil_memread_seq_open, 537 .open = simple_open, 573 .open = simple_open, 621 .open = simple_open, 702 .open = simple_open, 739 .open = simple_open, 781 .open = simple_open, 886 .open = wil_txdesc_seq_open, [all …]
|
/linux-4.1.27/tools/cgroup/ |
D | cgroup_event_listener.c | 33 cfd = open(argv[1], O_RDONLY); in main() 42 event_control = open(event_control_path, O_WRONLY); in main()
|
/linux-4.1.27/fs/proc/ |
D | inode.c | 311 int (*open)(struct inode *, struct file *); in proc_reg_open() local 333 open = pde->proc_fops->open; in proc_reg_open() 336 if (open) in proc_reg_open() 337 rv = open(inode, file); in proc_reg_open() 379 .open = proc_reg_open, 392 .open = proc_reg_open,
|
D | cpuinfo.c | 13 .open = cpuinfo_open,
|
D | cmdline.c | 18 .open = cmdline_proc_open,
|
D | version.c | 23 .open = version_proc_open,
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0070.h | 54 extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, u8 open); 70 static inline void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open) in dib0070_ctrl_agc_filter() argument
|
/linux-4.1.27/net/caif/ |
D | cfsrvl.c | 38 service->open = true; in cfservl_ctrlcmd() 43 service->open = false; in cfservl_ctrlcmd() 167 service->open = false; in cfsrvl_init() 180 if (!service->open) { in cfsrvl_ready()
|
/linux-4.1.27/drivers/video/fbdev/mbx/ |
D | mbxdebugfs.c | 177 .open = open_file_generic, 184 .open = open_file_generic, 191 .open = open_file_generic, 198 .open = open_file_generic, 205 .open = open_file_generic, 212 .open = open_file_generic,
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 1701 .open = i2o_seq_open_lct, 1708 .open = i2o_seq_open_hrt, 1715 .open = i2o_seq_open_status, 1722 .open = i2o_seq_open_hw, 1729 .open = i2o_seq_open_ddm_table, 1736 .open = i2o_seq_open_driver_store, 1743 .open = i2o_seq_open_drivers_stored, 1750 .open = i2o_seq_open_groups, 1757 .open = i2o_seq_open_phys_device, 1764 .open = i2o_seq_open_claimed, [all …]
|
/linux-4.1.27/drivers/xen/xenfs/ |
D | xenstored.c | 49 .open = xsd_kva_open, 65 .open = xsd_port_open,
|
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_debugfs.c | 93 .open = mic_log_buf_open, 135 .open = mic_smpt_debug_open, 161 .open = mic_soft_reset_debug_open, 188 .open = mic_post_code_debug_open, 280 .open = mic_dp_debug_open, 369 .open = mic_vdev_info_debug_open, 433 .open = mic_msi_irq_info_debug_open,
|
/linux-4.1.27/include/linux/mtd/ |
D | blktrans.h | 43 int open; member 76 int (*open)(struct mtd_blktrans_dev *dev); member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pmon.h | 15 int (*open) (char*, int, int); member 33 #define pmon_open(name, flags, mode) debug_vectors->open(name, flage, mode)
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | msr.c | 32 fd = open(msr_file_name, O_RDONLY); in read_msr() 61 fd = open(msr_file_name, O_WRONLY); in write_msr()
|
D | sysfs.c | 24 fd = open(path, O_RDONLY); in sysfs_read_file() 71 fd = open(path, O_RDONLY); in sysfs_is_cpu_online() 135 fd = open(path, O_RDONLY); in sysfs_idlestate_read_file() 170 fd = open(path, O_WRONLY); in sysfs_idlestate_write_file()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | common-debug.c | 41 .open = simple_open, 77 .open = simple_open, 173 .open = simple_open, 242 .open = simple_open,
|
D | htc_drv_debug.c | 72 .open = simple_open, 142 .open = simple_open, 188 .open = simple_open, 240 .open = simple_open, 284 .open = simple_open, 308 .open = simple_open, 355 .open = simple_open, 396 .open = simple_open,
|
D | dfs_debug.c | 132 .open = simple_open, 140 .open = simple_open,
|
D | common-spectral.c | 352 .open = simple_open, 400 .open = simple_open, 448 .open = simple_open, 496 .open = simple_open, 544 .open = simple_open,
|
/linux-4.1.27/drivers/usb/serial/ |
D | io_tables.h | 106 .open = edge_open, 138 .open = edge_open, 170 .open = edge_open, 202 .open = edge_open,
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_debugfs.c | 76 .open = simple_open, 122 .open = simple_open, 166 .open = simple_open, 195 .open = simple_open,
|
/linux-4.1.27/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 70 .open = fops_board_open, 112 .open = fops_info_open, 169 .open = fops_io_open,
|
/linux-4.1.27/drivers/usb/core/ |
D | file.c | 43 if (file->f_op->open) in usb_open() 44 err = file->f_op->open(inode, file); in usb_open() 52 .open = usb_open,
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 152 .open = __fops ## _open, \ 359 .open = spufs_mem_open, 513 .open = spufs_cntl_open, 581 .open = spufs_regs_open, 634 .open = spufs_regs_open, 703 .open = spufs_pipe_open, 733 .open = spufs_pipe_open, 852 .open = spufs_pipe_open, 882 .open = spufs_pipe_open, 1002 .open = spufs_pipe_open, [all …]
|
/linux-4.1.27/kernel/irq/ |
D | proc.c | 164 .open = irq_affinity_proc_open, 172 .open = irq_affinity_hint_proc_open, 179 .open = irq_affinity_list_proc_open, 234 .open = default_affinity_open, 255 .open = irq_node_proc_open, 278 .open = irq_spurious_proc_open,
|
/linux-4.1.27/net/can/ |
D | proc.c | 283 .open = can_stats_proc_open, 314 .open = can_reset_stats_proc_open, 333 .open = can_version_proc_open, 385 .open = can_rcvlist_proc_open, 452 .open = can_rcvlist_sff_proc_open, 495 .open = can_rcvlist_eff_proc_open,
|
/linux-4.1.27/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 34 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main() 52 fd2 = open(kpath, O_RDWR, 0644); in main()
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | sysfs.c | 40 fd = open(filename, O_RDONLY); in readsysfs() 82 fd = open(filename, O_RDWR); in setsysfs()
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-palmas.txt | 4 the configuration for Pull UP/DOWN, open drain etc. 20 open drain. 44 drive-open-drain. 91 drive-open-drain = <1>;
|
D | lantiq,xway-pinumx.txt | 16 pull-up and open-drain 63 - lantiq,open-drain: Boolean, enables open-drain on the defined pin. 92 lantiq,open-drain;
|
D | qcom,pmic-gpio.txt | 171 - drive-open-drain: 174 Definition: The specified pins are configured in open-drain mode. 176 - drive-open-source: 179 Definition: The specified pins are configured in open-source mode.
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | debugfs_sta.c | 78 .open = simple_open, 129 .open = simple_open, 179 .open = simple_open, 230 .open = simple_open,
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 285 .open = statistics_open, 293 .open = mcs_statistics_open, 301 .open = options_open, 309 .open = cch_open, 315 .open = gru_open,
|
/linux-4.1.27/drivers/mtd/ |
D | mtd_blkdevs.c | 202 if (dev->open) in blktrans_open() 211 if (dev->tr->open) { in blktrans_open() 212 ret = dev->tr->open(dev); in blktrans_open() 223 dev->open++; in blktrans_open() 251 if (--dev->open) in blktrans_release() 317 .open = blktrans_open, 489 if (old->open) { in del_mtd_blktrans_dev()
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | hugetlbfstest.c | 22 fd = open("/proc/self/statm", O_RDONLY); in read_rss() 60 fd = open(path, O_CREAT | O_RDWR | O_TRUNC | O_EXCL in open_file()
|
/linux-4.1.27/drivers/gpu/drm/via/ |
D | via_drv.c | 62 .open = drm_open, 79 .open = via_driver_open,
|
/linux-4.1.27/drivers/net/irda/ |
D | sir_dongle.c | 106 if (!drv->open || (err=drv->open(dev))!=0) in sirdev_get_dongle()
|
D | actisys-sir.c | 76 .open = actisys_open, 86 .open = actisys_open,
|
D | sa1100_ir.c | 58 unsigned char open; member 700 if (si->open) { in sa1100_irda_ioctl() 832 si->open = 1; in sa1100_irda_start() 841 si->open = 0; in sa1100_irda_start() 858 si->open = 0; in sa1100_irda_stop() 1055 if (si->open) { in sa1100_irda_suspend() 1080 if (si->open) { in sa1100_irda_resume()
|
/linux-4.1.27/Documentation/hwmon/ |
D | g762 | 5 and performs closed-loop or open-loop control of the fan speed. Two 43 speed control (open-loop) via pwm1 described below, 2 for 49 pwm1: get or set PWM fan control value in open-loop mode. This is an 54 when current fan speed control mode is open-loop ('pwm1_enable' set to 1),
|
/linux-4.1.27/Documentation/scsi/ |
D | cxgb3i.txt | 40 The cxgb3i driver interfaces with open-iscsi initiator and provides the iSCSI 46 The following steps need to be taken to accelerates the open-iscsi initiator: 50 The cxgb3i module registers a new transport class "cxgb3i" with open-iscsi. 81 4. To direct open-iscsi traffic to go through cxgb3i's accelerated path,
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas-proc.c | 162 .open = sensors_open, 174 .open = poweron_open, 187 .open = progress_open, 200 .open = clock_open, 213 .open = tone_freq_open, 226 .open = tone_volume_open, 239 .open = rmo_buf_open,
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 304 .open = simple_open, 415 .open = ath6kl_fwlog_open, 491 .open = ath6kl_fwlog_open, 531 .open = simple_open, 683 .open = simple_open, 748 .open = simple_open, 851 .open = simple_open, 924 .open = simple_open, 1008 .open = ath6kl_regdump_open, 1048 .open = simple_open, [all …]
|
/linux-4.1.27/drivers/misc/mei/ |
D | debugfs.c | 83 .open = simple_open, 131 .open = simple_open, 160 .open = simple_open,
|
/linux-4.1.27/drivers/media/rc/ |
D | lirc_dev.c | 53 int open; member 134 if (ir->open) { in lirc_thread() 165 .open = lirc_dev_fop_open, 416 if (ir->open) { in lirc_unregister_driver() 466 if (ir->open) { in lirc_dev_fop_open() 479 ir->open++; in lirc_dev_fop_open() 484 ir->open--; in lirc_dev_fop_open() 523 ir->open--; in lirc_dev_fop_close()
|
/linux-4.1.27/scripts/ |
D | diffconfig | 96 a = readconfig(open(configa_filename)) 97 b = readconfig(open(configb_filename))
|
/linux-4.1.27/include/linux/ |
D | hdlc.h | 23 int (*open)(struct net_device *dev); member 49 int open; member
|
D | vfio.h | 35 int (*open)(void *device_data); member 62 void *(*open)(unsigned long arg); member
|
D | input-polldev.h | 40 void (*open)(struct input_polled_dev *dev); member
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_drv.c | 70 .open = drm_open, 108 .open = sis_driver_open,
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | pca963x.txt | 7 - nxp,totem-pole : use totem pole (push-pull) instead of open-drain (pca9632 defaults 8 to open-drain, newer chips to totem pole)
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_drv.c | 21 .open = drm_gem_vm_open, 27 .open = drm_open,
|
/linux-4.1.27/Documentation/input/ |
D | gameport-programming.txt | 33 Please also consider enabling the gameport on the card in the ->open() 36 ->close() callback. You also can select the io address in the ->open() 87 gameport.open = my_open; 167 int (*open)(struct gameport *, int mode); 170 in cooked mode, the open() callback can decide which modes are supported. 177 Close() should free the resources allocated by open, possibly disabling the
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 145 static int open(struct inode *inode, struct file *file) in open() function 192 .open = open,
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-restart.txt | 6 handler. If the optional properties 'open-source' is not found, the GPIO line 28 - open-source : Treat the GPIO as being open source and defer driving
|
/linux-4.1.27/net/x25/ |
D | x25_proc.c | 190 .open = x25_seq_socket_open, 197 .open = x25_seq_route_open, 204 .open = x25_seq_forward_open,
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-dbg.c | 94 .open = fhci_dfs_regs_open, 101 .open = fhci_dfs_irq_stat_open,
|
D | imx21-dbg.c | 452 .open = debug_status_open, 459 .open = debug_dmem_open, 466 .open = debug_etd_open, 473 .open = debug_statistics_open, 480 .open = debug_isoc_open,
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | mkbb.c | 100 dev = open(argv[1], O_RDWR); in main() 107 fd = open(argv[2], O_RDONLY); in main()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | mktree.c | 81 if ((in_fd = open(argv[1], O_RDONLY)) < 0) { in main() 86 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main()
|
D | serial.c | 25 return scdp->open(); in serial_open() 139 console_ops.open = serial_open; in serial_console_init()
|
D | ofconsole.c | 45 console_ops.open = of_console_open; in of_console_init()
|
D | main.c | 190 if (console_ops.open && (console_ops.open() < 0)) in start()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_core.c | 134 if (subdrv->open) { in exynos_drm_subdrv_open() 135 ret = subdrv->open(dev, subdrv->dev, file); in exynos_drm_subdrv_open()
|
/linux-4.1.27/fs/fuse/ |
D | control.c | 174 .open = nonseekable_open, 180 .open = nonseekable_open, 186 .open = nonseekable_open, 193 .open = nonseekable_open,
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 42 .open = simple_open, 487 .open = simple_open, 532 .open = simple_open, 632 .open = u32_array_open, 726 .open = debugfs_open_regset32, 781 .open = debugfs_devm_entry_open,
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 52 .open = prism2_debug_proc_open, 103 .open = prism2_stats_proc_open, 159 .open = prism2_wds_proc_open, 230 .open = prism2_bss_list_proc_open, 260 .open = prism2_crypt_proc_open, 437 .open = prism2_scan_results_proc_open,
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | cm4040_cs.c | 452 if (link->open) { in cm4040_open() 466 link->open = 1; in cm4040_open() 496 link->open = 0; in cm4040_close() 508 while (link->open) { in cm4040_reader_release() 511 wait_event(dev->devq, (link->open == 0)); in cm4040_reader_release() 630 .open = cm4040_open,
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 51 rw_ti->in_fd = open(in_path, O_RDONLY); in rw_thread_init() 60 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init()
|
/linux-4.1.27/tools/perf/util/ |
D | data.c | 55 fd = open(file->path, O_RDONLY); in open_file_read() 98 fd = open(file->path, O_CREAT|O_RDWR|O_TRUNC, S_IRUSR|S_IWUSR); in open_file_write()
|
/linux-4.1.27/drivers/pps/clients/ |
D | pps-ldisc.c | 126 alias_n_tty_open = pps_ldisc_ops.open; in pps_tty_init() 134 pps_ldisc_ops.open = pps_tty_open; in pps_tty_init()
|
/linux-4.1.27/net/wireless/ |
D | debugfs.c | 30 .open = simple_open, \ 101 .open = simple_open,
|
/linux-4.1.27/arch/cris/boot/tools/ |
D | build.c | 145 if ((id=open(argv[1],O_RDONLY,0))<0) in main() 174 if ((id=open(argv[2],O_RDONLY,0))<0) in main() 231 if ((id=open(argv[3],O_RDONLY,0))<0) in main()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | debug.c | 149 .open = di_open, 157 .open = asl_open, 165 .open = pzl_open,
|
/linux-4.1.27/fs/9p/ |
D | vfs_file.c | 642 .open = v9fs_file_open, 653 .open = v9fs_file_open, 665 .open = v9fs_file_open, 676 .open = v9fs_file_open, 688 .open = v9fs_file_open, 699 .open = v9fs_file_open,
|
/linux-4.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 15 Old drivers define their own file_operations for actions like open(), write(), 21 - open: Everything dealing with resource management (file-open checks, magic 27 - close: Same hints as for open apply. 79 - .open = s3c2410wdt_open, 186 can go, though. This will likely be some code in open(), close() or write().
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 394 .open = bfad_debugfs_open_drvtrc, 402 .open = bfad_debugfs_open_fwtrc, 410 .open = bfad_debugfs_open_fwsave, 418 .open = bfad_debugfs_open_reg, 427 .open = bfad_debugfs_open_reg,
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_debugfs.c | 50 .open = simple_open, 94 .open = simple_open,
|
/linux-4.1.27/sound/usb/caiaq/ |
D | midi.c | 107 .open = snd_usb_caiaq_midi_output_open, 114 .open = snd_usb_caiaq_midi_input_open,
|
/linux-4.1.27/net/core/ |
D | net-procfs.c | 184 .open = dev_seq_open, 204 .open = softnet_seq_open, 308 .open = ptype_seq_open, 394 .open = dev_mc_seq_open,
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 127 int fd = open(filename, flags); in open_or_die() 140 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp() 181 fd = open(longpath, O_RDONLY); in check_execveat_pathmax() 372 fd = open("subdir.ephemeral/script", O_RDWR|O_CREAT|O_TRUNC, 0755); in prerequisites()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divasproc.c | 123 .open = divas_open, 218 .open = d_l1_down_proc_open, 244 .open = grp_opt_proc_open, 343 .open = info_proc_open,
|
/linux-4.1.27/drivers/media/ |
D | media-devnode.c | 180 if (mdev->fops->open) { in media_open() 181 ret = mdev->fops->open(filp); in media_open() 210 .open = media_open,
|
/linux-4.1.27/drivers/lguest/ |
D | lguest_user.c | 342 static int open(struct inode *inode, struct file *file) in open() function 419 .open = open,
|
/linux-4.1.27/drivers/input/ |
D | input-polldev.c | 49 if (dev->open) in input_open_polled_device() 50 dev->open(dev); in input_open_polled_device() 318 input->open = input_open_polled_device; in input_register_polled_device()
|
D | mousedev.c | 61 int open; member 432 else if (!mousedev->open++) { in mousedev_open_device() 435 mousedev->open--; in mousedev_open_device() 446 if (mousedev->exist && !--mousedev->open) in mousedev_close_device() 465 if (!mixdev->open++) { in mixdev_open_devices() 491 if (!--mixdev->open) { in mixdev_close_devices() 774 .open = mousedev_open, 818 if (mousedev->open) in mousedev_cleanup() 946 if (mousedev_mix->open) { in mixdev_add_device()
|
/linux-4.1.27/drivers/oprofile/ |
D | oprofilefs.c | 123 .open = simple_open, 130 .open = simple_open, 186 .open = simple_open,
|
/linux-4.1.27/tools/hv/ |
D | hv_fcopy_daemon.c | 86 target_fd = open(target_fname, in hv_start_fcopy() 168 fcopy_fd = open("/dev/vmbus/hv_fcopy", O_RDWR); in main()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra30-cardhu-a02.dts | 55 gpio-open-drain; 67 gpio-open-drain;
|
D | at91-foxg20.dts | 120 <AT91_PIOA 23 AT91_PERIPH_A AT91_PINCTRL_MULTI_DRIVE /* TWD (SDA), open drain */ 121 AT91_PIOA 24 AT91_PERIPH_A AT91_PINCTRL_MULTI_DRIVE>; /* TWCK (SCL), open drain */
|
D | tegra30-cardhu-a04.dts | 55 gpio-open-drain; 67 gpio-open-drain;
|
/linux-4.1.27/fs/ |
D | open.c | 682 int (*open)(struct inode *, struct file *), in do_dentry_open() 731 if (!open) in do_dentry_open() 732 open = f->f_op->open; in do_dentry_open() 733 if (open) { in do_dentry_open() 734 error = open(inode, f); in do_dentry_open() 789 int (*open)(struct inode *, struct file *), in finish_open() 796 error = do_dentry_open(file, d_backing_inode(dentry), open, in finish_open() 1028 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) in SYSCALL_DEFINE3() argument
|
D | no-block.c | 21 .open = no_blkdev_open,
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 179 .open = cim_la_open, 248 .open = cim_qcfg_open, 284 .open = cim_ibq_open, 313 .open = cim_obq_open, 559 .open = tp_la_open, 595 .open = ulprx_la_open, 659 .open = pm_stats_open, 951 .open = devlog_open, 1026 .open = mbox_open, 1074 .open = mem_open, [all …]
|
/linux-4.1.27/net/appletalk/ |
D | atalk_proc.c | 230 .open = atalk_seq_interface_open, 238 .open = atalk_seq_route_open, 246 .open = atalk_seq_socket_open,
|
/linux-4.1.27/samples/bpf/ |
D | bpf_load.c | 91 efd = open(buf, O_RDONLY, 0); in load_and_attach() 202 fd = open(path, O_RDONLY, 0); in load_bpf_file() 298 trace_fd = open(DEBUGFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe()
|
/linux-4.1.27/fs/ufs/ |
D | file.c | 41 .open = generic_file_open,
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-midi.c | 82 .open = midi_open, 88 .open = midi_open,
|
/linux-4.1.27/kernel/time/ |
D | posix-clock.c | 165 if (clk->ops.open) in posix_clock_open() 166 err = clk->ops.open(clk, fp->f_mode); in posix_clock_open() 200 .open = posix_clock_open, 257 if (fp->f_op->open != posix_clock_open || !fp->private_data) in get_clock_desc()
|
/linux-4.1.27/Documentation/watchdog/src/ |
D | watchdog-simple.c | 8 int fd = open("/dev/watchdog", O_WRONLY); in main()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_midi.c | 103 .open = midi_capture_open, 109 .open = midi_playback_open,
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_midi.c | 102 .open = midi_capture_open, 108 .open = midi_playback_open,
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdsomunge.c | 151 infd = open(infile, O_RDONLY); in main() 192 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main()
|
/linux-4.1.27/arch/x86/kernel/ |
D | pmc_atom.c | 185 .open = pmc_dev_state_open, 211 .open = pmc_pss_state_open, 242 .open = pmc_sleep_tmr_open,
|
/linux-4.1.27/sound/core/ |
D | sound.c | 176 if (file->f_op->open) in snd_open() 177 err = file->f_op->open(inode, file); in snd_open() 184 .open = snd_open,
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-debugfs.c | 62 .open = simple_open, 308 .open = simple_open, 325 .open = simple_open, 398 .open = simple_open, 466 .open = simple_open,
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad_debugfs.c | 459 .open = bnad_debugfs_open_fwtrc, 467 .open = bnad_debugfs_open_fwsave, 475 .open = bnad_debugfs_open_reg, 484 .open = bnad_debugfs_open_reg, 492 .open = bnad_debugfs_open_drvinfo,
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | sysfs_utils.c | 15 fd = open(attr_path, O_WRONLY); in write_sysfs_attribute()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 185 .open = open_file_registers, 268 .open = simple_open, 288 .open = simple_open, 370 .open = simple_open, 484 .open = simple_open, 539 .open = simple_open, 656 .open = simple_open, 821 .open = simple_open, 894 .open = simple_open, 987 .open = open_file_eeprom,
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 149 unsigned int open:1; member 214 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 888 if (ca->open) in dvb_ca_en50221_frda_irq() 954 if (ca->open) { in dvb_ca_en50221_thread_update_delay() 1138 if (!ca->open) in dvb_ca_en50221_thread() 1144 if (!ca->open) in dvb_ca_en50221_thread() 1556 ca->open = 1; in dvb_ca_en50221_io_open() 1581 ca->open = 0; in dvb_ca_en50221_io_release() 1635 .open = dvb_ca_en50221_io_open, 1691 ca->open = 0; in dvb_ca_en50221_init()
|
/linux-4.1.27/drivers/tty/ |
D | pty.c | 504 .open = pty_open, 519 .open = pty_open, 687 .open = pty_open, 704 .open = pty_open, 795 retval = ptm_driver->ops->open(tty, filp); in ptmx_open() 870 ptmx_fops.open = ptmx_open; in unix98_pty_init()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | console.c | 168 .open = rs_proc_open, 175 .open = rs_open,
|
/linux-4.1.27/arch/sparc/boot/ |
D | piggyback.c | 205 if ((image = open(argv[2], O_RDWR)) < 0) in main() 262 if ((tail = open(argv[4], O_RDONLY)) < 0) in main()
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-mfld-platform.h | 102 int (*open)(struct device *dev, member 124 int (*open)(struct device *dev, struct snd_sst_params *str_param); member
|
/linux-4.1.27/drivers/regulator/ |
D | dbx500-prcmu.c | 113 .open = ux500_regulator_power_state_cnt_open, 151 .open = ux500_regulator_status_open,
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 99 .open = simple_open, 141 .open = simple_open,
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 222 .open = fnic_trace_ctrl_open, 359 .open = fnic_trace_debugfs_open, 754 .open = fnic_stats_debugfs_open, 761 .open = fnic_reset_stats_open,
|
/linux-4.1.27/net/sctp/ |
D | proc.c | 95 .open = sctp_snmp_seq_open, 259 .open = sctp_eps_seq_open, 385 .open = sctp_assocs_seq_open, 540 .open = sctp_remaddr_seq_open,
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | netdebug.c | 207 .open = nst_fop_open, 438 .open = stats_fop_open, 450 .open = sc_fop_open, 499 .open = nodes_fop_open,
|
/linux-4.1.27/include/linux/ceph/ |
D | debugfs.h | 14 .open = name##_open, \
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 78 allocated during open(), so nothing is wasted when the camera is not in 83 the cam on close() and re-activate on open(). This will save power and 130 open the camera device. Until then, the LED remains on. 199 4 0x4 Trace open() and close() calls Off 212 For example, to trace the open() & read() functions, sum 8 + 4 = 12, 226 size and fps only specify defaults when you open() the device; this is to 228 settings after open() with the Video4Linux ioctl() calls. The default of
|
/linux-4.1.27/Documentation/pti/ |
D | pti_intel_mid.txt | 64 g_fd_source = open(ONE_TTY, O_RDWR); // must be R/W 65 g_fd_sink = open(TWO_TTY, O_RDWR); // must be R/W 69 printf("Error on open(). errno: %d\n",errno);
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_debugfs.c | 68 .open = drm_debugfs_open, 360 .open = edid_open, 370 .open = connector_open,
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_debugfs.c | 178 .open = musb_regdump_open, 234 .open = musb_test_mode_open,
|
/linux-4.1.27/arch/mips/lasat/ |
D | picvue_proc.c | 93 .open = pvc_line_proc_open, 152 .open = pvc_scroll_proc_open,
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_debugfs.c | 134 .open = simple_open, 220 .open = simple_open,
|
/linux-4.1.27/net/rxrpc/ |
D | ar-proc.c | 103 .open = rxrpc_call_seq_open, 188 .open = rxrpc_connection_seq_open,
|