/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_texture.h | 113 static const std::set<TextureFormatTypeMap, TextureFormatTypeMapCompare>& GetSupportedFormatTypeMaps();
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_layout_policy.h | 21 #include <set>
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-spear-spics.c | 160 spics->chip.set = spics_set_value; in spics_gpio_probe()
|
H A D | gpio-da9055.c | 123 .set = da9055_gpio_set,
|
H A D | gpio-moxtet.c | 145 chip->gpio_chip.set = moxtet_gpio_set_value; in moxtet_gpio_probe()
|
H A D | gpio-lp87565.c | 147 .set = lp87565_gpio_set,
|
H A D | gpio-logicvc.c | 78 /* Pins are always configured as output, so just set the value. */ in logicvc_gpio_direction_output() 141 logicvc->chip.set = logicvc_gpio_set; in logicvc_gpio_probe()
|
H A D | gpio-rc5t583.c | 112 rc5t583_gpio->gpio_chip.set = rc5t583_gpio_set, in rc5t583_gpio_probe()
|
H A D | gpio-74x164.c | 137 chip->gpio_chip.set = gen_74x164_set_value; in gen_74x164_probe()
|
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | udivsi3.S | 149 bset IMM (0),d0 | set the low order bit of a to 1,
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | callback_srm.S | 19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | ptrace.c | 126 * special event record which is set by the special trap. in genregs_set() 143 .set = genregs_set,
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | ptrace.c | 19 #define CCR_MASK 0x6f /* mode/imask not set */ 138 .set = regs_set,
|
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | config.c | 41 extern int sun3_hwclk(int set, struct rtc_time *t);
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | kvm.h | 71 * bits[31..16] - Register set. 73 * Register set = 0: GP registers from kvm_regs (see definitions below). 74 * Register set = 1: CSR registers. 75 * Register set = 2: KVM specific registers (see definitions below). 76 * Register set = 3: FPU / SIMD registers (see definitions below). 77 * Register set = 4: LBT registers (see definitions below). 79 * Other sets registers may be added in the future. Each set would 188 /* 0x080 for clean edge int,set 1 clean,set 0 is noused */ 217 __u32 set; member [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 126 .set = iobmap_build, 228 /* set 2GB translation window, based at 0 */ in iob_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
H A D | gpio.c | 132 /* First set initial value */ in ppc4xx_gpio_dir_out() 182 gc->set = ppc4xx_gpio_set; in ppc4xx_add_gpiochips()
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | ptrace.c | 104 .set = genregs_set,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4m_smp.c | 49 * our bit being set in the cpu_online_mask). in sun4m_cpu_pre_online() 141 sbus_writel(SUN4M_SOFT_INT(level), &sun4m_irq_percpu[cpu]->set); in sun4m_send_ipi()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 112 /* If we are to set up a region >32M then look at ARR7 immediately */ in cyrix_get_free_region() 273 .set = cyrix_set_arr,
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | entry-common.S | 98 tst #_TIF_NEED_RESCHED, r0 ! need_resched set? 140 mov r12, r5 ! set arg1(save_r0) 304 mov.l r8, @r10 ! set TRA value to tra
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | fbio.h | 98 short set; /* what to set, choose from the list above */ member 108 /* set/get cursor attributes/shape */ 112 /* set/get cursor position */
|
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/ |
H A D | locomo.h | 207 void locomo_gpio_write(struct device *dev, unsigned int bits, unsigned int set);
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | irq-s3c24xx-fiq.S | 53 @@ set IRQ controller so that next op will trigger IRQ
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | bitops.h | 52 * set it and return 0 (old value) 56 * Since ARC lacks a equivalent h/w primitive, the bit is set unconditionally 181 BIT_OPS(set, |, bset) 314 * __fls: Similar to fls, but zero based (0-31). Also 0 if no bit set
|