Home
last modified time | relevance | path

Searched refs:aux_device_wrapper (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/misc/mchp_pci1xxxx/
Dmchp_pci1xxxx_gp.c15 struct auxiliary_device_wrapper *aux_device_wrapper[2]; member
24 struct auxiliary_device_wrapper *aux_device_wrapper = in gp_auxiliary_device_release() local
28 ida_free(&gp_client_ida, aux_device_wrapper->aux_dev.id); in gp_auxiliary_device_release()
29 kfree(aux_device_wrapper); in gp_auxiliary_device_release()
45 aux_bus->aux_device_wrapper[0] = kzalloc(sizeof(*aux_bus->aux_device_wrapper[0]), in gp_aux_bus_probe()
47 if (!aux_bus->aux_device_wrapper[0]) in gp_aux_bus_probe()
54 aux_bus->aux_device_wrapper[0]->aux_dev.name = aux_dev_otp_e2p_name; in gp_aux_bus_probe()
55 aux_bus->aux_device_wrapper[0]->aux_dev.dev.parent = &pdev->dev; in gp_aux_bus_probe()
56 aux_bus->aux_device_wrapper[0]->aux_dev.dev.release = gp_auxiliary_device_release; in gp_aux_bus_probe()
57 aux_bus->aux_device_wrapper[0]->aux_dev.id = retval; in gp_aux_bus_probe()
[all …]