Searched refs:parent_platdata (Results 1 – 4 of 4) sorted by relevance
131 dev->parent_platdata = calloc(1, size); in device_bind_common()132 if (!dev->parent_platdata) { in device_bind_common()194 free(dev->parent_platdata); in device_bind_common()195 dev->parent_platdata = NULL; in device_bind_common()446 return dev->parent_platdata; in dev_get_parent_platdata()
103 free(dev->parent_platdata); in device_unbind()104 dev->parent_platdata = NULL; in device_unbind()
131 void *parent_platdata; member
552 To achieve this, the bus device can use dev->parent_platdata in each of its