Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/linux-3.4.99/arch/sparc/lib/
DMakefile7 lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o
8 lib-$(CONFIG_SPARC32) += memcpy.o memset.o
9 lib-y += strlen.o
10 lib-y += checksum_$(BITS).o
11 lib-$(CONFIG_SPARC32) += blockops.o
12 lib-y += memscan_$(BITS).o memcmp.o strncmp_$(BITS).o
13 lib-y += strncpy_from_user_$(BITS).o strlen_user_$(BITS).o
14 lib-$(CONFIG_SPARC32) += divdi3.o udivdi3.o
15 lib-$(CONFIG_SPARC32) += copy_user.o locks.o
16 lib-y += atomic_$(BITS).o
[all …]
/linux-3.4.99/arch/microblaze/lib/
DMakefile11 lib-y := memset.o
14 lib-y += fastcopy.o
16 lib-y += memcpy.o memmove.o
19 lib-y += uaccess_old.o
21 lib-y += ashldi3.o
22 lib-y += ashrdi3.o
23 lib-y += cmpdi2.o
24 lib-y += divsi3.o
25 lib-y += lshrdi3.o
26 lib-y += modsi3.o
[all …]
/linux-3.4.99/arch/x86/lib/
DMakefile6 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt
19 lib-y := delay.o
20 lib-y += thunk_$(BITS).o
21 lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o
22 lib-y += memcpy_$(BITS).o
23 lib-$(CONFIG_SMP) += rwlock.o
24 lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
25 lib-$(CONFIG_INSTRUCTION_DECODER) += insn.o inat.o
31 lib-y += atomic64_cx8_32.o
32 lib-y += checksum_32.o
[all …]
/linux-3.4.99/arch/sparc/prom/
DMakefile7 lib-y := bootstr_$(BITS).o
8 lib-y += init_$(BITS).o
9 lib-$(CONFIG_SPARC32) += memory.o
10 lib-y += misc_$(BITS).o
11 lib-$(CONFIG_SPARC32) += mp.o
12 lib-$(CONFIG_SPARC32) += ranges.o
13 lib-$(CONFIG_SPARC32) += segment.o
14 lib-y += console_$(BITS).o
15 lib-y += printf.o
16 lib-y += tree_$(BITS).o
[all …]
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/
Ddbll.c68 struct dbll_library_obj *lib; member
76 struct dbll_library_obj *lib; member
84 struct dbll_library_obj *lib; member
92 struct dbll_library_obj *lib; member
337 int dbll_get_sect(struct dbll_library_obj *lib, char *name, u32 *paddr, in dbll_get_sect() argument
343 struct dbll_library_obj *zl_lib = (struct dbll_library_obj *)lib; in dbll_get_sect()
382 "status 0x%x\n", __func__, lib, name, paddr, psize, status); in dbll_get_sect()
400 int dbll_load(struct dbll_library_obj *lib, dbll_flags flags, in dbll_load() argument
403 struct dbll_library_obj *zl_lib = (struct dbll_library_obj *)lib; in dbll_load()
433 zl_lib->stream.lib = zl_lib; in dbll_load()
[all …]
Dcod.c177 void cod_close(struct cod_libraryobj *lib) in cod_close() argument
181 hmgr = lib->cod_mgr; in cod_close()
182 hmgr->fxns.close_fxn(lib->dbll_lib); in cod_close()
184 kfree(lib); in cod_close()
333 int cod_get_section(struct cod_libraryobj *lib, char *str_sect, in cod_get_section() argument
341 if (lib != NULL) { in cod_get_section()
342 cod_mgr_obj = lib->cod_mgr; in cod_get_section()
343 status = cod_mgr_obj->fxns.get_sect_fxn(lib->dbll_lib, str_sect, in cod_get_section()
452 struct cod_libraryobj *lib = NULL; in cod_open() local
456 lib = kzalloc(sizeof(struct cod_libraryobj), GFP_KERNEL); in cod_open()
[all …]
/linux-3.4.99/arch/avr32/lib/
DMakefile5 lib-y := copy_user.o clear_user.o
6 lib-y += strncpy_from_user.o strnlen_user.o
7 lib-y += delay.o memset.o memcpy.o findbit.o
8 lib-y += csum_partial.o csum_partial_copy_generic.o
9 lib-y += io-readsw.o io-readsl.o io-writesw.o io-writesl.o
10 lib-y += io-readsb.o io-writesb.o
11 lib-y += __avr32_lsl64.o __avr32_lsr64.o __avr32_asr64.o
/linux-3.4.99/tools/power/cpupower/
D.gitignore9 lib/.libs
10 lib/cpufreq.lo
11 lib/cpufreq.o
12 lib/proc.lo
13 lib/proc.o
14 lib/sysfs.lo
15 lib/sysfs.o
/linux-3.4.99/arch/x86/tools/
DMakefile31 …test_get_len.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arc…
33 …_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arc…
36lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctree)/…
38lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctree)/…
/linux-3.4.99/arch/x86/um/
DMakefile22 subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o
23 subarch-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += ../lib/rwsem.o
30 subarch-y = ../lib/csum-partial_64.o ../lib/memcpy_64.o ../lib/thunk_64.o \
31 ../lib/rwsem.o
/linux-3.4.99/lib/
DMakefile10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
17 lib-$(CONFIG_MMU) += ioremap.o
18 lib-$(CONFIG_SMP) += cpumask.o
20 lib-y += kobject.o klist.o
34 lib-$(CONFIG_HOTPLUG) += kobject_uevent.o
41 lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o
42 lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
54 lib-y += dec_and_lock.o
78 lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o
79 lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o
[all …]
/linux-3.4.99/arch/m68k/lib/
DMakefile6 lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
9 lib-$(CONFIG_MMU) += string.o uaccess.o
10 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o
11 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o
14 lib-y += checksum.o
/linux-3.4.99/sound/isa/gus/
DMakefile6 snd-gus-lib-objs := gus_main.o \
20 obj-$(CONFIG_SND_GUSCLASSIC) += snd-gusclassic.o snd-gus-lib.o
21 obj-$(CONFIG_SND_GUSMAX) += snd-gusmax.o snd-gus-lib.o
22 obj-$(CONFIG_SND_GUSEXTREME) += snd-gusextreme.o snd-gus-lib.o
23 obj-$(CONFIG_SND_INTERWAVE) += snd-interwave.o snd-gus-lib.o
24 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
/linux-3.4.99/sound/arm/
DMakefile11 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o
12 snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o
13 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
/linux-3.4.99/sound/usb/
DMakefile17 snd-usbmidi-lib-objs := midi.o
20 obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usbmidi-lib.o
22 obj-$(CONFIG_SND_USB_UA101) += snd-usbmidi-lib.o
23 obj-$(CONFIG_SND_USB_USX2Y) += snd-usbmidi-lib.o
24 obj-$(CONFIG_SND_USB_US122L) += snd-usbmidi-lib.o
/linux-3.4.99/arch/ia64/hp/sim/boot/
DMakefile36 lib/lib.a arch/ia64/lib/built-in.o arch/ia64/lib/lib.a FORCE
/linux-3.4.99/arch/unicore32/lib/
DMakefile7 lib-y := backtrace.o delay.o findbit.o
8 lib-y += strncpy_from_user.o strnlen_user.o
9 lib-y += clear_user.o copy_page.o
10 lib-y += copy_from_user.o copy_to_user.o
21 lib-y += $(GNU_LIBC_A_OBJS) $(GNU_LIBGCC_A_OBJS)
/linux-3.4.99/arch/mips/fw/arc/
DMakefile5 lib-y += cmdline.o env.o file.o identify.o init.o \
8 lib-$(CONFIG_ARC_MEMORY) += memory.o
9 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
10 lib-$(CONFIG_ARC_PROMLIB) += promlib.o
/linux-3.4.99/arch/arm/lib/
DMakefile7 lib-y := backtrace.o changebit.o csumipv6.o csumpartial.o \
36 lib-$(CONFIG_MMU) += $(mmu-y)
39 lib-y += io-readsw-armv3.o io-writesw-armv3.o
41 lib-y += io-readsw-armv4.o io-writesw-armv4.o
44 lib-$(CONFIG_ARCH_RPC) += ecard.o io-acorn.o floppydma.o
45 lib-$(CONFIG_ARCH_SHARK) += io-shark.o
/linux-3.4.99/arch/xtensa/boot/boot-redboot/
DMakefile20 LIBS := arch/xtensa/boot/lib/lib.a arch/xtensa/lib/lib.a
32 $(LD) $(LD_ARGS) -o $@.elf $@.tmp $(LIBS) -L/xtensa-elf/lib $(LIBGCC)
/linux-3.4.99/scripts/
DMakefile.build15 lib-y :=
16 lib-m :=
104 include scripts/Makefile.lib
133 ifneq ($(strip $(lib-y) $(lib-m) $(lib-n) $(lib-)),)
134 lib-target := $(obj)/lib.a
137 ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(subdir-m) $(lib-target)),)
145 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \
345 targets += $(real-objs-y) $(real-objs-m) $(lib-y)
396 ifdef lib-target
398 cmd_link_l_target = rm -f $@; $(AR) rcs$(KBUILD_ARFLAGS) $@ $(lib-y)
[all …]
/linux-3.4.99/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh8 for lib in ncursesw ncurses curses ; do
9 $cc -print-file-name=lib${lib}.${ext} | grep -q /
11 echo "-l${lib}"
/linux-3.4.99/arch/tile/lib/
DMakefile5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
11 lib-y += memcpy_user_64.o
13 lib-y += atomic_32.o atomic_asm_32.o memcpy_tile64.o
16 lib-$(CONFIG_SMP) += spinlock_$(BITS).o usercopy_$(BITS).o
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddbll.h39 extern int dbll_get_sect(struct dbll_library_obj *lib, char *name,
42 extern int dbll_load(struct dbll_library_obj *lib,
48 extern int dbll_read_sect(struct dbll_library_obj *lib,
50 extern void dbll_unload(struct dbll_library_obj *lib, struct dbll_attrs *attrs);
/linux-3.4.99/net/dccp/
DMakefile11 dccp-$(CONFIG_IP_DCCP_TFRC_LIB) += ccids/lib/tfrc.o \
12 ccids/lib/tfrc_equation.o \
13 ccids/lib/packet_history.o \
14 ccids/lib/loss_interval.o

12345678910>>...12