Searched refs:bcm (Results 1 - 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
H A D | devices.c | 52 static const lws_button_map_t bcm[] = { variable 62 .button_map = &bcm[0], 64 .count_buttons = LWS_ARRAY_SIZE(bcm),
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | devices.c | 31 static const lws_button_map_t bcm[] = { variable 41 .button_map = &bcm[0], 43 .count_buttons = LWS_ARRAY_SIZE(bcm),
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A D | devices.c | 38 static const lws_button_map_t bcm[] = { variable 48 .button_map = &bcm[0], 50 .count_buttons = LWS_ARRAY_SIZE(bcm),
|
/third_party/ltp/testcases/network/can/cve/ |
H A D | can_bcm01.c | 13 * can: bcm: delay release of struct bcm_op after synchronize_rcu() 26 #include <linux/can/bcm.h> 148 "can-bcm",
|
/third_party/python/Modules/ |
H A D | socketmodule.h | 144 #include <linux/can/bcm.h>
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 246 in <linux/can/bcm.h>: 2158 bcm = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_BCM) 2159 self.addCleanup(bcm.close) 2160 bcm.connect((self.interface,)) 2183 bytes_sent = bcm.send(header_plus_frame)
|
Completed in 11 milliseconds