Searched refs:cardbus_parent_private_data (Results 1 – 2 of 2) sorted by relevance
44 struct cardbus_parent_private_data { struct
1264 struct cardbus_parent_private_data *ppd; in cardbus_initchild()1267 ppd = (struct cardbus_parent_private_data *) in cardbus_initchild()1268 kmem_zalloc(sizeof (struct cardbus_parent_private_data), in cardbus_initchild()1272 ppd = (struct cardbus_parent_private_data *) in cardbus_initchild()1273 kmem_zalloc(sizeof (struct cardbus_parent_private_data) in cardbus_initchild()1364 struct cardbus_parent_private_data *ppd; in cardbus_removechild()1368 ppd = (struct cardbus_parent_private_data *)ddi_get_parent_data(dip); in cardbus_removechild()1374 kmem_free(ppd, sizeof (struct cardbus_parent_private_data)); in cardbus_removechild()1376 kmem_free(ppd, sizeof (struct cardbus_parent_private_data) + in cardbus_removechild()