/openbmc/boost-dbus/test/ |
H A D | avahi.cpp | 21 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 25 system_bus->async_send( in TEST() 54 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 62 dbus::message r = system_bus->send(m1); in TEST() 67 dbus::match ma(system_bus, "type='signal',path='" + browser_path.value + "'"); in TEST() 68 dbus::filter f(system_bus, [](dbus::message& m) { in TEST() 100 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 106 system_bus->async_send( in TEST() 124 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 126 dbus::match ma(system_bus, in TEST() [all …]
|
H A D | dbusPropertiesServer.cpp | 21 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 24 dbus::DbusObjectServer foo(system_bus); in TEST() 32 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 35 dbus::DbusObjectServer foo(system_bus); in TEST() 38 system_bus, "/org/freedesktop/NetworkManager")); in TEST() 62 auto system_bus = std::make_shared<dbus::connection>(io, dbus::bus::system); in TEST() local 65 dbus::DbusObjectServer foo(system_bus); in TEST() 68 std::make_shared<dbus::DbusObject>(system_bus, "/org/freedesktop/test1")); in TEST() 70 std::make_shared<dbus::DbusObject>(system_bus, "/org/freedesktop/test2")); in TEST()
|
H A D | avahi.py | 16 c.system_bus = dbus.SystemBus(mainloop=DBusGMainLoop()) 23 avahi_remote = AvahiTest.system_bus.get_object('org.freedesktop.Avahi', '/') 30 browser_remote = AvahiTest.system_bus.get_object('org.freedesktop.Avahi', browser_path)
|
H A D | error.cpp | 22 EXPECT_THROW(connection system_bus(io, "unix:path=/foo/bar/baz_socket"), in TEST()
|
/openbmc/u-boot/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-ld11.c | 61 UNIPHIER_PINCTRL_GROUP(system_bus), 80 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld20.c | 80 UNIPHIER_PINCTRL_GROUP(system_bus), 102 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld4.c | 83 UNIPHIER_PINCTRL_GROUP(system_bus), 109 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pxs3.c | 80 UNIPHIER_PINCTRL_GROUP(system_bus), 104 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld6b.c | 87 UNIPHIER_PINCTRL_GROUP(system_bus), 115 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-sld8.c | 81 UNIPHIER_PINCTRL_GROUP(system_bus), 106 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pro5.c | 91 UNIPHIER_PINCTRL_GROUP(system_bus), 120 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pxs2.c | 91 UNIPHIER_PINCTRL_GROUP(system_bus), 118 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pro4.c | 106 UNIPHIER_PINCTRL_GROUP(system_bus), 138 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pinctrl.dtsi | 155 groups = "system_bus", "system_bus_cs1"; 156 function = "system_bus";
|
H A D | uniphier-support-card.dtsi | 8 &system_bus {
|
/openbmc/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-pinctrl.dtsi | 170 groups = "system_bus", "system_bus_cs1"; 171 function = "system_bus";
|
H A D | uniphier-support-card.dtsi | 8 &system_bus {
|
/openbmc/linux/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-sld8.c | 569 UNIPHIER_PINCTRL_GROUP(system_bus), 625 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld4.c | 639 UNIPHIER_PINCTRL_GROUP(system_bus), 693 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld11.c | 622 UNIPHIER_PINCTRL_GROUP(system_bus), 697 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld6b.c | 853 UNIPHIER_PINCTRL_GROUP(system_bus), 915 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-ld20.c | 750 UNIPHIER_PINCTRL_GROUP(system_bus), 848 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pro5.c | 912 UNIPHIER_PINCTRL_GROUP(system_bus), 979 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pxs2.c | 897 UNIPHIER_PINCTRL_GROUP(system_bus), 980 UNIPHIER_PINMUX_FUNCTION(system_bus),
|
H A D | pinctrl-uniphier-pxs3.c | 940 UNIPHIER_PINCTRL_GROUP(system_bus), 1018 UNIPHIER_PINMUX_FUNCTION(system_bus),
|