Searched refs:aux_bus (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_gp.c | 34 struct aux_bus_device *aux_bus; in gp_aux_bus_probe() local 41 aux_bus = devm_kzalloc(&pdev->dev, sizeof(*aux_bus), GFP_KERNEL); in gp_aux_bus_probe() 42 if (!aux_bus) in gp_aux_bus_probe() 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() 59 aux_bus->aux_device_wrapper[0]->gp_aux_data.region_start = pci_resource_start(pdev, 0); in gp_aux_bus_probe() [all …]
|
/openbmc/qemu/include/hw/display/ |
H A D | xlnx_dp.h | 102 AUXBus *aux_bus; member
|
/openbmc/qemu/hw/display/ |
H A D | xlnx_dp.c | 514 s->core_registers[DP_AUX_REPLY_CODE] = aux_request(s->aux_bus, cmd, in xlnx_dp_aux_set_command() 529 s->core_registers[DP_AUX_REPLY_CODE] = aux_request(s->aux_bus, cmd, in xlnx_dp_aux_set_command() 1267 s->aux_bus = aux_bus_init(DEVICE(obj), "aux"); in xlnx_dp_init() 1309 aux_bus_realize(s->aux_bus); in xlnx_dp_realize() 1311 qdev_realize(DEVICE(s->dpcd), BUS(s->aux_bus), &error_fatal); in xlnx_dp_realize() 1314 qdev_realize_and_unref(DEVICE(s->edid), BUS(aux_get_i2c_bus(s->aux_bus)), in xlnx_dp_realize()
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 1498 struct device_node *aux_bus; in dp_display_get_next_bridge() local 1503 aux_bus = of_get_child_by_name(dev->of_node, "aux-bus"); in dp_display_get_next_bridge() 1505 if (aux_bus && dp->is_edp) { in dp_display_get_next_bridge() 1518 of_node_put(aux_bus); in dp_display_get_next_bridge()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1043a.dtsi | 821 aux_bus: aux_bus { label
|
H A D | fsl-ls1046a.dtsi | 719 aux_bus: aux_bus { label
|