Home
last modified time | relevance | path

Searched refs:open (Results 2601 - 2625 of 4947) sorted by relevance

1...<<101102103104105106107108109110>>...198

/kernel/linux/linux-5.10/drivers/edac/
H A Dxgene_edac.c157 .open = simple_open,
850 .open = simple_open,
854 .open = simple_open,
1159 .open = simple_open,
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dpcnet_cs.c656 if (link->open) in pcnet_suspend()
666 if (link->open) { in pcnet_resume()
917 link->open++; in pcnet_open()
939 link->open--; in pcnet_close()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c421 printk(KERN_DEBUG "%s: %s: dev(%d) open addr(%i) from %p\n", in open_dchannel()
484 return -EBUSY; /* b-channel can be only open once */ in open_bchannel()
541 hw->open++; in hfc_dctrl()
544 hw->open--; in hfc_dctrl()
547 "%s: %s: dev(%d) close from %p (open %d)\n", in hfc_dctrl()
549 __builtin_return_address(0), hw->open); in hfc_dctrl()
550 if (!hw->open) { in hfc_dctrl()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c713 if (link->open) in smc91c92_suspend()
746 if (link->open) { in smc91c92_resume()
1066 link->open++; in smc_open()
1104 link->open--; in smc_close()
1537 promiscuous/multicast mode changes, and by the open/reset code to
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c876 dinfo->open = 0; in intelfb_pci_register()
1177 dinfo->open++; in intelfb_open()
1187 dinfo->open--; in intelfb_release()
1189 if (!dinfo->open) in intelfb_release()
/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c1506 .open = snd_ali_playback_open,
1516 .open = snd_ali_capture_open,
1588 .open = snd_ali_modem_playback_open,
1597 .open = snd_ali_modem_capture_open,
/kernel/linux/linux-5.10/sound/pci/
H A Dazt3328.c1811 gp->open = snd_azf3328_gameport_open; in snd_azf3328_gameport()
2066 .open = snd_azf3328_pcm_playback_open,
2074 .open = snd_azf3328_pcm_capture_open,
2082 .open = snd_azf3328_pcm_i2s_out_open,
H A Drme96.c1509 .open = snd_rme96_playback_spdif_open,
1522 .open = snd_rme96_capture_spdif_open,
1534 .open = snd_rme96_playback_adat_open,
1547 .open = snd_rme96_capture_adat_open,
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H A Dechoaudio.c241 sample rate only if there is only one pcm device open. */
837 .open = pcm_analog_out_open,
846 .open = pcm_analog_in_open,
857 .open = pcm_digital_out_open,
867 .open = pcm_digital_in_open,
1439 device is open because it also changes the number of channels in snd_echo_digital_mode_put()
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1x.c367 /* open callback */
537 .open = snd_emu10k1x_playback_open,
681 .open = snd_emu10k1x_pcm_open_capture,
1466 .open = snd_emu10k1x_midi_output_open,
1473 .open = snd_emu10k1x_midi_input_open,
/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc346 # https://www.oasis-open.org/docbook/documentation/reference/html/refentry.html
518 open IN, "$cmd --version 2>&1 |";
2018 if (!open(IN,"<$file")) {
2019 print STDERR "Error: Cannot open file $file\n";
2345 if (!open(IN_FILE,"<$file")) {
2346 print STDERR "Error: Cannot open file $file\n";
2409 if (open(SOURCE_MAP, "<.tmp_filelist.txt")) {
/kernel/linux/linux-5.10/drivers/media/rc/
H A Drc-main.c981 if (!rdev->users++ && rdev->open) in rc_open()
982 rval = rdev->open(rdev); in rc_open()
1829 if (dev->open) in rc_prepare_rx_device()
1830 dev->input_dev->open = ir_open; in rc_prepare_rx_device()
1944 * userspace can open the input device and rc_open() will be called in rc_register_device()
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1615 wake_up_interruptible_nr(&dev->open, 1); in cx231xx_close()
1624 wake_up_interruptible(&dev->open); in cx231xx_close()
1641 .open = cx231xx_v4l2_open,
1695 .open = cx231xx_v4l2_open,
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1615 wake_up_interruptible_nr(&dev->open, 1); in cx231xx_close()
1624 wake_up_interruptible(&dev->open); in cx231xx_close()
1641 .open = cx231xx_v4l2_open,
1695 .open = cx231xx_v4l2_open,
/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-main.c982 if (!rdev->users++ && rdev->open) in rc_open()
983 rval = rdev->open(rdev); in rc_open()
1830 if (dev->open) in rc_prepare_rx_device()
1831 dev->input_dev->open = ir_open; in rc_prepare_rx_device()
1945 * userspace can open the input device and rc_open() will be called in rc_register_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dpcnet_cs.c665 if (link->open) in pcnet_suspend()
675 if (link->open) { in pcnet_resume()
926 link->open++; in pcnet_open()
948 link->open--; in pcnet_close()
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c884 dinfo->open = 0; in intelfb_pci_register()
1184 dinfo->open++; in intelfb_open()
1194 dinfo->open--; in intelfb_release()
1196 if (!dinfo->open) in intelfb_release()
/kernel/linux/linux-6.6/drivers/edac/
H A Daltera_edac.c188 .open = simple_open,
652 .open = simple_open,
662 .open = simple_open,
672 .open = simple_open,
726 "Unable to open devm\n"); in altr_edac_device_probe()
H A Dxgene_edac.c157 .open = simple_open,
850 .open = simple_open,
854 .open = simple_open,
1159 .open = simple_open,
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Ddev.c131 .open = simple_open,
220 .open = simple_open,
292 .open = simple_open,
385 .open = simple_open,
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c716 if (link->open) in smc91c92_suspend()
749 if (link->open) { in smc91c92_resume()
1069 link->open++; in smc_open()
1107 link->open--; in smc_close()
1540 promiscuous/multicast mode changes, and by the open/reset code to
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c421 printk(KERN_DEBUG "%s: %s: dev(%d) open addr(%i) from %p\n", in open_dchannel()
484 return -EBUSY; /* b-channel can be only open once */ in open_bchannel()
541 hw->open++; in hfc_dctrl()
544 hw->open--; in hfc_dctrl()
547 "%s: %s: dev(%d) close from %p (open %d)\n", in hfc_dctrl()
549 __builtin_return_address(0), hw->open); in hfc_dctrl()
550 if (!hw->open) { in hfc_dctrl()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1x.c366 /* open callback */
537 .open = snd_emu10k1x_playback_open,
683 .open = snd_emu10k1x_pcm_open_capture,
1431 .open = snd_emu10k1x_midi_output_open,
1438 .open = snd_emu10k1x_midi_input_open,
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc204 # https://www.oasis-open.org/docbook/documentation/reference/html/refentry.html
413 open IN, "$cmd --version 2>&1 |";
1983 if (!open(IN,"<$file")) {
1984 print STDERR "Error: Cannot open file $file\n";
2310 if (!open(IN_FILE,"<$file")) {
2311 print STDERR "Error: Cannot open file $file\n";
2374 if (open(SOURCE_MAP, "<.tmp_filelist.txt")) {
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c1505 .open = snd_ali_playback_open,
1515 .open = snd_ali_capture_open,
1587 .open = snd_ali_modem_playback_open,
1596 .open = snd_ali_modem_capture_open,

Completed in 73 milliseconds

1...<<101102103104105106107108109110>>...198