| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/dvb_ci/ |
| D | aml_pcmcia.c | 44 static int pcmcia_plugin(struct aml_pcmcia *pc) in pcmcia_plugin() 64 static int pcmcia_unplug(struct aml_pcmcia *pc) in pcmcia_unplug() 83 struct aml_pcmcia *pc = (struct aml_pcmcia *)dev_id; in pcmcia_irq_handler() local 94 struct aml_pcmcia *pc = container_of( in aml_pcmcia_work() local 113 static void aml_pcmcia_detect_cam(struct aml_pcmcia *pc) in aml_pcmcia_detect_cam() 137 int aml_pcmcia_init(struct aml_pcmcia *pc) in aml_pcmcia_init() 174 int aml_pcmcia_exit(struct aml_pcmcia *pc) in aml_pcmcia_exit() 181 int aml_pcmcia_reset(struct aml_pcmcia *pc) in aml_pcmcia_reset()
|
| D | aml_spi.c | 660 static int aml_gio_power(struct aml_pcmcia *pc, int enable) in aml_gio_power() 692 static int aml_gio_reset(struct aml_pcmcia *pc, int enable) in aml_gio_reset() 727 static int aml_gio_init_irq(struct aml_pcmcia *pc, int flag) in aml_gio_init_irq() 770 static int aml_gio_get_cd1(struct aml_pcmcia *pc) in aml_gio_get_cd1() 789 static int aml_gio_get_cd2(struct aml_pcmcia *pc) in aml_gio_get_cd2() 809 static int aml_cam_plugin(struct aml_pcmcia *pc, int plugin) in aml_cam_plugin() 1080 struct aml_pcmcia *pc; in aml_spi_init() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/pwm/ |
| D | pwm-sunxi.c | 159 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_readl() local 169 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_writel() local 240 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_set_polarity_single() local 265 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_set_polarity_dual() local 300 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_set_polarity() local 425 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_config_single() local 651 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_config_dual() local 812 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_config() local 835 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_enable_single() local 941 struct sunxi_pwm_chip *pc = to_sunxi_pwm_chip(chip); in sunxi_pwm_enable_dual() local [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
| D | pwm-rockchip.c | 77 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_get_state() local 110 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_config() local 186 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_enable() local 230 struct rockchip_pwm_chip *pc = to_rockchip_pwm_chip(chip); in rockchip_pwm_apply() local 348 struct rockchip_pwm_chip *pc; in rockchip_pwm_probe() local 462 struct rockchip_pwm_chip *pc = platform_get_drvdata(pdev); in rockchip_pwm_remove() local
|
| /device/soc/esp/esp32/components/hal/esp32/include/hal/ |
| D | cpu_ll.h | 69 static inline void cpu_ll_set_breakpoint(int id, uint32_t pc) in cpu_ll_set_breakpoint() 89 uint32_t pc = 0; in cpu_ll_clear_breakpoint() local 109 static inline void* cpu_ll_pc_to_ptr(uint32_t pc) in cpu_ll_pc_to_ptr()
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rockchip_debug.c | 85 void *pc = NULL; in rockchip_debug_dump_edpcsr() local 139 void *pc = NULL; in rockchip_debug_dump_pmpcsr() local 208 void *pc = NULL; in rockchip_panic_notify_edpcsr() local 268 void *pc = NULL; in rockchip_panic_notify_pmpcsr() local
|
| /device/board/isoftstone/yangfan/kernel/src/driv/soc/ |
| D | rockchip_debug.c | 84 void *pc = NULL; in rockchip_debug_dump_edpcsr() local 138 void *pc = NULL; in rockchip_debug_dump_pmpcsr() local 207 void *pc = NULL; in rockchip_panic_notify_edpcsr() local 267 void *pc = NULL; in rockchip_panic_notify_pmpcsr() local
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rockchip_debug.c | 85 void *pc = NULL; in rockchip_debug_dump_edpcsr() local 135 void *pc = NULL; in rockchip_debug_dump_pmpcsr() local 201 void *pc = NULL; in rockchip_panic_notify_edpcsr() local 258 void *pc = NULL; in rockchip_panic_notify_pmpcsr() local
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/ |
| D | board.c | 110 #define OS_IS_THUMB_INSTRUCTION(pc) ((pc & 0x1) == 1) argument 135 UINTPTR pc; in OsAddrIsValid() local 237 UINTPTR pc; in os_backtrace_hook() local
|
| /device/soc/esp/esp32/components/esp_hw_support/include/soc/ |
| D | cpu.h | 85 static inline uint32_t esp_cpu_process_stack_pc(uint32_t pc) in esp_cpu_process_stack_pc()
|
| /device/soc/esp/esp32/components/xtensa/include/ |
| D | esp_debug_helpers.h | 44 uint32_t pc; /* PC of the current frame */ member
|
| /device/soc/esp/esp32/components/hal/ |
| D | interrupt_controller_hal.c | 32 const intptr_t pc = (intptr_t)(&_vector_table + interrupt_number); in is_interrupt_number_reserved() local
|
| /device/soc/telink/b91/liteos_m/src/ |
| D | bootloader.c | 41 unsigned int pc; in bl_main() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | ip4_frag.h | 85 struct pbuf_custom pc; member
|
| D | ip6_frag.h | 134 struct pbuf_custom pc; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | sockets_priv.h | 79 const void *pc; member
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/arch/riscv/ |
| D | stack_base.c | 84 uint32_t pc; in arch_parse_stack_backtrace() local
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
| D | aml_mpeg12_parser.c | 87 struct MpvParseContext *pc = &ps->dec_ps; in mpegvideo_extract_headers() local
|
| /device/board/openvalley/niobeu4/liteos_m/arch/ |
| D | los_arch_context.h | 45 UINT32 pc; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
| D | fiq_debugger_arm64.c | 161 static bool report_trace(void *data, unsigned long pc) in report_trace()
|
| /device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
| D | fiq_debugger_arm64.c | 137 static bool report_trace(void *data, unsigned long pc) in report_trace()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
| D | cmsis.h | 55 struct irq_masked_address {uint32_t pc; uint32_t lr;}; 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/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
| D | hi_isr.h | 46 hi_u32 pc; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_isr.h | 50 hi_u32 pc; member
|