| /device/soc/hpmicro/sdk/hpm_sdk/components/uart_lin/ |
| D | hpm_uart_lin.c | 21 uint8_t id0, id1, id2, id3, id4, id5, p0, p1, pid; in hpm_uart_lin_calculate_protected_id() local 94 uint8_t pid = hpm_uart_lin_calculate_protected_id(config->id); in hpm_uart_lin_master_send_frame() local 134 uint8_t pid = hpm_uart_lin_calculate_protected_id(config->id); in hpm_uart_lin_master_receive_frame() local 195 uint8_t pid = hpm_uart_lin_calculate_protected_id(config->id); in hpm_uart_lin_master_send_head() local 215 uint8_t pid = hpm_uart_lin_calculate_protected_id(config->id); in hpm_uart_lin_master_send_data() local 231 uint8_t pid = hpm_uart_lin_calculate_protected_id(config->id); in hpm_uart_lin_master_receive_data() local
|
| D | hpm_uart_lin.h | 58 uint8_t pid; /* slave use pid */ member
|
| /device/soc/esp/esp32/components/esp32/ |
| D | cache_sram_mmu.c | 41 #define PID_CHECK(pid) (((pid)<0) || ((pid)>7)) argument 61 unsigned int IRAM_ATTR cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int pad… in cache_sram_mmu_set() 137 unsigned int cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int ps… in cache_sram_mmu_set()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/ |
| D | swdemux.h | 110 SWDMX_UInt16 pid; /**< PID of the stream.*/ member 115 SWDMX_UInt16 pid; /**< PID of the section.*/ member 124 SWDMX_UInt16 pid; /**< PID.*/ member
|
| D | swdemux_internal.h | 74 SWDMX_UInt16 pid; /**< PID of the stream.*/ member 88 SWDMX_UInt16 pid; /**< PID.*/ member 175 swdmx_is_valid_pid (SWDMX_UInt16 pid) in swdmx_is_valid_pid()
|
| D | swdmx_descrambler.c | 153 SWDMX_UInt16 pid) in swdmx_desc_channel_set_pid()
|
| /device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
| D | rk806-regulator.c | 350 int pid = -1; in get_gpio_id() local 376 int level, vsel_reg, pid; in rk806_get_read_vsel_register() local 399 int level, vsel_reg, pid; in rk806_get_write_vsel_register() local 434 int gpio_level, pid; in rk806_do_gpio_dvs() local 611 int pid = get_gpio_id(mode); in rk806_regulator_sleep2dvs_mode() local 761 int gpio_level, pid; in rk806_regulator_is_enabled_regmap() local 782 int gpio_level, pid; in rk806_regulator_enable_regmap() local 805 int gpio_level, pid; in rk806_regulator_disable_regmap() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/ |
| D | umplock_driver.c | 26 u32 pid; /*process id*/ member 31 u32 pid; member 103 static int umplock_find_client_valid(u32 pid) in umplock_find_client_valid()
|
| /device/soc/esp/esp32/components/esp_rom/include/esp32/rom/ |
| D | cache.h | 69 static inline unsigned int IRAM_ATTR cache_flash_mmu_set(int cpu_no, int pid, unsigned int vaddr, u… in cache_flash_mmu_set()
|
| /device/soc/amlogic/a311d/hardware/media/libamplayer/samples/ |
| D | kplayer.c | 116 int update_player_info(int pid, player_info_t * info) in update_player_info() 352 int pid; in main() local
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/ |
| D | aml_dmx_ext.c | 281 int dmx_ext_add_pvr_pid(int id, int pid) { in dmx_ext_add_pvr_pid() 302 int dmx_ext_remove_pvr_pid(int id, int pid) { in dmx_ext_remove_pvr_pid()
|
| D | aml_dmx.h | 39 int pid; member 58 int pid; member
|
| D | aml_dsc.h | 54 int pid; member
|
| D | aml_dsc.c | 312 static int _hwdsc_ch_set_pid(struct DescChannel *ch, int pid) in _hwdsc_ch_set_pid() 581 static void _dsc_channel_alloc(struct aml_dsc *dsc, int id, unsigned int pid) in _dsc_channel_alloc()
|
| D | aml_dmx.c | 245 static int _dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, in _dmx_ts_feed_set() 394 u16 pid, size_t circular_buffer_size, in _dmx_section_feed_set()
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/msc/ |
| D | usbh_msc.h | 28 uint16_t pid; /* Product ID (for vendor/product specific devices) */ member
|
| /device/soc/esp/esp32/components/bootloader_support/src/esp32/ |
| D | bootloader_esp32.c | 285 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local
|
| /device/board/openvalley/niobeu4/liteos_m/hals/syscalls/ |
| D | syscalls.c | 94 int _kill_r(struct _reent *r, int pid, int sig) in _kill_r()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/hw_demux/ |
| D | hwdemux_internal.h | 27 int pid; member
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| D | core.c | 5617 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() 6096 static int do_sched_setscheduler(pid_t pid, int policy, in do_sched_setscheduler() 6191 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, in SYSCALL_DEFINE3() argument 6208 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument 6219 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 6265 SYSCALL_DEFINE1(sched_getscheduler, pid_t, pid) in SYSCALL_DEFINE1() argument 6296 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument 6382 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument 6441 long sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in sched_setaffinity() 6566 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/h265/ |
| D | vmm.h | 525 ulong vmem_alloc(struct video_mm_t *mm, s32 size, ulong pid) in vmem_alloc() 565 s32 vmem_free(struct video_mm_t *mm, ulong ptr, ulong pid) in vmem_free()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/test/ |
| D | vcodec_m2m_test.c | 278 pthread_t pid = pthread_self(); in open_input_file() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_session.h | 55 u32 pid; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_session.h | 56 u32 pid; member
|
| /device/board/unionman/unionpi_tiger/hardware/bt/src/ |
| D | hardware_usb.c | 138 uint16_t pid; member 598 static usb_patch_info *rtk_usb_get_fw_table_entry(uint16_t vid, uint16_t pid) in rtk_usb_get_fw_table_entry()
|