Home
last modified time | relevance | path

Searched full:first (Results 1 – 25 of 6248) sorted by relevance

12345678910>>...250

/linux-3.3/drivers/mfd/
Dab5500-debugfs.c23 .first = 0x00,
34 .first = 0x1F,
39 .first = 0x23,
44 .first = 0x26,
49 .first = 0x2F,
54 .first = 0x37,
59 .first = 0x58,
70 .first = 0x00,
75 .first = 0x06,
86 .first = 0x00,
[all …]
Dab8500-debugfs.c23 * @first: the first address of the range
28 u8 first; member
59 .first = 0x00,
63 .first = 0x42,
67 .first = 0x80,
76 .first = 0x00,
80 .first = 0x0F,
84 .first = 0x30,
88 .first = 0x32,
97 .first = 0x00,
[all …]
Dab5500-core.c60 .first = 0x01,
65 .first = 0x80,
70 .first = 0x87,
75 .first = 0x8B,
80 .first = 0x91,
85 .first = 0x93,
90 .first = 0x94,
95 .first = 0xA8,
100 .first = 0xB2,
105 .first = 0xB4,
[all …]
/linux-3.3/Documentation/
Ddevices.txt36 least not without contacting me first.
53 correct in a timely manner. First of all, *please* send it to the
106 0 = /dev/ram0 First RAM disk
117 0 = /dev/ptyp0 First PTY master
192 0 = /dev/ttyp0 First PTY slave
200 3 block First MFM, RLL and IDE hard disk/CD-ROM interface
206 1 = /dev/hd?1 First partition
219 1 = /dev/tty1 First virtual console
222 64 = /dev/ttyS0 First UART serial port
273 0 = /dev/loop0 First loop device
[all …]
/linux-3.3/tools/power/cpupower/lib/
Dsysfs.c273 struct cpufreq_available_governors *first = NULL; in sysfs_get_freq_available_governors() local
295 first = malloc(sizeof(*first)); in sysfs_get_freq_available_governors()
296 if (!first) in sysfs_get_freq_available_governors()
298 current = first; in sysfs_get_freq_available_governors()
300 current->first = first; in sysfs_get_freq_available_governors()
313 return first; in sysfs_get_freq_available_governors()
316 while (first) { in sysfs_get_freq_available_governors()
317 current = first->next; in sysfs_get_freq_available_governors()
318 if (first->governor) in sysfs_get_freq_available_governors()
319 free(first->governor); in sysfs_get_freq_available_governors()
[all …]
/linux-3.3/arch/x86/ia32/
Dipc32.c13 asmlinkage long sys32_ipc(u32 call, int first, int second, int third, in sys32_ipc() argument
24 return sys_semtimedop(first, compat_ptr(ptr), second, NULL); in sys32_ipc()
26 return compat_sys_semtimedop(first, compat_ptr(ptr), second, in sys32_ipc()
29 return sys_semget(first, second, third); in sys32_ipc()
31 return compat_sys_semctl(first, second, third, compat_ptr(ptr)); in sys32_ipc()
34 return compat_sys_msgsnd(first, second, third, compat_ptr(ptr)); in sys32_ipc()
36 return compat_sys_msgrcv(first, second, fifth, third, in sys32_ipc()
39 return sys_msgget((key_t) first, second); in sys32_ipc()
41 return compat_sys_msgctl(first, second, compat_ptr(ptr)); in sys32_ipc()
44 return compat_sys_shmat(first, second, third, version, in sys32_ipc()
[all …]
/linux-3.3/ipc/
Dsyscall.c16 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument
26 return sys_semtimedop(first, (struct sembuf __user *)ptr, in SYSCALL_DEFINE6()
29 return sys_semtimedop(first, (struct sembuf __user *)ptr, in SYSCALL_DEFINE6()
34 return sys_semget(first, second, third); in SYSCALL_DEFINE6()
41 return sys_semctl(first, second, third, fourth); in SYSCALL_DEFINE6()
45 return sys_msgsnd(first, (struct msgbuf __user *) ptr, in SYSCALL_DEFINE6()
58 return sys_msgrcv(first, tmp.msgp, second, in SYSCALL_DEFINE6()
62 return sys_msgrcv(first, in SYSCALL_DEFINE6()
67 return sys_msgget((key_t) first, second); in SYSCALL_DEFINE6()
69 return sys_msgctl(first, second, (struct msqid_ds __user *)ptr); in SYSCALL_DEFINE6()
[all …]
/linux-3.3/arch/mips/jazz/
Djazzdma.c44 * the first 16 Mbytes of main memory and declare all
90 * Allocate DMA pagetables using a simple first-fit algorithm
94 int first, last, pages, frame, i; in vdma_alloc() local
116 first = 0; in vdma_alloc()
118 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && in vdma_alloc()
119 first < VDMA_PGTBL_ENTRIES) first++; in vdma_alloc()
120 if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */ in vdma_alloc()
125 last = first + 1; in vdma_alloc()
127 && last - first < pages) in vdma_alloc()
130 if (last - first == pages) in vdma_alloc()
[all …]
/linux-3.3/drivers/video/
Dsysfillrect.c28 unsigned long first, last; in bitfill_aligned() local
33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned()
39 first &= last; in bitfill_aligned()
40 *dst = comp(pat, *dst, first); in bitfill_aligned()
45 if (first!= ~0UL) { in bitfill_aligned()
46 *dst = comp(pat, *dst, first); in bitfill_aligned()
84 unsigned long first, last; in bitfill_unaligned() local
89 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned()
95 first &= last; in bitfill_unaligned()
96 *dst = comp(pat, *dst, first); in bitfill_unaligned()
[all …]
Dcfbfillrect.c38 unsigned long first, last; in bitfill_aligned() local
43 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask); in bitfill_aligned()
49 first &= last; in bitfill_aligned()
50 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned()
55 if (first!= ~0UL) { in bitfill_aligned()
56 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned()
95 unsigned long first, last; in bitfill_unaligned() local
100 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned()
106 first &= last; in bitfill_unaligned()
107 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_unaligned()
[all …]
Dsyscopyarea.c31 unsigned long first, last; in bitcpy() local
35 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitcpy()
43 first &= last; in bitcpy()
44 *dst = comp(*src, *dst, first); in bitcpy()
48 if (first != ~0UL) { in bitcpy()
49 *dst = comp(*src, *dst, first); in bitcpy()
86 first &= last; in bitcpy()
89 *dst = comp(*src >> right, *dst, first); in bitcpy()
92 *dst = comp(*src << left, *dst, first); in bitcpy()
98 first); in bitcpy()
[all …]
/linux-3.3/fs/xfs/
Dxfs_fs_subr.c31 xfs_off_t first, in xfs_tosspages() argument
37 truncate_inode_pages_range(VFS_I(ip)->i_mapping, first, last - 1); in xfs_tosspages()
43 xfs_off_t first, in xfs_flushinval_pages() argument
50 trace_xfs_pagecache_inval(ip, first, last); in xfs_flushinval_pages()
53 ret = filemap_write_and_wait_range(mapping, first, in xfs_flushinval_pages()
56 truncate_inode_pages_range(mapping, first, last); in xfs_flushinval_pages()
63 xfs_off_t first, in xfs_flush_pages() argument
73 ret = -filemap_fdatawrite_range(mapping, first, in xfs_flush_pages()
77 ret2 = xfs_wait_on_pages(ip, first, last); in xfs_flush_pages()
86 xfs_off_t first, in xfs_wait_on_pages() argument
[all …]
/linux-3.3/include/linux/
Dlist_bl.h12 * For modification operations, the 0 bit of hlist_bl_head->first
34 struct hlist_bl_node *first; member
41 ((ptr)->first = NULL)
59 ((unsigned long)h->first & ~LIST_BL_LOCKMASK); in hlist_bl_first()
66 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first()
68 h->first = (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK); in hlist_bl_set_first()
73 return !((unsigned long)h->first & ~LIST_BL_LOCKMASK); in hlist_bl_empty()
79 struct hlist_bl_node *first = hlist_bl_first(h); in hlist_bl_add_head() local
81 n->next = first; in hlist_bl_add_head()
82 if (first) in hlist_bl_add_head()
[all …]
Dlist_nulls.h18 struct hlist_nulls_node *first; member
25 ((ptr)->first = (struct hlist_nulls_node *) (1UL | (((long)nulls) << 1)))
56 return is_a_nulls(h->first); in hlist_nulls_empty()
62 struct hlist_nulls_node *first = h->first; in hlist_nulls_add_head() local
64 n->next = first; in hlist_nulls_add_head()
65 n->pprev = &h->first; in hlist_nulls_add_head()
66 h->first = n; in hlist_nulls_add_head()
67 if (!is_a_nulls(first)) in hlist_nulls_add_head()
68 first->pprev = &n->next; in hlist_nulls_add_head()
95 for (pos = (head)->first; \
Dlist.h216 struct list_head *first; in list_rotate_left() local
219 first = head->next; in list_rotate_left()
220 list_move_tail(first, head); in list_rotate_left()
277 struct list_head *first = list->next; in __list_splice() local
280 first->prev = prev; in __list_splice()
281 prev->next = first; in __list_splice()
290 * @head: the place to add it in the first list.
302 * @head: the place to add it in the first list.
314 * @head: the place to add it in the first list.
330 * @head: the place to add it in the first list.
[all …]
Drculist_bl.h14 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first_rcu()
16 rcu_assign_pointer(h->first, in hlist_bl_set_first_rcu()
23 ((unsigned long)rcu_dereference(h->first) & ~LIST_BL_LOCKMASK); in hlist_bl_first_rcu()
101 struct hlist_bl_node *first; in hlist_bl_add_head_rcu() local
104 first = hlist_bl_first(h); in hlist_bl_add_head_rcu()
106 n->next = first; in hlist_bl_add_head_rcu()
107 if (first) in hlist_bl_add_head_rcu()
108 first->pprev = &n->next; in hlist_bl_add_head_rcu()
109 n->pprev = &h->first; in hlist_bl_add_head_rcu()
/linux-3.3/arch/alpha/lib/
Dcsum_partial_copy.c148 unsigned long first; in csum_partial_cfu_dest_aligned() local
153 err |= __get_user_u(first,src); in csum_partial_cfu_dest_aligned()
159 extql(first, soff, word); in csum_partial_cfu_dest_aligned()
162 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
164 word |= first; in csum_partial_cfu_dest_aligned()
165 first = second; in csum_partial_cfu_dest_aligned()
178 extql(first, soff, word); in csum_partial_cfu_dest_aligned()
179 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
180 word |= first; in csum_partial_cfu_dest_aligned()
262 unsigned long first; in csum_partial_cfu_unaligned() local
[all …]
/linux-3.3/fs/reiserfs/
Dlbalance.c42 /* length of all record to be copied and first byte of the last of them */ in leaf_copy_dir_entries()
56 /* when copy last to first, dest buffer can contain 0 items */ in leaf_copy_dir_entries()
62 …/* if there are no items in dest or the first/last item in dest is not item of the same directory … in leaf_copy_dir_entries()
122 /* Copy the first (if last_first == FIRST_TO_LAST) or last (last_first == LAST_TO_FIRST) item or
138 …/* if ( DEST is empty or first item of SOURCE and last item of DEST are the items of different obj… in leaf_copy_boundary_item()
160 …/* copy part of the body of the first item of SOURCE to the end of the body of the last item of th… in leaf_copy_boundary_item()
179 /* merge first item (or its part) of src buffer with the last in leaf_copy_boundary_item()
198 /* ( DEST is empty or last item of SOURCE and first item of DEST in leaf_copy_boundary_item()
220 …/* copy part of the body of the last item of SOURCE to the begin of the body of the first item of … in leaf_copy_boundary_item()
221 …part defined by 'bytes_or_entries'; if byte_or_entriess == -1 copy whole body; change first item k… in leaf_copy_boundary_item()
[all …]
/linux-3.3/lib/
Dllist.c34 * @new_first: first entry in batch to be added
45 entry = head->first; in llist_add_batch()
49 entry = cmpxchg(&head->first, old_entry, new_first); in llist_add_batch()
59 * llist_del_first - delete the first entry of lock-less list
62 * If list is empty, return NULL, otherwise, return the first entry
68 * llist_add) sequence in another user may change @head->first->next,
69 * but keep @head->first. If multiple consumers are needed, please
76 entry = head->first; in llist_del_first()
82 entry = cmpxchg(&head->first, old_entry, next); in llist_del_first()
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/
Dphy_shim.h80 /* Index for first 20MHz OFDM SISO rate */
82 /* Index for first 20MHz OFDM CDD rate */
84 /* Index for first 40MHz OFDM SISO rate */
86 /* Index for first 40MHz OFDM CDD rate */
89 /* Index for first 20MHz MCS SISO rate */
91 /* Index for first 20MHz MCS CDD rate */
93 /* Index for first 20MHz MCS STBC rate */
95 /* Index for first 20MHz MCS SDM rate */
97 /* Index for first 40MHz MCS SISO rate */
99 /* Index for first 40MHz MCS CDD rate */
[all …]
/linux-3.3/Documentation/scsi/
Daha152x.txt38 override for the first controller
68 configuration override for first controller
77 IOPORT for first and second controller
80 IRQ for first and second controller
83 SCSIID for first and second controller
86 allow targets to disconnect for first and second controller
89 use parity for first and second controller
92 enable synchronous transfers for first and second controller
95 reset DELAY for first and second controller
98 enable extended translation for first and second controller
[all …]
/linux-3.3/arch/mips/powertv/
Dioremap.c72 phys_addr_t first, last; in setup_dma_to_phys() local
75 * Calculate the first and last indices, rounding the first up and in setup_dma_to_phys()
78 first = dma & ~IOR_DMA_GRAIN_MASK; in setup_dma_to_phys()
80 first_idx = first >> IOR_LSBITS; /* Convert to indices */ in setup_dma_to_phys()
99 phys_addr_t first, last; in setup_phys_to_dma() local
102 * Calculate the first and last indices, rounding the first up and in setup_phys_to_dma()
105 first = phys & ~IOR_PHYS_GRAIN_MASK; in setup_phys_to_dma()
107 first_idx = first >> IOR_LSBITS; /* Convert to indices */ in setup_phys_to_dma()
/linux-3.3/fs/afs/
Dwrite.c138 candidate->first = candidate->last = index; in afs_write_begin()
196 ASSERTRANGE(wb->first, <=, index, <=, wb->last); in afs_write_begin()
197 if (index == wb->first && from < wb->offset_first) in afs_write_begin()
207 _debug("append into %lx-%lx", wb->first, wb->last); in afs_write_begin()
278 pgoff_t first, pgoff_t last) in afs_kill_pages() argument
284 vnode->fid.vid, vnode->fid.vnode, first, last); in afs_kill_pages()
289 _debug("kill %lx-%lx", first, last); in afs_kill_pages()
291 count = last - first + 1; in afs_kill_pages()
295 first, count, pv.pages); in afs_kill_pages()
306 } while (first < last); in afs_kill_pages()
[all …]
/linux-3.3/arch/sh/mm/
Dtlb-sh5.c26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init()
27 cpu_data->dtlb.next = cpu_data->dtlb.first; in sh64_tlb_init()
37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; in sh64_tlb_init()
38 cpu_data->itlb.next = cpu_data->itlb.first; in sh64_tlb_init()
61 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
72 * Works like a stack, last one to allocate must be first one to free.
81 * has to be the first one to be freed. in sh64_put_wired_dtlb_entry()
97 * entry beneath the first 'free' entry! in sh64_put_wired_dtlb_entry()
99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) in sh64_put_wired_dtlb_entry()
103 cpu_data->dtlb.first -= cpu_data->dtlb.step; in sh64_put_wired_dtlb_entry()
/linux-3.3/arch/cris/include/arch-v32/arch/
Dbitops.h7 * word-in-dword-swapped number. They differ in that the first function also
36 * Find First Zero in word. Undefined if no zero exist, so the caller should
37 * check against ~0 first.
46 * Find First Set bit in word. Undefined if no 1 exist, so the caller
47 * should check against 0 first.
56 * Find First Bit that is set.

12345678910>>...250