Home
last modified time | relevance | path

Searched refs:bcm (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H A Ddevices.c52 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 Ddevices.c31 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 Ddevices.c38 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 Dcan_bcm01.c13 * 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 Dsocketmodule.h144 #include <linux/can/bcm.h>
/third_party/python/Lib/test/
H A Dtest_socket.py246 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 12 milliseconds