Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/lib/posix/options/
Dsched.c37 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam()
52 int sched_getscheduler(pid_t pid) in sched_getscheduler()
66 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam()
81 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler()
92 int sched_rr_get_interval(pid_t pid, struct timespec *interval) in sched_rr_get_interval()
Dsignal.c133 int kill(pid_t pid, int sig) in kill()
Dclock.c288 int clock_getcpuclockid(pid_t pid, clockid_t *clock_id) in clock_getcpuclockid()
/Zephyr-latest/include/zephyr/devicetree/
Dport-endpoint.h36 #define _DT_INST_PORT_BY_ID(inst, pid) \ argument
87 #define DT_INST_PORT_BY_ID(inst, pid) \ argument
102 #define _DT_INST_ENDPOINT_BY_ID(inst, pid, eid) \ argument
163 #define DT_INST_ENDPOINT_BY_ID(inst, pid, eid) \ argument
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py217 def mock_kill_function(pid, sig): argument
263 def mock_kill_function(pid, sig): argument
382 def __init__(self, pid, stdout): argument
1529 def mock_process(pid): argument
1877 pid, argument
1885 def mock_cputime(pid): argument
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c161 uint8_t *tid, uint16_t pid) in bt_avctp_create_pdu()
Davctp_internal.h33 uint16_t pid; /** Profile Identifier */ member
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py891 def _get_cpu_time(pid): argument
1192 def _get_cpu_time(pid): argument
1212 def _stop_qemu_process(pid): argument
/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h60 uint64_t pid; member
/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.c101 const uint16_t pid) in usbd_device_set_pid()
Dusbd_shell.c308 uint16_t pid; in cmd_device_pid() local
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c143 uint8_t *pid = (uint8_t *)data; in mcc_read_icon_obj_id_cb() local
443 uint8_t *pid = (uint8_t *)data; in mcc_read_segments_obj_id_cb() local
473 uint8_t *pid = (uint8_t *)data; in mcc_current_track_obj_id_cb() local
539 uint8_t *pid = (uint8_t *)data; in mcc_next_track_obj_id_cb() local
607 uint8_t *pid = (uint8_t *)data; in mcc_parent_group_obj_id_cb() local
646 uint8_t *pid = (uint8_t *)data; in mcc_current_group_obj_id_cb() local
938 uint8_t *pid = (uint8_t *)data; in mcc_search_results_obj_id_cb() local
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c138 #define GET_PID_VENDOR_ID(pid) (((uint64_t)pid >> 33) & 0x7fff) /* PID[47:33] */ argument
139 #define GET_PID_ID_TYP(pid) (((uint64_t)pid >> 32) & 0x1) /* PID[32] */ argument
140 #define GET_PID_PARTNO(pid) (pid & 0xffffffff) /* PID[31:0] */ argument
1375 uint64_t pid; in npcx_i3c_do_daa() local
2484 uint64_t pid; in npcx_i3c_apply_target_config() local
Di3c_common.c378 uint64_t pid, bool must_match, in i3c_dev_list_daa_addr_helper()
Di3c_ccc.c65 struct i3c_ccc_getpid *pid) in i3c_ccc_do_getpid()
Di3c_cdns.c380 #define DEV_ID_RR1_PID_MSB(pid) (pid) argument
383 #define DEV_ID_RR2_PID_LSB(pid) ((pid) << 16) argument
1559 uint64_t pid = ((uint64_t)dev_id_rr1 << 16) + (dev_id_rr2 >> 16); in cdns_i3c_do_daa() local
/Zephyr-latest/include/zephyr/drivers/
Di3c.h897 const uint64_t pid:48; member
908 #define I3C_DEVICE_ID(pid) \ argument
939 const uint64_t pid:48; member
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_net_mgmt.c31 uintptr_t pid; member
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h184 uint8_t pid; member
/Zephyr-latest/drivers/video/
Dov7670.c453 uint8_t pid; in ov7670_init() local
Dov7725.c563 uint8_t pid, ver; in ov7725_init() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1609 uint16_t pid; member
/Zephyr-latest/include/zephyr/usb/
Dusbd.h470 #define USBD_DEVICE_DEFINE(device_name, udc_dev, vid, pid) \ argument
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c48 uint8_t *pid = port_id->clk_id.id; in port_id_str() local
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h297 uint8_t pid; member

12