dops 609 arch/ia64/kernel/perfmon.c ctx->dops = &pfmfs_dentry_operations; dops 1435 drivers/clk/nxp/clk-lpc32xx.c const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; dops 1446 drivers/clk/nxp/clk-lpc32xx.c dops = div0->ops; dops 1456 drivers/clk/nxp/clk-lpc32xx.c mux_hw, mops, div_hw, dops, dops 70 drivers/dma-buf/dma-buf.c ctx->dops = &dma_buf_dentry_ops; dops 2924 drivers/firmware/ti_sci.c struct ti_sci_dev_ops *dops = &ops->dev_ops; dops 2935 drivers/firmware/ti_sci.c dops->get_device = ti_sci_cmd_get_device; dops 2936 drivers/firmware/ti_sci.c dops->get_device_exclusive = ti_sci_cmd_get_device_exclusive; dops 2937 drivers/firmware/ti_sci.c dops->idle_device = ti_sci_cmd_idle_device; dops 2938 drivers/firmware/ti_sci.c dops->idle_device_exclusive = ti_sci_cmd_idle_device_exclusive; dops 2939 drivers/firmware/ti_sci.c dops->put_device = ti_sci_cmd_put_device; dops 2941 drivers/firmware/ti_sci.c dops->is_valid = ti_sci_cmd_dev_is_valid; dops 2942 drivers/firmware/ti_sci.c dops->get_context_loss_count = ti_sci_cmd_dev_get_clcnt; dops 2943 drivers/firmware/ti_sci.c dops->is_idle = ti_sci_cmd_dev_is_idle; dops 2944 drivers/firmware/ti_sci.c dops->is_stop = ti_sci_cmd_dev_is_stop; dops 2945 drivers/firmware/ti_sci.c dops->is_on = ti_sci_cmd_dev_is_on; dops 2946 drivers/firmware/ti_sci.c dops->is_transitioning = ti_sci_cmd_dev_is_trans; dops 2947 drivers/firmware/ti_sci.c dops->set_device_resets = ti_sci_cmd_set_device_resets; dops 2948 drivers/firmware/ti_sci.c dops->get_device_resets = ti_sci_cmd_get_device_resets; dops 404 drivers/media/usb/cx231xx/cx231xx-dvb.c struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; dops 406 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dops->set_analog_params != NULL) { dops 415 drivers/media/usb/cx231xx/cx231xx-dvb.c dops->set_analog_params(dev->dvb->frontend[0], ¶ms); dops 429 drivers/media/usb/cx231xx/cx231xx-dvb.c struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; dops 431 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dops->init != NULL && !dev->xc_fw_load_done) { dops 435 drivers/media/usb/cx231xx/cx231xx-dvb.c status = dops->init(dev->dvb->frontend[0]); dops 150 drivers/scsi/qedf/qedf_dbg.h const struct qedf_debugfs_ops *dops, dops 23 drivers/scsi/qedf/qedf_debugfs.c const struct qedf_debugfs_ops *dops, dops 34 drivers/scsi/qedf/qedf_debugfs.c while (dops) { dops 35 drivers/scsi/qedf/qedf_debugfs.c if (!(dops->name)) dops 38 drivers/scsi/qedf/qedf_debugfs.c debugfs_create_file(dops->name, 0600, qedf->bdf_dentry, qedf, dops 40 drivers/scsi/qedf/qedf_debugfs.c dops++; dops 133 drivers/scsi/qedi/qedi_dbg.h const struct qedi_debugfs_ops *dops, dops 19 drivers/scsi/qedi/qedi_debugfs.c const struct qedi_debugfs_ops *dops, dops 27 drivers/scsi/qedi/qedi_debugfs.c while (dops) { dops 28 drivers/scsi/qedi/qedi_debugfs.c if (!(dops->name)) dops 31 drivers/scsi/qedi/qedi_debugfs.c debugfs_create_file(dops->name, 0600, qedi->bdf_dentry, qedi, dops 33 drivers/scsi/qedi/qedi_debugfs.c dops++; dops 48 fs/anon_inodes.c ctx->dops = &anon_inodefs_dentry_operations; dops 27 fs/iomap/direct-io.c const struct iomap_dio_ops *dops; dops 75 fs/iomap/direct-io.c const struct iomap_dio_ops *dops = dio->dops; dops 81 fs/iomap/direct-io.c if (dops && dops->end_io) dops 82 fs/iomap/direct-io.c ret = dops->end_io(iocb, dio->size, ret, dio->flags); dops 397 fs/iomap/direct-io.c const struct iomap_ops *ops, const struct iomap_dio_ops *dops) dops 422 fs/iomap/direct-io.c dio->dops = dops; dops 273 fs/libfs.c s->s_d_op = ctx->dops; dops 269 fs/nsfs.c ctx->dops = &ns_dentry_operations; dops 1193 fs/pipe.c ctx->dops = &pipefs_dentry_operations; dops 625 fs/xfs/libxfs/xfs_dir2_sf.c const struct xfs_dir_ops *dops; dops 640 fs/xfs/libxfs/xfs_dir2_sf.c dops = xfs_dir_get_ops(mp, NULL); dops 656 fs/xfs/libxfs/xfs_dir2_sf.c ino = dops->sf_get_parent_ino(sfp); dops 661 fs/xfs/libxfs/xfs_dir2_sf.c offset = dops->data_first_offset; dops 683 fs/xfs/libxfs/xfs_dir2_sf.c next_sfep = dops->sf_nextentry(sfp, sfep); dops 692 fs/xfs/libxfs/xfs_dir2_sf.c ino = dops->sf_get_ino(sfp, sfep); dops 699 fs/xfs/libxfs/xfs_dir2_sf.c filetype = dops->sf_get_ftype(sfep); dops 704 fs/xfs/libxfs/xfs_dir2_sf.c dops->data_entsize(sfep->namelen); dops 198 include/linux/iomap.h const struct iomap_ops *ops, const struct iomap_dio_ops *dops); dops 9 include/linux/pseudo_fs.h const struct dentry_operations *dops; dops 348 net/socket.c ctx->dops = &sockfs_dentry_operations; dops 196 sound/core/seq_device.c static struct snd_device_ops dops = { dops 225 sound/core/seq_device.c err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops);