| /drivers/gpu/drm/amd/display/dc/gpio/ |
| A D | hw_generic.c | 67 static enum gpio_result set_config( in set_config() function 88 .set_config = set_config,
|
| A D | hw_ddc.c | 66 static enum gpio_result set_config( in set_config() function 210 .set_config = set_config,
|
| A D | hw_gpio.h | 60 enum gpio_result (*set_config)( member
|
| A D | hw_hpd.c | 109 .set_config = dal_hw_hpd_set_config,
|
| /drivers/media/pci/cx18/ |
| A D | cx18-dvb.c | 501 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 502 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register() 533 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 534 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register() 556 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 557 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
|
| /drivers/gpu/drm/xen/ |
| A D | xen_drm_front.c | 140 req->op.set_config.x = x; in xen_drm_front_mode_set() 141 req->op.set_config.y = y; in xen_drm_front_mode_set() 142 req->op.set_config.width = width; in xen_drm_front_mode_set() 143 req->op.set_config.height = height; in xen_drm_front_mode_set() 144 req->op.set_config.bpp = bpp; in xen_drm_front_mode_set() 145 req->op.set_config.fb_cookie = fb_cookie; in xen_drm_front_mode_set()
|
| /drivers/scsi/ |
| A D | hptiop.c | 1278 struct hpt_iop_request_set_config set_config; in hptiop_probe() local 1402 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config)); in hptiop_probe() 1403 set_config.iop_id = cpu_to_le32(host->host_no); in hptiop_probe() 1404 set_config.vbus_id = cpu_to_le16(host->host_no); in hptiop_probe() 1405 set_config.max_host_request_size = cpu_to_le16(req_size); in hptiop_probe() 1407 if (hba->ops->set_config(hba, &set_config)) { in hptiop_probe() 1590 .set_config = iop_set_config_itl, 1609 .set_config = iop_set_config_mv, 1628 .set_config = iop_set_config_mvfrey,
|
| /drivers/media/v4l2-core/ |
| A D | tuner-core.c | 262 if (fe_tuner_ops->set_config) in fe_set_config() 263 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config() 275 .set_config = fe_set_config, 563 if (analog_ops->set_config) { in tuner_s_config() 564 analog_ops->set_config(&t->fe, cfg->priv); in tuner_s_config()
|
| /drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim.c | 581 if (vdpasim->dev_attr.set_config) in vdpasim_set_config() 582 vdpasim->dev_attr.set_config(vdpasim, vdpasim->config); in vdpasim_set_config() 800 .set_config = vdpasim_set_config, 840 .set_config = vdpasim_set_config,
|
| A D | vdpa_sim.h | 49 void (*set_config)(struct vdpasim *vdpasim, const void *config); member
|
| /drivers/gpu/drm/nouveau/dispnv04/ |
| A D | nouveau_i2c_encoder.c | 85 encoder->encoder_i2c_funcs->set_config(&encoder->base, in nouveau_i2c_encoder_init()
|
| /drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| A D | encoder_i2c.h | 52 void (*set_config)(struct drm_encoder *encoder, member
|
| /drivers/gpio/ |
| A D | gpio-bd71815.c | 89 .set_config = bd71815_gpio_set_config,
|
| A D | gpio-bd71828.c | 109 bdgpio->gpio.set_config = bd71828_gpio_set_config; in bd71828_probe()
|
| A D | gpio-lp873x.c | 128 .set_config = lp873x_gpio_set_config,
|
| A D | gpio-lp87565.c | 143 .set_config = lp87565_gpio_set_config,
|
| A D | gpio-tps65218.c | 173 .set_config = tps65218_gpio_set_config,
|
| /drivers/remoteproc/ |
| A D | ti_sci_proc.h | 96 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_set_config()
|
| /drivers/gpu/drm/sysfb/ |
| A D | drm_sysfb_helper.h | 159 .set_config = drm_atomic_helper_set_config, \
|
| /drivers/gpu/drm/omapdrm/dss/ |
| A D | hdmi_pll.c | 74 .set_config = dss_pll_write_config_type_b,
|
| A D | video-pll.c | 99 .set_config = dss_pll_write_config_type_a,
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | video-pll.c | 101 .set_config = dss_pll_write_config_type_a,
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-dvb.c | 1350 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 1351 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register() 1405 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 1406 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register() 1444 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 1445 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register() 1496 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 1497 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
|
| /drivers/gpu/drm/ |
| A D | drm_plane_helper.c | 237 ret = crtc->funcs->set_config(&set, ctx); in drm_plane_helper_update_primary()
|
| /drivers/vdpa/ |
| A D | vdpa.c | 415 vdev->config->set_config(vdev, offset, buf, length); in vdpa_set_config() 1367 struct vdpa_dev_set_config set_config = {}; in vdpa_dev_net_device_attr_set() local 1375 set_config.mask |= BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR); in vdpa_dev_net_device_attr_set() 1379 ether_addr_copy(set_config.net.mac, macaddr); in vdpa_dev_net_device_attr_set() 1382 &set_config); in vdpa_dev_net_device_attr_set()
|