HomeSort by relevance Sort by last modified time
    Searched refs:__deprecated (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
arm_gic.h 19 unsigned int num_irqs) __deprecated;
20 void arm_gic_setup(void) __deprecated;
21 void arm_gic_cpuif_deactivate(void) __deprecated;
22 void arm_gic_cpuif_setup(void) __deprecated;
23 void arm_gic_pcpu_distif_setup(void) __deprecated;
26 uint32_t security_state) __deprecated;
27 uint32_t arm_gic_get_pending_interrupt_type(void) __deprecated;
28 uint32_t arm_gic_get_pending_interrupt_id(void) __deprecated;
29 uint32_t arm_gic_acknowledge_interrupt(void) __deprecated;
30 void arm_gic_end_of_interrupt(uint32_t id) __deprecated;
    [all...]
cci400.h 70 int slave_iface4_cluster_ix) __deprecated;
72 void cci_enable_cluster_coherency(unsigned long mpidr) __deprecated;
73 void cci_disable_cluster_coherency(unsigned long mpidr) __deprecated;
tzc400.h 129 static inline void tzc_init(uintptr_t base) __deprecated;
132 unsigned int ns_device_access) __deprecated;
139 unsigned int ns_device_access) __deprecated;
140 static inline void tzc_set_action(tzc_action_t action) __deprecated;
141 static inline void tzc_enable_filters(void) __deprecated;
142 static inline void tzc_disable_filters(void) __deprecated;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
context_mgmt.h 51 const struct entry_point_info *ep) __deprecated;
54 uint32_t security_state) __deprecated;
57 uint32_t security_state) __deprecated;
  /frameworks/native/libs/nativewindow/include/system/
window.h 51 #ifndef __deprecated
52 #define __deprecated __attribute__((__deprecated__)) macro
547 typedef struct ANativeWindow android_native_window_t __deprecated; typedef in typeref:struct:android_native_window_t
566 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
575 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
625 int w, int h, int format) __deprecated;
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 41 unsigned long long plat_get_syscnt_freq(void) __deprecated;
345 unsigned int platform_get_core_pos(unsigned long mpidr) __deprecated;
  /external/libnl/include/netlink-private/
netlink.h 155 #undef __deprecated macro
156 #define __deprecated __attribute__ ((deprecated)) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 286 #define __deprecated __attribute__ ((__deprecated__)) macro
289 #define __deprecated macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci.h 338 void psci_entrypoint(void) __deprecated;
  /tools/repohooks/tools/
checkpatch.pl 298 __deprecated|
    [all...]

Completed in 345 milliseconds