/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_ext_genl.c | 44 GENL_CUSTOM_COMMAND_BIND, /* bind */ 67 bool bind; member 432 bool bind; in wl_ext_genl_bind() local 460 bind = TRUE; in wl_ext_genl_bind() 462 bind = FALSE; in wl_ext_genl_bind() 468 if (bind == zconf->bind) { in wl_ext_genl_bind() 469 AGENL_TRACE(dev->name, "Already %s\n", bind?"BIND":"UNBIND"); in wl_ext_genl_bind() 473 if (bind) { in wl_ext_genl_bind() 481 zconf->bind in wl_ext_genl_bind() [all...] |
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 39 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 72 ret = bind(fd, (struct sockaddr *)&snl, sizeof(struct sockaddr_nl)); in ThreadInit() 74 DISPLAY_LOGE("bind fail"); in ThreadInit()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 39 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 72 ret = bind(fd, (struct sockaddr *)&snl, sizeof(struct sockaddr_nl)); in ThreadInit() 74 DISPLAY_LOGE("bind fail"); in ThreadInit()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 67 ret = bind(fd, reinterpret_cast<struct sockaddr *>(&snl), sizeof(struct sockaddr_nl)); in ThreadInit() 69 DISPLAY_LOGE("bind fail"); in ThreadInit()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 67 ret = bind(fd, reinterpret_cast<struct sockaddr *>(&snl), sizeof(struct sockaddr_nl)); in ThreadInit() 69 DISPLAY_LOGE("bind fail"); in ThreadInit()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this));
in Init() 66 ret = bind(fd, reinterpret_cast<struct sockaddr *>(&snl), sizeof(struct sockaddr_nl));
in ThreadInit() 68 DISPLAY_LOGE("bind fail");
in ThreadInit()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_netlink_monitor.cpp | 39 ret = bind(fd, (struct sockaddr *)&snl, sizeof(struct sockaddr_nl));
in Init() 40 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("bind failed errno : %{public}d", errno));
in Init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf.h | 245 * @bind: Pointer to the union which specifies a queue group and a 250 int kbase_csf_queue_bind(struct kbase_context *kctx, union kbase_ioctl_cs_queue_bind *bind);
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 121 * @strings: tables of strings, keyed by identifiers assigned during bind()
124 * string identifiers assigned during @bind(). If this pointer is null,
127 * string identifiers assigned during @bind(). If this pointer is null,
130 * string identifiers assigned during @bind(). If this
134 * interface and string identifiers assigned during @bind(). If
143 * @bind: Before the gadget can register, all of its functions bind() to the
146 * @unbind: Reverses @bind; called as a side effect of unregistering the
170 * causes @bind() to be called so resources can be allocated as part of
204 /* REVISIT: bind() function 211 int (*bind)(struct usb_configuration *, struct usb_function *); global() member 381 int (*bind)(struct usb_composite_dev *cdev); global() member [all...] |
H A D | usbnet.h | 126 int (*bind)(struct usbnet *, struct usb_interface *); member
|
H A D | gadget.h | 689 * @bind: the driver's bind callback 704 * Devices are disabled till a gadget driver successfully bind()s, which 709 * descriptor during enumeration, or else fail the bind() call. In such 710 * cases, no USB traffic may flow until both bind() returns without 751 int (*bind)(struct usb_gadget *gadget, struct usb_gadget_driver *driver); member 783 * The @bind() function will be called to bind it to a gadget before this 784 * registration call returns. It's expected that the @bind() function will
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 121 * @strings: tables of strings, keyed by identifiers assigned during bind() 124 * string identifiers assigned during @bind(). If this pointer is null, 127 * string identifiers assigned during @bind(). If this pointer is null, 130 * string identifiers assigned during @bind(). If this 134 * interface and string identifiers assigned during @bind(). If 143 * @bind: Before the gadget can register, all of its functions bind() to the 146 * @unbind: Reverses @bind; called as a side effect of unregistering the 170 * causes @bind() to be called so resources can be allocated as part of 204 /* REVISIT: bind() function 211 int (*bind)(struct usb_configuration *, global() member 395 int (*bind)(struct usb_composite_dev *cdev); global() member [all...] |
H A D | gadget.h | 677 * @bind: the driver's bind callback 692 * Devices are disabled till a gadget driver successfully bind()s, which 697 * descriptor during enumeration, or else fail the bind() call. In such 698 * cases, no USB traffic may flow until both bind() returns without 739 int (*bind)(struct usb_gadget *gadget, member 775 * The @bind() function will be called to bind it to a gadget before this 776 * registration call returns. It's expected that the @bind() function will
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 71 * bind_previous_governor() - bind the previous governor of the thermal zone 83 "governor %s failed to bind and the previous one (%s) failed to bind again, thermal zone %s has no " in bind_previous_governor() 812 * thermal_zone_bind_cooling_device() - bind a cooling device to a thermal zone 827 * This interface function bind a thermal cooling device to the certain trip 829 * This function is usually called in the thermal zone device .bind callback. 1054 if (!pos->tzp && !pos->ops->bind) { in bind_cdev() 1058 if (pos->ops->bind) { in bind_cdev() 1059 ret = pos->ops->bind(pos, cdev); in bind_cdev() 1094 * to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itsel [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf.h | 144 * @bind: Pointer to the union which specifies a queue group and a 150 union kbase_ioctl_cs_queue_bind *bind); 168 * queues that failed to fully bind.
|
H A D | mali_kbase_csf.c | 280 * for a queue at the time of bind. 694 int kbase_csf_queue_bind(struct kbase_context *kctx, union kbase_ioctl_cs_queue_bind *bind) in kbase_csf_queue_bind() argument 703 group = find_queue_group(kctx, bind->in.group_handle); in kbase_csf_queue_bind() 704 queue = find_queue(kctx, bind->in.buffer_gpu_addr); in kbase_csf_queue_bind() 714 if (bind->in.csi_index >= max_streams) in kbase_csf_queue_bind() 720 if (queue->group || group->bound_queues[bind->in.csi_index]) in kbase_csf_queue_bind() 727 bind->out.mmap_handle = queue->handle; in kbase_csf_queue_bind() 728 group->bound_queues[bind->in.csi_index] = queue; in kbase_csf_queue_bind() 730 queue->csi_index = bind->in.csi_index; in kbase_csf_queue_bind() 948 * created on bind i [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 62 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *); member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 809 #define lwip_bind bind 886 * bind(), and has issued a successful call to listen(). 930 * - If accept() called after IP address bind to socket has been removed, 947 * The bind() function assigns a local socket address address to a socket identified by descriptor socket 963 * @li The bind() function shall fail if: 966 * - <b> as zero in the socket address structure, but, upon attempting to bind to an ephemeral port, 985 * - Multiple bind call behavior: bind() call will change port binding of UDP socket. 990 * - AF_INET/AF_INET6 SOCK_RAW bind does not check if socket address is available or not. 1406 * connect() shall bind i 2451 #define bind global() macro [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 628 * @brief bind a socket.CNcomment:绑定套接字CNend
646 int bind(int s, const struct sockaddr *name, socklen_t namelen);
704 * with bind(),and has issued a successful call to listen().
705 * CNcomment:指定用socket()创建的套接字,该套接字已bind()绑定,并已成功调用listen()CNend
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 482 * <li><b>EADDRINUSE</b>: For AF_INET socket, the port number was specified as zero in the socket address structure, but, upon attempting to bind to an ephemeral port, it was determined that all port numbers in the ephemeral port range are currently in use.</li> 502 int bind (int, const struct sockaddr *, socklen_t); 525 * <li><b>EADDRNOTAVAIL</b>: For AF_IENT socket, the socket had not previously been bound to an address and, upon attempting to bind it to an ephemeral port, it was determined that all port numbers in the ephemeral port range are currently in use.</li> 544 * @see bind | listen | socket 565 * <li>lwIP do not support auto binding in listen operation, so bind must be called before listen.</li> 584 * @see bind | connect | socket 598 * @param s [IN] Specifies a socket that was created with socket(), has been bound to an address with bind(), and has issued a successful call to listen(). 626 * @see bind | connect | listen | socket 730 * <li><b>EADDINUSE</b>: For PF_INET/SOCK_DGRAM socket without local port bond, when attempting to bind to an ephemeral port, it was determined that all port numbers in the ephemeral port range are currently in use.</li> 834 * <li><b>EADDINUSE</b>: For PF_INET/SOCK_DGRAM socket without local port bond, when attempting to bind t [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | elf.h | 490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_rgb.c | 334 .bind = rockchip_rgb_bind,
|
H A D | analogix_dp-rockchip.c | 520 .bind = rockchip_dp_bind,
|
H A D | rockchip_lvds.c | 441 .bind = rockchip_lvds_bind,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 1126 ret = bind(sfd, (struct sockaddr*)&srv_addr, sizeof(srv_addr)); in ip_start_udp() 1128 printf("{ip_start_udp:bind failed, return is %d}\r\n", ret); in ip_start_udp() 1439 ret = bind(g_listen_fd.sfd, (struct sockaddr *)&srv_addr, sizeof(srv_addr)); in ip_tcp_server_start() 1441 printf("{ip_tcp_server_start:bind failed, return is %d}\r\n", ret); in ip_tcp_server_start()
|