Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_ext_genl.c67 bool bind; member
432 bool bind; in wl_ext_genl_bind() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_ext_genl.c70 bool bind; member
441 bool bind; in wl_ext_genl_bind() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_ext_genl.c67 bool bind; member
432 bool bind; in wl_ext_genl_bind() local
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
Dcomposite.h211 int (*bind)(struct usb_configuration *, member
395 int (*bind)(struct usb_composite_dev *cdev); member
Dgadget.h739 int (*bind)(struct usb_gadget *gadget, member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dcomposite.h211 int (*bind)(struct usb_configuration *, struct usb_function *); member
381 int (*bind)(struct usb_composite_dev *cdev); member
Dusbnet.h126 int (*bind)(struct usbnet *, struct usb_interface *); member
Dgadget.h751 int (*bind)(struct usb_gadget *gadget, struct usb_gadget_driver *driver); member
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h641 static inline int bind(int s,const struct sockaddr *name, socklen_t namelen) in bind() function
700 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
/device/soc/rockchip/common/sdk_linux/include/linux/
Dthermal.h62 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *); member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf.c694 int kbase_csf_queue_bind(struct kbase_context *kctx, union kbase_ioctl_cs_queue_bind *bind) in kbase_csf_queue_bind()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsockets.h2451 #define bind(s, name, namelen) lwip_bind(s, name, namelen) macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_core_linux.c1474 union kbase_ioctl_cs_queue_bind *bind) in kbasep_cs_queue_bind()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_core_linux.c1358 union kbase_ioctl_cs_queue_bind *bind) in kbasep_cs_queue_bind()
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/
Dsonata_mesh_api.h1065 uint8_t bind; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument