Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/config/
H A Dhal.c48 LibHalContext *hal_ctx; member
74 get_prop_string(LibHalContext * hal_ctx, const char *udi, const char *name) in get_prop_string() argument
78 prop = libhal_device_get_property_string(hal_ctx, udi, name, NULL); in get_prop_string()
93 get_prop_string_array(LibHalContext * hal_ctx, const char *udi, in get_prop_string_array() argument
99 props = libhal_device_get_property_strlist(hal_ctx, udi, prop, NULL); in get_prop_string_array()
128 device_added(LibHalContext * hal_ctx, const char *udi) in device_added() argument
145 driver = get_prop_string(hal_ctx, udi, "input.x11_driver"); in device_added()
153 path = get_prop_string(hal_ctx, udi, "input.device"); in device_added()
161 name = get_prop_string(hal_ctx, udi, "info.product"); in device_added()
167 attrs.vendor = get_prop_string(hal_ctx, udi, "info.vendor"); in device_added()
[all …]