Home
last modified time | relevance | path

Searched defs:target (Results 101 – 117 of 117) sorted by relevance

12345

/Zephyr-latest/drivers/i3c/
Di3c_dw.c687 static int dw_i3c_xfers(const struct device *dev, struct i3c_device_desc *target, in dw_i3c_xfers()
914 static int dw_i3c_i2c_transfer(const struct device *dev, struct i3c_i2c_device_desc *target, in dw_i3c_i2c_transfer()
1085 static int i3c_dw_endis_ibi(const struct device *dev, struct i3c_device_desc *target, bool en) in i3c_dw_endis_ibi()
1137 static int dw_i3c_controller_enable_ibi(const struct device *dev, struct i3c_device_desc *target) in dw_i3c_controller_enable_ibi()
1142 static int dw_i3c_controller_disable_ibi(const struct device *dev, struct i3c_device_desc *target) in dw_i3c_controller_disable_ibi()
1806 struct i3c_device_desc *target = i3c_device_find(dev, &i3c_id); in add_slave_from_daa() local
Di3c_cdns.c1047 static int cdns_i3c_controller_ibi_enable(const struct device *dev, struct i3c_device_desc *target) in cdns_i3c_controller_ibi_enable()
1096 static int cdns_i3c_controller_ibi_disable(const struct device *dev, struct i3c_device_desc *target) in cdns_i3c_controller_ibi_disable()
1638 struct i3c_device_desc *target = i3c_device_find(dev, &i3c_id); in cdns_i3c_do_daa() local
2265 static int cdns_i3c_transfer(const struct device *dev, struct i3c_device_desc *target, in cdns_i3c_transfer()
/Zephyr-latest/drivers/flash/
Dflash_ite_it8xxx2.c192 enum flash_status_mask target) in ramcode_flash_cmd_read_status()
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c792 uint32_t target = 2500000; /* default prevents 'may be uninitialized' warning */ in eth_xlnx_gem_configure_clocks() local
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dmain.c20 #define WITHIN_ERROR(var, target, epsilon) (llabs((int64_t) ((target) - (var))) <= (epsilon)) argument
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c251 struct in6_addr *dst, struct in6_addr *target, in inject_na_message()
747 struct in6_addr target; in expect_nd_ns() local
949 struct in6_addr target; in expect_dad_ns() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h301 struct bt_mesh_blob_target *target; member
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py1103 def resolve_xref(self, env, fromdocname, builder, type, target, node, contnode): argument
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py1715 def mock_symlink(source, target): argument
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h450 atomic_t *target; member
Dl2cap.c767 static bool test_and_dec(atomic_t *target) in test_and_dec()
2349 static bool atomic_add_safe_u16(atomic_t *target, uint16_t addition) in atomic_add_safe_u16()
Dhci_core.c150 atomic_t *target, int bit, bool val) in bt_hci_cmd_state_set_init()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c42 struct bt_mesh_dfu_target *target) in dfu_cli_lost_target()
/Zephyr-latest/drivers/clock_control/
Dclock_control_rpi_pico.c635 uint32_t target = -1; in rpi_pico_clkid_tuple_reorder_by_dependencies() local
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c921 static void dfu_cli_lost_target(struct bt_mesh_dfu_cli *cli, struct bt_mesh_dfu_target *target) in dfu_cli_lost_target()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c489 #define dbg_addr_with_tgt(action, pkt_str, src, dst, target, pkt) \ argument
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c303 struct bt_mesh_blob_target *target, in blob_cli_lost_target()

12345