/linux-4.19.296/include/drm/ |
D | drm_panel.h | 94 const struct drm_panel_funcs *funcs; member 112 if (panel && panel->funcs && panel->funcs->unprepare) in drm_panel_unprepare() 113 return panel->funcs->unprepare(panel); in drm_panel_unprepare() 130 if (panel && panel->funcs && panel->funcs->disable) in drm_panel_disable() 131 return panel->funcs->disable(panel); in drm_panel_disable() 148 if (panel && panel->funcs && panel->funcs->prepare) in drm_panel_prepare() 149 return panel->funcs->prepare(panel); in drm_panel_prepare() 166 if (panel && panel->funcs && panel->funcs->enable) in drm_panel_enable() 167 return panel->funcs->enable(panel); in drm_panel_enable() 184 if (panel && panel->funcs && panel->funcs->get_modes) in drm_panel_get_modes() [all …]
|
D | drm_modeset_helper_vtables.h | 455 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add() argument 457 crtc->helper_private = funcs; in drm_crtc_helper_add() 771 const struct drm_encoder_helper_funcs *funcs) in drm_encoder_helper_add() argument 773 encoder->helper_private = funcs; in drm_encoder_helper_add() 1000 const struct drm_connector_helper_funcs *funcs) in drm_connector_helper_add() argument 1002 connector->helper_private = funcs; in drm_connector_helper_add() 1203 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument 1205 plane->helper_private = funcs; in drm_plane_helper_add()
|
D | drm_gem_framebuffer_helper.h | 24 const struct drm_framebuffer_funcs *funcs); 38 const struct drm_framebuffer_funcs *funcs);
|
D | drm_simple_kms_helper.h | 172 const struct drm_simple_display_pipe_funcs *funcs; member 180 const struct drm_simple_display_pipe_funcs *funcs,
|
D | drm_client.h | 82 const struct drm_client_funcs *funcs; member 91 const char *name, const struct drm_client_funcs *funcs);
|
D | drm_fb_helper.h | 192 const struct drm_fb_helper_funcs *funcs; member 276 const struct drm_fb_helper_funcs *funcs); 347 const struct drm_fb_helper_funcs *funcs, 361 const struct drm_fb_helper_funcs *funcs) in drm_fb_helper_prepare() argument 569 const struct drm_fb_helper_funcs *funcs, in drm_fb_helper_fbdev_setup() argument
|
D | drm_encoder.h | 175 const struct drm_encoder_funcs *funcs; member 184 const struct drm_encoder_funcs *funcs,
|
D | drm_framebuffer.h | 137 const struct drm_framebuffer_funcs *funcs; member 212 const struct drm_framebuffer_funcs *funcs);
|
D | drm_plane.h | 612 const struct drm_plane_funcs *funcs; member 687 const struct drm_plane_funcs *funcs, 696 const struct drm_plane_funcs *funcs,
|
D | drm_modeset_helper.h | 35 const struct drm_crtc_funcs *funcs);
|
D | drm_drv.h | 678 (dev->mode_config.funcs && dev->mode_config.funcs->atomic_commit != NULL); in drm_drv_uses_atomic_modeset()
|
D | drm_crtc.h | 942 const struct drm_crtc_funcs *funcs; member 1078 const struct drm_crtc_funcs *funcs,
|
D | drm_bridge.h | 294 const struct drm_bridge_funcs *funcs; member
|
D | drm_connector.h | 971 const struct drm_connector_funcs *funcs; member 1161 const struct drm_connector_funcs *funcs,
|
/linux-4.19.296/include/linux/ |
D | livepatch.h | 125 struct klp_func *funcs; member 156 for (obj = patch->objs; obj->funcs || obj->name; obj++) 159 for (func = obj->funcs; \
|
D | tracepoint-defs.h | 35 struct tracepoint_func __rcu *funcs; member
|
/linux-4.19.296/drivers/misc/ |
D | vexpress-syscfg.c | 44 struct list_head funcs; member 221 list_add(&func->list, &syscfg->funcs); in vexpress_syscfg_regmap_init() 233 list_for_each_entry_safe(func, tmp, &syscfg->funcs, list) { in vexpress_syscfg_regmap_exit() 235 list_del(&syscfg->funcs); in vexpress_syscfg_regmap_exit() 258 INIT_LIST_HEAD(&syscfg->funcs); in vexpress_syscfg_probe()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 161 list_for_each_entry_safe(func, tmp, &slot->funcs, sibling) in free_bridge() 291 INIT_LIST_HEAD(&slot->funcs); in acpiphp_add_context() 329 list_add_tail(&newfunc->sibling, &slot->funcs); in acpiphp_add_context() 344 list_for_each_entry(func, &slot->funcs, sibling) { in cleanup_bridge() 399 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_set_acpi_region() 420 list_for_each_entry(func, &slot->funcs, sibling) { in check_hotplug_bridge() 432 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_rescan_slot() 537 list_for_each_entry(func, &slot->funcs, sibling) { in enable_slot() 570 list_for_each_entry(func, &slot->funcs, sibling) in disable_slot() 606 list_for_each_entry(func, &slot->funcs, sibling) { in get_slot_status() [all …]
|
D | acpiphp.h | 79 struct list_head funcs; /* one slot may have different member
|
/linux-4.19.296/drivers/clk/hisilicon/ |
D | crg-hi3516cv300.c | 281 crg->funcs = of_device_get_match_data(&pdev->dev); in hi3516cv300_crg_probe() 282 if (!crg->funcs) in hi3516cv300_crg_probe() 289 crg->clk_data = crg->funcs->register_clks(pdev); in hi3516cv300_crg_probe() 304 crg->funcs->unregister_clks(pdev); in hi3516cv300_crg_remove()
|
D | crg-hi3798cv200.c | 364 crg->funcs = of_device_get_match_data(&pdev->dev); in hi3798cv200_crg_probe() 365 if (!crg->funcs) in hi3798cv200_crg_probe() 372 crg->clk_data = crg->funcs->register_clks(pdev); in hi3798cv200_crg_probe() 387 crg->funcs->unregister_clks(pdev); in hi3798cv200_crg_remove()
|
D | crg.h | 31 const struct hisi_crg_funcs *funcs; member
|
/linux-4.19.296/drivers/i2c/ |
D | i2c-dev.c | 404 unsigned long funcs; in i2cdev_ioctl() local 440 funcs = i2c_get_functionality(client->adapter); in i2cdev_ioctl() 441 return put_user(funcs, (unsigned long __user *)arg); in i2cdev_ioctl() 531 unsigned long funcs; in compat_i2cdev_ioctl() local 534 funcs = i2c_get_functionality(client->adapter); in compat_i2cdev_ioctl() 535 return put_user(funcs, (compat_ulong_t __user *)arg); in compat_i2cdev_ioctl()
|
/linux-4.19.296/include/drm/tinydrm/ |
D | tinydrm.h | 115 const struct drm_simple_display_pipe_funcs *funcs,
|
/linux-4.19.296/fs/btrfs/ |
D | Makefile | 8 extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
|