Home
last modified time | relevance | path

Searched refs:type_property (Results 1 – 4 of 4) sorted by relevance

/linux/net/rfkill/
H A Drfkill-gpio.c99 const char *type_property; in rfkill_gpio_probe() local
112 type_property = "radio-type"; in rfkill_gpio_probe()
115 type_property = "type"; in rfkill_gpio_probe()
118 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe()
/linux/include/drm/
H A Ddrm_colorop.h274 struct drm_property *type_property; member
/linux/drivers/gpu/drm/
H A Ddrm_colorop.c127 colorop->type_property = prop; in drm_plane_colorop_init()
130 colorop->type_property, in drm_plane_colorop_init()
H A Ddrm_atomic_uapi.c760 if (property == colorop->type_property) in drm_atomic_colorop_get_property()