Searched refs:dops (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/
H A Dpseudo_fs.h9 const struct dentry_operations *dops; member in struct:pseudo_fs_context
H A Diomap.h397 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
400 const struct iomap_ops *ops, const struct iomap_dio_ops *dops,
/linux-master/fs/iomap/
H A Ddirect-io.c32 const struct iomap_dio_ops *dops; member in struct:iomap_dio
58 if (dio->dops && dio->dops->bio_set)
60 GFP_KERNEL, dio->dops->bio_set);
77 if (dio->dops && dio->dops->submit_io)
78 dio->dops->submit_io(iter, bio, pos);
85 const struct iomap_dio_ops *dops = dio->dops; local
90 if (dops
541 __iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter, const struct iomap_ops *ops, const struct iomap_dio_ops *dops, unsigned int dio_flags, void *private, size_t done_before) argument
743 iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter, const struct iomap_ops *ops, const struct iomap_dio_ops *dops, unsigned int dio_flags, void *private, size_t done_before) argument
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_debugfs.c19 const struct qedi_debugfs_ops *dops,
27 while (dops) {
28 if (!(dops->name))
31 debugfs_create_file(dops->name, 0600, qedi->bdf_dentry, qedi,
33 dops++;
18 qedi_dbg_host_init(struct qedi_dbg_ctx *qedi, const struct qedi_debugfs_ops *dops, const struct file_operations *fops) argument
H A Dqedi_dbg.h132 const struct qedi_debugfs_ops *dops,
/linux-master/drivers/scsi/qedf/
H A Dqedf_debugfs.c23 const struct qedf_debugfs_ops *dops,
34 while (dops) {
35 if (!(dops->name))
38 debugfs_create_file(dops->name, 0600, qedf->bdf_dentry, qedf,
40 dops++;
22 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, const struct qedf_debugfs_ops *dops, const struct file_operations *fops) argument
H A Dqedf_dbg.h151 const struct qedf_debugfs_ops *dops,
/linux-master/sound/core/
H A Dseq_device.c203 static const struct snd_device_ops dops = { local
232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops);
/linux-master/fs/
H A Danon_inodes.c48 ctx->dops = &anon_inodefs_dentry_operations;
H A Dpidfs.c251 ctx->dops = &pidfs_dentry_operations;
H A Dnsfs.c229 ctx->dops = &ns_dentry_operations;
H A Dpipe.c1441 ctx->dops = &pipefs_dentry_operations;
H A Dlibfs.c633 s->s_d_op = ctx->dops;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c404 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; local
406 if (dops->set_analog_params != NULL) {
415 dops->set_analog_params(dev->dvb->frontend[0], &params);
429 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; local
431 if (dops->init != NULL && !dev->xc_fw_load_done) {
435 status = dops->init(dev->dvb->frontend[0]);
/linux-master/drivers/firmware/
H A Dti_sci.c2797 struct ti_sci_dev_ops *dops = &ops->dev_ops; local
2808 dops->get_device = ti_sci_cmd_get_device;
2809 dops->get_device_exclusive = ti_sci_cmd_get_device_exclusive;
2810 dops->idle_device = ti_sci_cmd_idle_device;
2811 dops->idle_device_exclusive = ti_sci_cmd_idle_device_exclusive;
2812 dops->put_device = ti_sci_cmd_put_device;
2814 dops->is_valid = ti_sci_cmd_dev_is_valid;
2815 dops->get_context_loss_count = ti_sci_cmd_dev_get_clcnt;
2816 dops->is_idle = ti_sci_cmd_dev_is_idle;
2817 dops
[all...]
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; local
1446 dops = div0->ops;
1456 mux_hw, mops, div_hw, dops,
/linux-master/drivers/dma-buf/
H A Ddma-buf.c121 ctx->dops = &dma_buf_dentry_ops;
/linux-master/net/
H A Dsocket.c418 ctx->dops = &sockfs_dentry_operations;

Completed in 312 milliseconds