Searched refs:parent_platdata (Results 1 – 4 of 4) sorted by relevance
95 free(dev->parent_platdata); in device_unbind()96 dev->parent_platdata = NULL; in device_unbind()
134 dev->parent_platdata = calloc(1, size); in device_bind_common()135 if (!dev->parent_platdata) { in device_bind_common()197 free(dev->parent_platdata); in device_bind_common()198 dev->parent_platdata = NULL; in device_bind_common()464 return dev->parent_platdata; in dev_get_parent_platdata()
131 void *parent_platdata; member
561 To achieve this, the bus device can use dev->parent_platdata in each of its