Searched refs:gbpsy (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dpower_supply.c84 void (*prop_changed)(struct gb_power_supply *gbpsy,
88 static void gb_power_supply_state_change(struct gb_power_supply *gbpsy,
310 static struct gb_connection *get_conn_from_psy(struct gb_power_supply *gbpsy) argument
312 return gbpsy->supplies->connection;
315 static struct gb_power_supply_prop *get_psy_prop(struct gb_power_supply *gbpsy, argument
320 for (i = 0; i < gbpsy->properties_count; i++)
321 if (gbpsy->props[i].prop == psp)
322 return &gbpsy->props[i];
326 static int is_psy_prop_writeable(struct gb_power_supply *gbpsy, argument
331 prop = get_psy_prop(gbpsy, ps
342 next_interval(struct gb_power_supply *gbpsy) argument
353 __gb_power_supply_changed(struct gb_power_supply *gbpsy) argument
358 gb_power_supply_state_change(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) argument
392 check_changed(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) argument
423 total_props(struct gb_power_supply *gbpsy) argument
429 prop_append(struct gb_power_supply *gbpsy, enum power_supply_property prop) argument
464 _gb_power_supply_append_props(struct gb_power_supply *gbpsy) argument
474 gb_power_supply_description_get(struct gb_power_supply *gbpsy) argument
506 gb_power_supply_prop_descriptors_get(struct gb_power_supply *gbpsy) argument
589 __gb_power_supply_property_update(struct gb_power_supply *gbpsy, enum power_supply_property psp) argument
622 __gb_power_supply_property_get(struct gb_power_supply *gbpsy, enum power_supply_property psp, union power_supply_propval *val) argument
636 __gb_power_supply_property_strval_get(struct gb_power_supply *gbpsy, enum power_supply_property psp, union power_supply_propval *val) argument
657 _gb_power_supply_property_get(struct gb_power_supply *gbpsy, enum power_supply_property psp, union power_supply_propval *val) argument
679 is_cache_valid(struct gb_power_supply *gbpsy) argument
695 gb_power_supply_status_get(struct gb_power_supply *gbpsy) argument
722 gb_power_supply_status_update(struct gb_power_supply *gbpsy) argument
737 struct gb_power_supply *gbpsy = container_of(work, local
757 struct gb_power_supply *gbpsy = to_gb_power_supply(b); local
764 gb_power_supply_property_set(struct gb_power_supply *gbpsy, enum power_supply_property psp, int val) argument
804 struct gb_power_supply *gbpsy = to_gb_power_supply(b); local
812 struct gb_power_supply *gbpsy = to_gb_power_supply(b); local
817 gb_power_supply_register(struct gb_power_supply *gbpsy) argument
837 _gb_power_supply_free(struct gb_power_supply *gbpsy) argument
846 _gb_power_supply_release(struct gb_power_supply *gbpsy) argument
894 struct gb_power_supply *gbpsy = &supplies->supply[id]; local
907 gb_power_supply_enable(struct gb_power_supply *gbpsy) argument
992 struct gb_power_supply *gbpsy; local
[all...]

Completed in 144 milliseconds