Home
last modified time | relevance | path

Searched defs:file (Results 226 – 250 of 2274) sorted by relevance

12345678910>>...91

/openbmc/linux/fs/ocfs2/cluster/
H A Dnetdebug.c164 static int nst_fop_open(struct inode *inode, struct file *file) in nst_fop_open()
176 static int nst_fop_release(struct inode *inode, struct file *file) in nst_fop_release()
378 static int sc_common_open(struct file *file, int ctxt) in sc_common_open()
401 static int sc_fop_release(struct inode *inode, struct file *file) in sc_fop_release()
412 static int stats_fop_open(struct inode *inode, struct file *file) in stats_fop_open()
424 static int sc_fop_open(struct inode *inode, struct file *file) in sc_fop_open()
450 static int nodes_fop_open(struct inode *inode, struct file *file) in nodes_fop_open()
465 static int o2net_debug_release(struct inode *inode, struct file *file) in o2net_debug_release()
471 static ssize_t o2net_debug_read(struct file *file, char __user *buf, in o2net_debug_read()
/openbmc/linux/drivers/staging/most/video/
H A Dvideo.c242 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap()
255 static int vidioc_enum_fmt_vid_cap(struct file *file, void *priv, in vidioc_enum_fmt_vid_cap()
269 static int vidioc_g_fmt_vid_cap(struct file *file, void *priv, in vidioc_g_fmt_vid_cap()
276 static int vidioc_try_fmt_vid_cap(struct file *file, void *priv, in vidioc_try_fmt_vid_cap()
285 static int vidioc_s_fmt_vid_cap(struct file *file, void *priv, in vidioc_s_fmt_vid_cap()
294 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *norm) in vidioc_g_std()
300 static int vidioc_enum_input(struct file *file, void *priv, in vidioc_enum_input()
318 static int vidioc_g_input(struct file *file, void *priv, unsigned int *i) in vidioc_g_input()
326 static int vidioc_s_input(struct file *file, void *priv, unsigned int index) in vidioc_s_input()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c254 static int hva_querycap(struct file *file, void *priv, in hva_querycap()
268 static int hva_enum_fmt_stream(struct file *file, void *priv, in hva_enum_fmt_stream()
282 static int hva_enum_fmt_frame(struct file *file, void *priv, in hva_enum_fmt_frame()
296 static int hva_g_fmt_stream(struct file *file, void *fh, struct v4l2_format *f) in hva_g_fmt_stream()
315 static int hva_g_fmt_frame(struct file *file, void *fh, struct v4l2_format *f) in hva_g_fmt_frame()
335 static int hva_try_fmt_stream(struct file *file, void *priv, in hva_try_fmt_stream()
399 static int hva_try_fmt_frame(struct file *file, void *priv, in hva_try_fmt_frame()
480 static int hva_s_fmt_frame(struct file *file, void *fh, struct v4l2_format *f) in hva_s_fmt_frame()
554 static int hva_qbuf(struct file *file, void *priv, struct v4l2_buffer *buf) in hva_qbuf()
1163 static int hva_open(struct file *file) in hva_open()
[all …]
/openbmc/linux/drivers/media/radio/
H A Dradio-isa.c32 static int radio_isa_querycap(struct file *file, void *priv, in radio_isa_querycap()
43 static int radio_isa_g_tuner(struct file *file, void *priv, in radio_isa_g_tuner()
73 static int radio_isa_s_tuner(struct file *file, void *priv, in radio_isa_s_tuner()
88 static int radio_isa_s_frequency(struct file *file, void *priv, in radio_isa_s_frequency()
104 static int radio_isa_g_frequency(struct file *file, void *priv, in radio_isa_g_frequency()
129 static int radio_isa_log_status(struct file *file, void *priv) in radio_isa_log_status()
/openbmc/linux/drivers/misc/mei/
H A Dmain.c47 static int mei_open(struct inode *inode, struct file *file) in mei_open()
112 static int mei_release(struct inode *inode, struct file *file) in mei_release()
169 static ssize_t mei_read(struct file *file, char __user *ubuf, in mei_read()
311 static ssize_t mei_write(struct file *file, const char __user *ubuf, in mei_write()
405 static int mei_ioctl_connect_client(struct file *file, in mei_ioctl_connect_client()
505 static int mei_ioctl_connect_vtag(struct file *file, in mei_ioctl_connect_vtag()
598 static int mei_ioctl_client_notify_request(const struct file *file, u32 request) in mei_ioctl_client_notify_request()
617 static int mei_ioctl_client_notify_get(const struct file *file, u32 *notify_get) in mei_ioctl_client_notify_get()
641 static long mei_ioctl(struct file *file, unsigned int cmd, unsigned long data) in mei_ioctl()
783 static __poll_t mei_poll(struct file *file, poll_table *wait) in mei_poll()
[all …]
/openbmc/linux/drivers/watchdog/
H A Dsbc_epx_c3.c62 static int epx_c3_open(struct inode *inode, struct file *file) in epx_c3_open()
80 static int epx_c3_release(struct inode *inode, struct file *file) in epx_c3_release()
92 static ssize_t epx_c3_write(struct file *file, const char __user *data, in epx_c3_write()
101 static long epx_c3_ioctl(struct file *file, unsigned int cmd, in epx_c3_ioctl()
H A Dsbc_fitpc2_wdt.c67 static int fitpc2_wdt_open(struct inode *inode, struct file *file) in fitpc2_wdt_open()
79 static ssize_t fitpc2_wdt_write(struct file *file, const char __user *data, in fitpc2_wdt_write()
118 static long fitpc2_wdt_ioctl(struct file *file, unsigned int cmd, in fitpc2_wdt_ioctl()
165 static int fitpc2_wdt_release(struct inode *inode, struct file *file) in fitpc2_wdt_release()
/openbmc/linux/drivers/char/
H A Dadi.c17 static int adi_open(struct inode *inode, struct file *file) in adi_open()
54 static ssize_t adi_read(struct file *file, char __user *buf, in adi_read()
131 static ssize_t adi_write(struct file *file, const char __user *buf, in adi_write()
177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-hwdep.c52 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
125 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
137 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
155 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_hwdep.c53 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
129 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
142 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
161 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c62 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
135 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
147 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
165 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
/openbmc/linux/sound/firewire/dice/
H A Ddice-hwdep.c54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
127 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
139 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
157 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c18 void tegra_cbb_print_err(struct seq_file *file, const char *fmt, ...) in tegra_cbb_print_err()
36 void tegra_cbb_print_cache(struct seq_file *file, u32 cache) in tegra_cbb_print_cache()
52 void tegra_cbb_print_prot(struct seq_file *file, u32 prot) in tegra_cbb_print_prot()
64 static int tegra_cbb_err_show(struct seq_file *file, void *data) in tegra_cbb_err_show()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm.c258 static int pri_wm_latency_open(struct inode *inode, struct file *file) in pri_wm_latency_open()
268 static int spr_wm_latency_open(struct inode *inode, struct file *file) in spr_wm_latency_open()
278 static int cur_wm_latency_open(struct inode *inode, struct file *file) in cur_wm_latency_open()
288 static ssize_t wm_latency_write(struct file *file, const char __user *ubuf, in wm_latency_write()
322 static ssize_t pri_wm_latency_write(struct file *file, const char __user *ubuf, in pri_wm_latency_write()
337 static ssize_t spr_wm_latency_write(struct file *file, const char __user *ubuf, in spr_wm_latency_write()
352 static ssize_t cur_wm_latency_write(struct file *file, const char __user *ubuf, in cur_wm_latency_write()
/openbmc/linux/fs/lockd/
H A Dsvc4proc.c27 struct nlm_file *file = NULL; in nlm4svc_retrieve_args() local
98 struct nlm_file *file; in __nlm4svc_proc_test() local
134 struct nlm_file *file; in __nlm4svc_proc_lock() local
183 struct nlm_file *file; in __nlm4svc_proc_cancel() local
223 struct nlm_file *file; in __nlm4svc_proc_unlock() local
370 struct nlm_file *file; in nlm4svc_proc_share() local
405 struct nlm_file *file; in nlm4svc_proc_unshare() local
H A Dsvcshare.c28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file()
69 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file()
93 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-ioctl.c14 int cx23885_g_chip_info(struct file *file, void *fh, in cx23885_g_chip_info()
50 int cx23885_g_register(struct file *file, void *fh, in cx23885_g_register()
82 int cx23885_s_register(struct file *file, void *fh, in cx23885_s_register()
/openbmc/linux/drivers/usb/mon/
H A Dmon_stat.c27 static int mon_stat_open(struct inode *inode, struct file *file) in mon_stat_open()
46 static ssize_t mon_stat_read(struct file *file, char __user *buf, in mon_stat_read()
54 static int mon_stat_release(struct inode *inode, struct file *file) in mon_stat_release()
/openbmc/linux/tools/power/acpi/tools/acpidump/
H A Dapfiles.c67 ACPI_FILE file; in ap_open_output_file() local
108 ACPI_FILE file; in ap_write_to_binary_file() local
183 ACPI_FILE file; in ap_get_table_from_file() local
/openbmc/u-boot/fs/cbfs/
H A Dcbfs.c220 void file_cbfs_get_next(const struct cbfs_cachenode **file) in file_cbfs_get_next()
291 const char *file_cbfs_name(const struct cbfs_cachenode *file) in file_cbfs_name()
297 u32 file_cbfs_size(const struct cbfs_cachenode *file) in file_cbfs_size()
303 u32 file_cbfs_type(const struct cbfs_cachenode *file) in file_cbfs_type()
309 long file_cbfs_read(const struct cbfs_cachenode *file, void *buffer, in file_cbfs_read()
/openbmc/linux/fs/ecryptfs/
H A Dmiscdev.c29 ecryptfs_miscdev_poll(struct file *file, poll_table *pt) in ecryptfs_miscdev_poll()
64 ecryptfs_miscdev_open(struct inode *inode, struct file *file) in ecryptfs_miscdev_open()
107 ecryptfs_miscdev_release(struct inode *inode, struct file *file) in ecryptfs_miscdev_release()
210 ecryptfs_miscdev_read(struct file *file, char __user *buf, size_t count, in ecryptfs_miscdev_read()
353 ecryptfs_miscdev_write(struct file *file, const char __user *buf, in ecryptfs_miscdev_write()
/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h9 #define _BUGVERBOSE_LOCATION(file, line) argument
11 #define __BUGVERBOSE_LOCATION(file, line) \ argument
18 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Ddebug.c8 static int tirn_show(struct seq_file *file, void *priv) in tirn_show()
30 static int rx_flow_table_show(struct seq_file *file, void *priv) in rx_flow_table_show()
53 static int packets_show(struct seq_file *file, void *priv) in packets_show()
68 static int bytes_show(struct seq_file *file, void *priv) in bytes_show()
/openbmc/linux/sound/firewire/fireface/
H A Dff-hwdep.c71 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
144 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
156 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
174 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c967 static int cxusb_medion_v_querycap(struct file *file, void *fh, in cxusb_medion_v_querycap()
1011 static int cxusb_medion_try_s_fmt_vid_cap(struct file *file, in cxusb_medion_try_s_fmt_vid_cap()
1087 static int cxusb_medion_enum_input(struct file *file, void *fh, in cxusb_medion_enum_input()
1118 static int cxusb_medion_g_input(struct file *file, void *fh, in cxusb_medion_g_input()
1187 static int cxusb_medion_s_input(struct file *file, void *fh, in cxusb_medion_s_input()
1215 static int cxusb_medion_g_tuner(struct file *file, void *fh, in cxusb_medion_g_tuner()
1272 static int cxusb_medion_s_tuner(struct file *file, void *fh, in cxusb_medion_s_tuner()
1346 static int cxusb_medion_g_std(struct file *file, void *fh, in cxusb_medion_g_std()
1360 static int cxusb_medion_s_std(struct file *file, void *fh, in cxusb_medion_s_std()
1369 static int cxusb_medion_querystd(struct file *file, void *fh, in cxusb_medion_querystd()
[all …]

12345678910>>...91