Searched refs:fops (Results 101 - 125 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Dindydog.c163 .fops = &indydog_fops,
H A Dsbc_epx_c3.c167 .fops = &epx_c3_fops,
H A Dwafer5823wdt.c241 .fops = &wafwdt_fops,
H A Dscx200_wdt.c212 .fops = &scx200_wdt_fops,
H A Dwdt285.c192 .fops = &watchdog_fops,
H A Dmtx-1_wdt.c192 .fops = &mtx1_wdt_fops,
H A Dacquirewdt.c232 .fops = &acq_fops,
H A Dsbc_fitpc2_wdt.c195 .fops = &fitpc2_wdt_fops,
/linux-master/drivers/media/radio/
H A Dtea575x.c531 tea->fops = tea575x_fops;
532 tea->fops.owner = owner;
533 tea->vd.fops = &tea->fops;
/linux-master/drivers/w1/slaves/
H A Dw1_ds2405.c215 .fops = &w1_ds2405_fops
H A Dw1_ds2781.c150 .fops = &w1_ds2781_fops,
H A Dw1_ds2780.c153 .fops = &w1_ds2780_fops,
H A Dw1_ds2413.c154 .fops = &w1_f3a_fops,
H A Dw1_ds2406.c149 .fops = &w1_f12_fops,
/linux-master/include/linux/
H A Dw1.h264 * @fops: operations for this family
272 const struct w1_family_ops *fops; member in struct:w1_family
/linux-master/drivers/char/
H A Dpowernv-op-panel.c142 .fops = &oppanel_fops
/linux-master/drivers/acpi/apei/
H A Derst-dbg.c208 .fops = &erst_dbg_ops,
/linux-master/drivers/infiniband/core/
H A Drdma_core.c363 if (f->f_op != fd_type->fops || uobject->ufile != ufile) {
467 if (WARN_ON(fd_type->fops->release != &uverbs_uobject_fd_release &&
468 fd_type->fops->release != &uverbs_async_event_release)) {
480 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL,
/linux-master/drivers/char/hw_random/
H A Ds390-trng.c150 .fops = &trng_fops,
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c143 .fops = &sgx_encl_fops,
/linux-master/drivers/xen/
H A Dprivcmd-buf.c190 .fops = &xen_privcmdbuf_fops,
/linux-master/drivers/scsi/qedi/
H A Dqedi_dbg.h133 const struct file_operations *fops);
/linux-master/drivers/platform/x86/dell/
H A Ddell-smo8800.c120 smo8800->miscdev.fops = &smo8800_misc_fops;
/linux-master/drivers/platform/chrome/
H A Dcros_hps_i2c.c70 hps->misc_device.fops = &hps_fops;
/linux-master/block/
H A DMakefile6 obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \

Completed in 230 milliseconds

1234567891011>>