Home
last modified time | relevance | path

Searched refs:dops (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/qedi/
Dqedi_debugfs.c19 const struct qedi_debugfs_ops *dops, in qedi_dbg_host_init() argument
27 while (dops) { in qedi_dbg_host_init()
28 if (!(dops->name)) in qedi_dbg_host_init()
31 debugfs_create_file(dops->name, 0600, qedi->bdf_dentry, qedi, in qedi_dbg_host_init()
33 dops++; in qedi_dbg_host_init()
Dqedi_dbg.h133 const struct qedi_debugfs_ops *dops,
/drivers/scsi/qedf/
Dqedf_debugfs.c23 const struct qedf_debugfs_ops *dops, in qedf_dbg_host_init() argument
34 while (dops) { in qedf_dbg_host_init()
35 if (!(dops->name)) in qedf_dbg_host_init()
38 debugfs_create_file(dops->name, 0600, qedf->bdf_dentry, qedf, in qedf_dbg_host_init()
40 dops++; in qedf_dbg_host_init()
Dqedf_dbg.h151 const struct qedf_debugfs_ops *dops,
/drivers/media/usb/cx231xx/
Dcx231xx-dvb.c404 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_set_analog_freq() local
406 if (dops->set_analog_params != NULL) { in cx231xx_set_analog_freq()
415 dops->set_analog_params(dev->dvb->frontend[0], &params); in cx231xx_set_analog_freq()
429 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_reset_analog_tuner() local
431 if (dops->init != NULL && !dev->xc_fw_load_done) { in cx231xx_reset_analog_tuner()
435 status = dops->init(dev->dvb->frontend[0]); in cx231xx_reset_analog_tuner()
/drivers/firmware/
Dti_sci.c2777 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops() local
2788 dops->get_device = ti_sci_cmd_get_device; in ti_sci_setup_ops()
2789 dops->get_device_exclusive = ti_sci_cmd_get_device_exclusive; in ti_sci_setup_ops()
2790 dops->idle_device = ti_sci_cmd_idle_device; in ti_sci_setup_ops()
2791 dops->idle_device_exclusive = ti_sci_cmd_idle_device_exclusive; in ti_sci_setup_ops()
2792 dops->put_device = ti_sci_cmd_put_device; in ti_sci_setup_ops()
2794 dops->is_valid = ti_sci_cmd_dev_is_valid; in ti_sci_setup_ops()
2795 dops->get_context_loss_count = ti_sci_cmd_dev_get_clcnt; in ti_sci_setup_ops()
2796 dops->is_idle = ti_sci_cmd_dev_is_idle; in ti_sci_setup_ops()
2797 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops()
[all …]
/drivers/clk/nxp/
Dclk-lpc32xx.c1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local
1446 dops = div0->ops; in lpc32xx_clk_register()
1456 mux_hw, mops, div_hw, dops, in lpc32xx_clk_register()
/drivers/dma-buf/
Ddma-buf.c143 ctx->dops = &dma_buf_dentry_ops; in dma_buf_fs_init_context()