/openbmc/u-boot/include/linux/usb/ |
H A D | musb.h | 13 #ifndef __deprecated 14 #define __deprecated macro 74 unsigned dyn_fifo:1 __deprecated; /* supports dynamic fifo sizing */ 75 unsigned soft_con:1 __deprecated; /* soft connect required */ 76 unsigned utm_16:1 __deprecated; /* utm data witdh is 16 bits */ 82 unsigned dma:1 __deprecated; /* supports DMA */ 83 unsigned vendor_req:1 __deprecated; /* vendor registers required */ 86 u8 dma_channels __deprecated; /* number of dma channels */ member 88 u8 vendor_ctrl __deprecated; /* vendor control reg width */ member 89 u8 vendor_stat __deprecated; /* vendor status reg witdh */ member [all …]
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | clock.h | 8 void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type); 12 int __init __deprecated cpg_clk_init(void);
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 330 #ifndef __deprecated 331 # define __deprecated /* unimplemented */ macro 335 #define __deprecated_for_modules __deprecated 349 #undef __deprecated 351 #define __deprecated macro
|
H A D | compiler-gcc.h | 88 #define __deprecated __attribute__((deprecated)) macro
|
H A D | ioport.h | 160 static inline int __deprecated check_region(resource_size_t s, in check_region()
|
/openbmc/linux/arch/sh/kernel/cpu/ |
H A D | clock-cpg.c | 47 int __init __deprecated cpg_clk_init(void) in cpg_clk_init()
|
/openbmc/linux/include/linux/usb/ |
H A D | musb.h | 69 unsigned dyn_fifo:1 __deprecated; /* supports dynamic fifo sizing */
|
/openbmc/linux/include/linux/ |
H A D | compiler_attributes.h | 119 #define __deprecated macro
|
H A D | sh_clk.h | 146 static inline int __deprecated sh_clk_mstp32_register(struct clk *clks, int nr) in sh_clk_mstp32_register()
|
H A D | dmaengine.h | 1588 static inline struct dma_chan * __deprecated
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cputype.h | 245 static inline unsigned int __attribute_const__ __deprecated read_cpuid_part_number(void) in read_cpuid_part_number()
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 269 -I __acquires,__releases,__deprecated,__always_inline \
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 107 static inline unsigned long __deprecated isa_virt_to_bus(volatile void *address) in isa_virt_to_bus() 115 static inline void * __deprecated isa_bus_to_virt(unsigned long address) in isa_bus_to_virt()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | powerdomain.c | 988 int __deprecated pwrdm_state_switch(struct powerdomain *pwrdm) in pwrdm_state_switch()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.h | 129 __deprecated
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | deprecated.rst | 25 __deprecated chapter 32 di `__deprecated` in un file d'intestazione sia opportuno per segnare una
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 20 __deprecated chapter 27 interfaces. While using `__deprecated` is nice to note an old API in
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_prime.c | 999 int __deprecated drm_prime_sg_to_page_array(struct sg_table *sgt, in drm_prime_sg_to_page_array()
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | deprecated.rst | 23 __deprecated chapter 30 que usar `__deprecated` es sencillo para anotar una API obsoleta en
|