Searched refs:_handle (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 221 def _handle(m, ud, d): function 223 return all(self._foreach_proxy_method(ud, _handle)) 227 def _handle(m, ud, d): function 229 self._foreach_proxy_method(ud, _handle) 233 def _handle(m, ud, d): function 235 return all(self._foreach_proxy_method(ud, _handle)) 239 def _handle(m, ud, d): function 241 return all(self._foreach_proxy_method(ud, _handle)) 289 def _handle(m, ud, d): function 291 return all(self._foreach_proxy_method(ud, _handle))
|
/openbmc/phosphor-hwmon/ |
H A D | sensor.hpp | 169 return _handle.get(); in getGpio() 196 std::unique_ptr<gpioplus::HandleInterface> _handle; member in sensor::Sensor
|
H A D | sensor.cpp | 41 _handle = gpio::BuildGpioHandle(chip, access); in Sensor() 43 if (!_handle) in Sensor()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs/ |
H A D | 0001-nfs-Support-libnfs-6-backport-to-1.56.patch | 36 GVfsBackendHandle _handle, 41 struct nfsfh *fh = _handle; 268 WriteHandle *handle = _handle;
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 8 #define UINT_PTR(_handle) ((void *)((uintptr_t)_handle)) argument
|
H A D | hci_core.h | 324 #define HCI_CONN_HANDLE_UNSET(_handle) (_handle > HCI_CONN_HANDLE_MAX) argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 111 def _handle(obj): function 122 _handle(obj)
|
/openbmc/linux/include/scsi/ |
H A D | iscsi_if.h | 741 #define iscsi_ptr(_handle) ((void*)(unsigned long)_handle) argument
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 565 static acpi_handle object##_handle; \ 567 &parent##_handle; \ 714 drv_acpi_handle_init(#object, &object##_handle, *object##_parent, \
|