Searched refs:get_prop_string (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | hal.c | 74 get_prop_string(LibHalContext * hal_ctx, const char *udi, const char *name) in get_prop_string() function 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() 168 hal_tags = get_prop_string(hal_ctx, udi, "input.tags"); in device_added() 187 parent = get_prop_string(hal_ctx, udi, "info.parent"); in device_added() 208 attrs.pnp_id = get_prop_string(hal_ctx, parent, "pnp.id"); in device_added() 212 (parent = get_prop_string(hal_ctx, parent, "info.parent"))) { in device_added() 213 attrs.pnp_id = get_prop_string(hal_ctx, parent, "pnp.id"); in device_added() [all …]
|