Searched refs:parent_platdata (Results 1 – 4 of 4) sorted by relevance
186 dev->parent_platdata = calloc(1, size); in device_bind_common()187 if (!dev->parent_platdata) { in device_bind_common()301 free(dev->parent_platdata); in device_bind_common()302 dev->parent_platdata = NULL; in device_bind_common()548 return dev->parent_platdata; in dev_get_parent_platdata()
104 free(dev->parent_platdata); in device_unbind()105 dev->parent_platdata = NULL; in device_unbind()
135 void *parent_platdata; member
552 To achieve this, the bus device can use dev->parent_platdata in each of its