Searched refs:proxy_args (Results 1 – 13 of 13) sorted by relevance
| /system/core/devmgr/devhost/ |
| A D | devhost.cpp | 433 char proxy_args[fuchsia_device_manager_DEVICE_ARGS_MAX + 1]; in fidl_CreateDevice() local 434 memcpy(proxy_args, proxy_args_data, proxy_args_size); in fidl_CreateDevice() 435 proxy_args[proxy_args_size] = 0; in fidl_CreateDevice() 437 …r = drv->CreateOp(&creation_context, creation_context.parent, "proxy", proxy_args, parent_proxy.re… in fidl_CreateDevice() 872 const fbl::RefPtr<zx_device_t>& child, const char* proxy_args, in devhost_add() argument 895 size_t proxy_args_len = proxy_args ? strlen(proxy_args) : 0; in devhost_add() 902 child->driver->libname().data(), child->driver->libname().size(), proxy_args, in devhost_add() 908 child->driver->libname().data(), child->driver->libname().size(), proxy_args, in devhost_add()
|
| A D | devhost.h | 149 const char* proxy_args) REQ_DM_LOCK; 216 const fbl::RefPtr<zx_device_t>& child, const char* proxy_args,
|
| A D | core.cpp | 388 const char* proxy_args) in devhost_device_add() argument 463 status = devhost_add(parent, dev, proxy_args, props, prop_count); in devhost_device_add()
|
| A D | api.cpp | 80 r = devhost_device_add(dev, parent_ref, args->props, args->prop_count, args->proxy_args); in device_add_from_driver()
|
| /system/ulib/ddk/include/ddk/ |
| A D | driver.h | 99 const char* proxy_args; member
|
| /system/dev/bus/acpi/ |
| A D | cpu-trace.c | 86 .proxy_args = NULL, in publish_cpu_trace()
|
| A D | pci.cpp | 439 .proxy_args = nullptr, in pci_init()
|
| /system/banjo/ddk-driver/ |
| A D | driver.banjo | 52 string proxy_args;
|
| /system/core/devmgr/devmgr/ |
| A D | fidl.cpp | 56 req->proxy_args.size = args_size; in dh_send_create_device() 57 req->proxy_args.data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in dh_send_create_device()
|
| /system/ulib/ddktl/include/ddktl/ |
| A D | device.h | 326 const char* proxy_args = nullptr) { 342 args.proxy_args = proxy_args;
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 55 /// giving it access to |parent_proxy| and |proxy_args|. 63 string:DEVICE_ARGS_MAX? proxy_args);
|
| /system/dev/bus/pci/kpci/ |
| A D | kpci.c | 343 .proxy_args = argstr, in pci_init_child()
|
| /system/dev/display/vim-display/ |
| A D | vim-display.cpp | 804 .proxy_args = nullptr, in vim2_display_bind()
|
Completed in 32 milliseconds