Searched refs:fops (Results 1 - 25 of 696) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Darc_hostlink.c47 .fops = &arc_hl_fops
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c1112 static struct op fops[16] = { variable in typeref:struct:op
1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
H A Dvfpsingle.c1157 static struct op fops[16] = { variable in typeref:struct:op
1184 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
/linux-master/arch/m68k/bvme6000/
H A Drtc.c164 .fops = &rtc_fops
/linux-master/arch/m68k/mvme16x/
H A Drtc.c154 .fops = &rtc_fops
/linux-master/drivers/char/
H A Dadi.c217 .fops = &adi_fops,
/linux-master/drivers/hv/
H A Dhv_utils_transport.h23 struct file_operations fops; /* file operations */ member in struct:hvutil_transport
/linux-master/drivers/input/
H A Dmousedev.c1069 .fops = &mousedev_fops,
/linux-master/drivers/input/serio/
H A Duserio.c274 .fops = &userio_fops,
/linux-master/drivers/media/pci/ngene/
H A Dngene-dvb.c112 .fops = &ci_fops,
/linux-master/drivers/media/radio/
H A Ddsbr100.c374 radio->videodev.fops = &usb_dsbr100_fops;
H A Dradio-cadet.c642 dev->vdev.fops = &cadet_fops;
H A Dradio-keene.c357 radio->vdev.fops = &usb_keene_fops;
H A Dradio-ma901.c395 radio->vdev.fops = &usb_ma901radio_fops;
H A Dradio-mr800.c541 radio->vdev.fops = &usb_amradio_fops;
H A Dradio-raremono.c353 radio->vdev.fops = &usb_raremono_fops;
H A Dradio-tea5777.c555 tea->fops = tea575x_fops;
556 tea->fops.owner = owner;
557 tea->vd.fops = &tea->fops;
H A Dradio-tea5777.h52 struct v4l2_file_operations fops; member in struct:radio_tea5777
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c786 .fops = &si470x_fops,
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c497 .fops = &fm_drv_fops,
/linux-master/drivers/s390/char/
H A Dsclp_ctl.c127 .fops = &sclp_ctl_fops,
H A Dtape_class.h40 * fops
53 const struct file_operations *fops,
/linux-master/drivers/scsi/cxlflash/
H A Dbackend.h40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops,
H A Dcxl_hw.c121 struct file_operations *fops, int *fd)
123 return cxl_get_fd(ctx_cookie, fops, fd);
120 cxlflash_get_fd(void *ctx_cookie, struct file_operations *fops, int *fd) argument
/linux-master/drivers/watchdog/
H A Dsbc8360.c313 .fops = &sbc8360_fops,

Completed in 333 milliseconds

1234567891011>>