Home
last modified time | relevance | path

Searched defs:type (Results 451 – 475 of 721) sorted by relevance

1...<<11121314151617181920>>...29

/Zephyr-latest/tests/net/promiscuous/src/
Dmain.c106 enum ethernet_config_type type, in eth_fake_set_config()
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/
Dlsm6dso16is_shub.c414 enum sensor_channel type; member
693 int lsm6dso16is_shub_get_idx(const struct device *dev, enum sensor_channel type) in lsm6dso16is_shub_get_idx()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_shub.c414 enum sensor_channel type; member
693 int lsm6dsv16x_shub_get_idx(const struct device *dev, enum sensor_channel type) in lsm6dsv16x_shub_get_idx()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c157 static int mcxw_filter(const struct device *dev, bool set, enum ieee802154_filter_type type, in mcxw_filter()
1123 static int mcxw_configure(const struct device *dev, enum ieee802154_config_type type, in mcxw_configure()
/Zephyr-latest/include/zephyr/net/
Dmqtt.h319 enum mqtt_evt_type type; member
419 enum mqtt_transport_type type; member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c312 uint8_t type = data[0]; in tester_data_cb() local
382 uint8_t type = data[0]; in device_data_cb() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets.c107 int z_impl_zsock_socket(int family, int type, int proto) in z_impl_zsock_socket()
140 static inline int z_vrfy_zsock_socket(int family, int type, int proto) in z_vrfy_zsock_socket()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ecm.c530 const enum ethernet_config_type type, in cdc_ecm_set_config()
546 enum ethernet_config_type type, in cdc_ecm_get_config()
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c1130 static bool offload_is_supported(int family, int type, int proto) in offload_is_supported()
1148 static int offload_socket(int family, int type, int proto) in offload_socket()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi_socket.c169 static int siwx91x_sock_get(sa_family_t family, enum net_sock_type type, in siwx91x_sock_get()
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.h163 nrf_usbd_common_event_type_t type; /**< Event type. */ member
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h205 uint8_t type; member
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c97 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda.c414 int intel_adsp_hda_dma_get_attribute(const struct device *dev, uint32_t type, uint32_t *value) in intel_adsp_hda_dma_get_attribute()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c49 enum bt_has_hearing_aid_type type, enum bt_has_capabilities caps) in discover_cb()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_encoder.c27 static int prepare_message(struct net_buf_simple *buf, size_t sz, enum mqtt_sn_msg_type type) in prepare_message()
/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c183 static int eth_set_config(const struct device *dev, enum ethernet_config_type type, in eth_set_config()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c365 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c120 #define LIST_MATCH(list, i, type, addr) (list[i].taken && \ argument
173 #define PAL_ADDR_MATCH(type, addr) \ argument
178 #define PAL_MATCH(type, addr, sid) \ argument
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h25 uint8_t type; member
298 uint8_t type[]; member
308 uint8_t type[]; member
361 uint8_t type; member
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c152 uint8_t type; in ZTEST() local
188 uint8_t type; in ZTEST() local
228 uint8_t type; in ZTEST() local
1863 enum coap_msgtype type; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1385 struct bt_conn *bt_conn_lookup_handle(uint16_t handle, enum bt_conn_type type) in bt_conn_lookup_handle()
1426 void bt_conn_foreach(enum bt_conn_type type, in bt_conn_foreach()
2997 bool bt_conn_is_type(const struct bt_conn *conn, enum bt_conn_type type) in bt_conn_is_type()
3047 static int bt_conn_get_tx_power_level(struct bt_conn *conn, uint8_t type, in bt_conn_get_tx_power_level()
4133 enum bt_conn_auth_keypress type) in bt_conn_auth_keypress_notify()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c408 enum net_sock_type type, in eswifi_off_get()
/Zephyr-latest/scripts/tests/twister/
Dtest_harness.py414 def test_console_configure(tmp_path, type, num_patterns): argument
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument

1...<<11121314151617181920>>...29