/arch/um/os-Linux/ |
D | sigio.c | 40 int used; member 61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread() 68 for (i = 0; i < fds->used; i++) { in write_sigio_thread() 87 fds->used--; in write_sigio_thread() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 173 for (i = 0; i < all_sigio_fds.used; i++) { in add_sigio_fd() 177 if (i == all_sigio_fds.used) in add_sigio_fd() 182 for (i = 0; i < current_poll.used; i++) { in add_sigio_fd() 187 n = current_poll.used; in add_sigio_fd() [all …]
|
/arch/mips/mm/ |
D | init.c | 318 unsigned num_maars, used, i; in maar_init() local 322 unsigned used; in maar_init() member 337 if (recorded.used) { in maar_init() 338 used = maar_config(recorded.cfgs, recorded.used, num_maars / 2); in maar_init() 339 BUG_ON(used != recorded.used); in maar_init() 342 used = platform_maar_init(num_maars / 2); in maar_init() 346 for (i = (used * 2); i < num_maars; i++) { in maar_init() 353 if (recorded.used) in maar_init() 384 if (used <= ARRAY_SIZE(recorded.cfgs)) { in maar_init() 385 recorded.cfgs[recorded.used].lower = lower; in maar_init() [all …]
|
/arch/arc/plat-eznps/ |
D | entry.S | 28 ; With no cache coherency mechanism D$ need to be used very carefully. 44 ; We set logical cpuid to be used by GET_CPUID 47 ; This is useful for applications that used shared resources of a quad 53 ; r3 is used since we use short instruction and we need q-class reg
|
/arch/sparc/lib/ |
D | bitext.c | 70 t->size, t->used, offset, len, align, count); in bit_map_string_get() 91 t->used += len; in bit_map_string_get() 107 if (t->used < len) in bit_map_clear() 117 t->used -= len; in bit_map_clear()
|
/arch/arm/boot/dts/ |
D | gemini-rut1xx.dts | 83 * gpio0bgrp cover line 7 used by GSM LED 84 * gpio0fgrp cover line 17 used by power LED 94 * gpio1dgrp cover line 28-31 otherwise used 124 /* Not used in this platform */
|
D | gemini-dlink-dir-685.dts | 258 * then, and when disabled they can be used for GPIO which 319 * gpio0bgrp cover line 5, 6 used by TK I2C 320 * gpio0bgrp cover line 7 used by WPS LED 321 * gpio0cgrp cover line 8, 13 used by keys 322 * and 11, 12 used by the HD LEDs 323 * and line 14, 15 used by RTL8366 325 * gpio0egrp cover line 16 used by VDISP 326 * gpio0fgrp cover line 17 used by TK IRQ 327 * gpio0ggrp cover line 20 used by panel CS 328 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO [all …]
|
D | kirkwood-nas2big.dts | 36 * A NAND flash is used instead of an SPI flash for 45 * An I2C fan controller (GMT G762) is used but alarm is 92 * An external I2C RTC (Dallas DS1337S+) is used. This allows
|
D | ste-href-tvk1281618.dtsi | 97 * These interrupts cannot be used: the other component 115 * These interrupts cannot be used: the other component 149 * These interrupts cannot be used: the other component 249 /* GPIO 31 used for INT pull down the line */ 254 /* GPIO 32 used for DRDY, pull this down */
|
D | gemini-sq201.dts | 144 * gpio0fgrp cover line 18 used by reset button 145 * gpio0ggrp cover line 20 used by info LED 146 * gpio0hgrp cover line 21, 22 used by MDIO for Marvell PHY 147 * gpio0kgrp cover line 31 used by USB LED 157 * gpio0dgrp cover lines used by the SPI
|
D | gemini-sl93512r.dts | 156 * gpio0agrp cover line 0, used by WPS button 157 * gpio0fgrp cover line 16 used by HD LED 158 * gpio0ggrp cover line 17, 18 used by wireless LAN LED and 161 * gpio0igrp cover line 21, 22 used by MDIO for Marvell PHY 173 * gpio1dgrp cover lines used by SPI for
|
D | ste-hrefv60plus.dtsi | 19 /* GPIO0,1 used for UART0 BT RX/TX */ 56 /* GPIO 70-77 used for ETM */ 58 /* GPIO 78-81 used for YCBCR */ 118 /* GPIO208-216 used for WGBF_MC1 */
|
D | logicpd-torpedo-37xx-devkit-28.dts | 7 * By default, type 15 was used. This device tree file
|
/arch/sparc/ |
D | Makefile | 32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 48 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
|
/arch/mips/netlogic/ |
D | Kconfig | 11 This DTB will be used if the firmware does not pass in a DTB 21 This DTB will be used if the firmware does not pass in a DTB 31 This DTB will be used if the firmware does not pass in a DTB 41 This DTB will be used if the firmware does not pass in a DTB 50 This DTB will be used if the firmware does not pass in a DTB
|
/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 30 unsigned long used; member 126 mem->used = 1; in mm_iommu_do_alloc() 255 if (mem->used == 0) { in mm_iommu_put() 260 --mem->used; in mm_iommu_put() 262 if (mem->used) in mm_iommu_put() 267 ++mem->used; in mm_iommu_put() 333 ++mem->used; in mm_iommu_get()
|
/arch/mips/kernel/ |
D | signal.c | 331 unsigned int used, ext_sz; in protected_save_fp_context() local 334 used = used_math() ? USED_FP : 0; in protected_save_fp_context() 335 if (!used) in protected_save_fp_context() 339 used |= USED_FR1; in protected_save_fp_context() 341 used |= USED_HYBRID_FPRS; in protected_save_fp_context() 373 used |= ext_sz ? USED_EXTCONTEXT : 0; in protected_save_fp_context() 375 return __put_user(used, used_math); in protected_save_fp_context() 384 unsigned int used; in protected_restore_fp_context() local 387 err = __get_user(used, used_math); in protected_restore_fp_context() 388 conditional_used_math(used & USED_FP); in protected_restore_fp_context() [all …]
|
/arch/powerpc/platforms/83xx/ |
D | Kconfig | 110 # used for usb & gpio 114 # used for math-emu 118 # used for usb & gpio 122 # used for usb & gpio
|
/arch/mips/lantiq/ |
D | Kconfig | 36 if a "wrapper" is not being used, the kernel will need to include 39 The builtin DTB will only be used if the firmware does not supply
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 13 | These equates are used to access the exception frame, the fsave 70 | restored from the "local variable" area and can be used as 105 .set BINDEC_FLG,LV+117 | used in bindec 106 .set DNRM_FLG,LV+118 | used in res_func 107 .set RES_FLG,LV+119 | used in res_func 135 .set WBTEMP_SGN,WBTEMP+2 | used to store sign 204 .set FPTEMP_SGN,FPTEMP+2 | used to store sign 211 .set ETEMP_SGN,ETEMP+2 | used to store sign 266 | FPSR combinations used in the FPSP 306 | this can only be used if in a data register
|
/arch/mips/bmips/ |
D | Kconfig | 8 if a "wrapper" is not being used, the kernel will need to include 11 The builtin DTB will only be used if the firmware does not supply
|
/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 133 int err, fds[2], len, used; in tuntap_open() local 170 used = 0; in tuntap_open() 173 fds[1], buffer, len, &used); in tuntap_open()
|
/arch/sparc/include/asm/ |
D | bitext.h | 17 int used; member
|
/arch/arm/probes/uprobes/ |
D | actions-arm.c | 168 unsigned used = reglist | (1 << rn); in uprobe_decode_ldmstm() local 173 if (!(used & (1 << 15))) in uprobe_decode_ldmstm() 176 if (used & (1 << 14)) in uprobe_decode_ldmstm()
|
/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 237 int used = test_bit(id, context_map); in context_check_map() local 238 if (!used) in context_check_map() 240 if (used != (context_mm[id] != NULL)) in context_check_map() 242 id, used ? "used" : "free", context_mm[id]); in context_check_map()
|
/arch/arm/mach-davinci/ |
D | Kconfig | 77 Configure this option to specify the whether the board used 91 Configure this option to specify the whether the board used 99 Configure this option to specify the whether the board used 106 Configure this option to specify the whether the board used 115 Configure this option to specify the whether the board used 126 Configure this option to specify whether the board used
|