/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 20 // Match identifier passed as timeout 22 identifier fn =~ "(?x)^ 35 identifier T; 43 identifier K_NO_WAIT =~ "^K_NO_WAIT$"; 44 identifier K_FOREVER =~ "^K_FOREVER$"; 69 identifier K_NO_WAIT =~ "^K_NO_WAIT$"; 70 identifier K_FOREVER =~ "^K_FOREVER$"; 83 // Match identifier passed as timeout 85 identifier fn =~ "(?x)^ 90 identifier T; [all …]
|
D | const_config_info.cocci | 25 identifier T; 37 identifier T; 49 identifier T; 50 identifier D; 61 identifier T; 62 identifier D; 73 identifier T; 74 identifier D; 85 identifier T; 86 identifier D; [all …]
|
D | int_ms_to_timeout.cocci | 21 // Base rule provides the complex identifier regular expression 23 identifier last_timeout =~ "(?x)^k_ 43 // Identify call sites where an identifier is used for the timeout 47 identifier D; 52 // Select call sites where a constant literal (not identifier) is used 102 // identifier K_MSEC =~ "^K_MSEC$"; 104 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$"; 128 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$"; 143 identifier MSEC_PER_SEC =~ "^MSEC_PER_SEC$"; 179 identifier FN; [all …]
|
D | reserved_names.cocci | 16 identifier t, v; 47 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v) 55 identifier f; 66 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v) 74 identifier function, v; 88 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
|
D | boolean.cocci | 16 identifier function, v; 36 identifier rule1_base.v; 53 identifier v; 70 identifier rule2_base.v;
|
D | irq_lock.cocci | 12 identifier i; 30 identifier i;
|
D | returnvar.cocci | 19 identifier ret; 32 identifier ret; 42 identifier ret;
|
D | same_identifier.cocci | 16 identifier t, v; 38 identifier v; 59 identifier function, v;
|
D | deref_null.cocci | 21 identifier f; 29 identifier f; 55 identifier f; 116 identifier f; 176 identifier f; 217 identifier f; 225 identifier f; 249 identifier f;
|
D | identifier_length.cocci | 8 identifier I;
|
D | mini_lock.cocci | 43 identifier lock,unlock; 67 identifier lock,unlock;
|
D | find_functions.cocci | 64 identifier f; 86 identifier f;
|
/Zephyr-latest/scripts/footprint/ |
D | fpdiff.py | 50 root2 = AnyNode(identifier=None) 57 n = find(root2, lambda node2: node2.identifier == node.identifier) 74 n = find(root1, lambda node2: node2.identifier == node.identifier)
|
/Zephyr-latest/subsys/bluetooth/services/bas/ |
D | bas_bls.c | 79 bls.identifier = 0; in bt_bas_bls_init() 114 .identifier = sys_cpu_to_le16(bls.identifier), in bt_bas_bls_update_battery_level_status() 150 .identifier = sys_cpu_to_le16(bls.identifier), in bt_bas_bls_read_blvl_status() 236 void bt_bas_bls_set_identifier(uint16_t identifier) in bt_bas_bls_set_identifier() argument 238 bls.identifier = sys_cpu_to_le16(identifier); in bt_bas_bls_set_identifier()
|
D | bas_internal.h | 78 uint16_t identifier; member
|
/Zephyr-latest/subsys/net/ip/ |
D | icmpv4.h | 33 uint16_t identifier; member
|
D | icmp.c | 175 echo_req->identifier = htons(params->identifier); in send_icmpv4_echo_request() 299 echo_req->identifier = htons(params->identifier); in send_icmpv6_echo_request() 369 params.identifier = sys_rand16_get(); in get_default_params()
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | dis.c | 460 uint64_t identifier = 0; in dis_set() local 462 len = read_cb(store, &identifier, sizeof(identifier)); in dis_set() 466 sys_put_le40(identifier, &dis_system_id[0]); in dis_set() 467 LOG_DBG("System ID identifier set to %10llX", identifier); in dis_set()
|
/Zephyr-latest/samples/sensor/tdk_apex/boards/ |
D | nrf52dk_nrf52832_spi.overlay | 8 * Get a node identifier for TDK IMU sensor supporting APEX feature.
|
D | nrf52dk_nrf52832_i2c.overlay | 8 * Get a node identifier for TDK IMU sensor supporting APEX feature.
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | bas.h | 279 void bt_bas_bls_set_identifier(uint16_t identifier);
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/boards/ |
D | nrf52dk_nrf52832_spi.overlay | 8 * Get a node identifier for 6-axis IMU sensor.
|
D | nrf52dk_nrf52832_i2c.overlay | 8 * Get a node identifier for 6-axis IMU sensor.
|
/Zephyr-latest/drivers/ethernet/ |
D | phy_xlnx_gem.h | 149 const char *identifier; member
|
/Zephyr-latest/include/zephyr/net/ |
D | icmp.h | 127 uint16_t identifier; member
|