Searched refs:device_property_entry (Results 1 – 1 of 1) sorted by relevance
43 typedef struct _device_property_entry device_property_entry; typedef45 device_property_entry *next;143 device_property_entry *properties;697 (device_property_entry *)701 device_property_entry *entry; in find_property_entry()724 device_property_entry *new_entry = NULL; in device_add_property()728 device_property_entry **insertion_point = &me->properties; in device_add_property()750 new_entry = ZALLOC(device_property_entry); in device_add_property()772 device_property_entry *entry = find_property_entry(me, property); in device_set_property()805 device_property_entry **delete_point = &me->properties; in clean_device_properties()[all …]