/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_x25iface.c | 94 tmp->priv.dops = NULL; in isdn_x25iface_proto_new() 119 cprot->dops = NULL; in isdn_x25iface_proto_close() 150 if (cprot->dops) isdn_x25iface_proto_close(cprot); in isdn_x25iface_proto_del() 164 struct concap_device_ops *dops) in isdn_x25iface_proto_restart() argument 173 if (!(dops && dops->data_req && dops->connect_req in isdn_x25iface_proto_restart() 174 && dops->disconn_req)) { in isdn_x25iface_proto_restart() 183 cprot->dops = dops; in isdn_x25iface_proto_restart() 234 cprot->dops->disconn_req(cprot); in isdn_x25iface_connect_ind() 282 ret = (cprot->dops->data_req(cprot, skb)); in isdn_x25iface_xmit() 292 ret = cprot->dops->connect_req(cprot); in isdn_x25iface_xmit() [all …]
|
D | isdn_net.c | 217 struct concap_device_ops *dops = in isdn_net_reset() local 218 ((isdn_net_local *)netdev_priv(dev))->dops; in isdn_net_reset() 223 if (cprot && cprot->pops && dops) in isdn_net_reset() 224 cprot->pops->restart(cprot, dev, dops); in isdn_net_reset() 2674 lp->dops = NULL; in isdn_net_setcfg() 2678 lp->dops = &isdn_concap_reliable_dl_dops; in isdn_net_setcfg()
|
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_debugfs.c | 22 const struct qedi_debugfs_ops *dops, in qedi_dbg_host_init() argument 33 while (dops) { in qedi_dbg_host_init() 34 if (!(dops->name)) in qedi_dbg_host_init() 37 file_dentry = debugfs_create_file(dops->name, 0600, in qedi_dbg_host_init() 43 dops->name); in qedi_dbg_host_init() 47 dops++; in qedi_dbg_host_init()
|
D | qedi_dbg.h | 136 const struct qedi_debugfs_ops *dops,
|
/Linux-v4.19/include/linux/ |
D | concap.h | 32 struct concap_device_ops *dops; /* callbacks provided by device */ member 80 struct concap_device_ops *dops);
|
D | isdn.h | 232 struct concap_device_ops *dops; /* callbacks used by encapsulator */ member
|
D | fs.h | 2190 const struct dentry_operations *dops, 2196 const struct dentry_operations *dops, unsigned long magic) in mount_pseudo() argument 2198 return mount_pseudo_xattr(fs_type, name, ops, NULL, dops, magic); in mount_pseudo()
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_debugfs.c | 26 const struct qedf_debugfs_ops *dops, in qedf_dbg_host_init() argument 40 while (dops) { in qedf_dbg_host_init() 41 if (!(dops->name)) in qedf_dbg_host_init() 44 file_dentry = debugfs_create_file(dops->name, 0600, in qedf_dbg_host_init() 50 dops->name); in qedf_dbg_host_init() 54 dops++; in qedf_dbg_host_init()
|
D | qedf_dbg.h | 153 const struct qedf_debugfs_ops *dops,
|
/Linux-v4.19/drivers/firmware/ |
D | ti_sci.c | 1626 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops() local 1631 dops->get_device = ti_sci_cmd_get_device; in ti_sci_setup_ops() 1632 dops->idle_device = ti_sci_cmd_idle_device; in ti_sci_setup_ops() 1633 dops->put_device = ti_sci_cmd_put_device; in ti_sci_setup_ops() 1635 dops->is_valid = ti_sci_cmd_dev_is_valid; in ti_sci_setup_ops() 1636 dops->get_context_loss_count = ti_sci_cmd_dev_get_clcnt; in ti_sci_setup_ops() 1637 dops->is_idle = ti_sci_cmd_dev_is_idle; in ti_sci_setup_ops() 1638 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops() 1639 dops->is_on = ti_sci_cmd_dev_is_on; in ti_sci_setup_ops() 1640 dops->is_transitioning = ti_sci_cmd_dev_is_trans; in ti_sci_setup_ops() [all …]
|
/Linux-v4.19/sound/core/ |
D | seq_device.c | 211 static struct snd_device_ops dops = { in snd_seq_device_new() local 240 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 628 const struct xfs_dir_ops *dops; in xfs_dir2_sf_verify() local 643 dops = xfs_dir_get_ops(mp, NULL); in xfs_dir2_sf_verify() 659 ino = dops->sf_get_parent_ino(sfp); in xfs_dir2_sf_verify() 664 offset = dops->data_first_offset; in xfs_dir2_sf_verify() 686 next_sfep = dops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_verify() 695 ino = dops->sf_get_ino(sfp, sfep); in xfs_dir2_sf_verify() 702 filetype = dops->sf_get_ftype(sfep); in xfs_dir2_sf_verify() 707 dops->data_entsize(sfep->namelen); in xfs_dir2_sf_verify()
|
/Linux-v4.19/Documentation/isdn/ |
D | README.concap | 122 struct concap_device_ops *dops); 125 protocol may not call any *dops methods after this. */ 178 struct concap_device_ops *dops; /* callbacks provided by device */ 192 dops pointers. Other concap_proto members should be considered private 195 only by means of the callbacks referred to by the dops pointer. 205 struct concap_device_ops *dops;
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 416 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_set_analog_freq() local 418 if (dops->set_analog_params != NULL) { in cx231xx_set_analog_freq() 427 dops->set_analog_params(dev->dvb->frontend[0], ¶ms); in cx231xx_set_analog_freq() 441 struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; in cx231xx_reset_analog_tuner() local 443 if (dops->init != NULL && !dev->xc_fw_load_done) { in cx231xx_reset_analog_tuner() 447 status = dops->init(dev->dvb->frontend[0]); in cx231xx_reset_analog_tuner()
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1441 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local 1452 dops = div0->ops; in lpc32xx_clk_register() 1462 mux_hw, mops, div_hw, dops, in lpc32xx_clk_register()
|
/Linux-v4.19/fs/ |
D | libfs.c | 242 const struct dentry_operations *dops, unsigned long magic) in mount_pseudo_xattr() argument 279 s->s_d_op = dops; in mount_pseudo_xattr()
|