Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 18 of 18) sorted by relevance

/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp53 void bind() in bind() function in phosphor::fan::presence::EEPROMDevice
80 std::ofstream bind{bindPath}; in bindTimerExpired() local
/openbmc/u-boot/include/
H A Defi_driver.h30 int (*bind)(efi_handle_t handle, void *interface); member
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h108 int (*bind)(struct usb_configuration *, member
208 int (*bind)(struct usb_configuration *); member
274 int (*bind)(struct usb_composite_dev *); member
H A Dgadget.h806 int (*bind)(struct usb_gadget *); member
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddepends.py83 def bind(self, registry, case): member in OETestDepends
H A D__init__.py43 def bind(self, registry, case): member in OETestDecorator
/openbmc/u-boot/cmd/
H A Dbind.c201 bool bind; in do_bind_unbind() local
/openbmc/qemu/include/system/
H A Dos-win32.h206 #define bind qemu_bind_wrap macro
/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp296 std::string bind = propertyName.substr(sizeof("Bind") - 1); in applyBindExposeAction() local
/openbmc/rest-dbus/resources/
H A Djstree.min.js2 …,k.className="jstree-anchor",k.setAttribute("href","#"),k.setAttribute("tabindex","-1"),l=i.create… method in AnonymousClassf811328e0f01
4 ….responsive?"addClass":"removeClass"]("jstree-"+b+"-responsive"),this.trigger("set_theme",{theme:b…
5 …!0;if("touchstart"===b.type&&(!this.settings.dnd.touch||"selected"===this.settings.dnd.touch&&!a(b…
H A Djquery.min.js5 …,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),t…
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1218 def bind(self,pdict): member in Production
1241 def bind(self,pdict): member in MiniProduction
/openbmc/qemu/hw/vfio/
H A Diommufd.c107 struct vfio_device_bind_iommufd bind = { in iommufd_cdev_connect_and_bind() local
/openbmc/u-boot/include/dm/
H A Ddevice.h241 int (*bind)(struct udevice *dev); member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h271 uint32_t bind; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.js2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… function
H A Djquery-2.0.3.min.js5 …),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.acces… variable in AnonymousClassd36a94e37301.valHooks.select
/openbmc/qemu/include/
H A Delf.h302 #define ELF_ST_INFO(bind, type) (((bind) << 4) | ((type) & 0xf)) argument