/linux-4.1.27/arch/mips/include/asm/ |
D | maar.h | 45 phys_addr_t upper, unsigned attrs) in write_maar_pair() argument 49 BUG_ON(((upper & 0xffff) != 0xffff) in write_maar_pair() 50 || ((upper & ~0xffffull) & ~(MIPS_MAAR_ADDR << 4))); in write_maar_pair() 58 write_c0_maar(((upper >> 4) & MIPS_MAAR_ADDR) | attrs); in write_maar_pair() 83 phys_addr_t upper; member 104 write_maar_pair(i, cfg[i].lower, cfg[i].upper, cfg[i].attrs); in maar_config()
|
/linux-4.1.27/fs/overlayfs/ |
D | dir.c | 220 struct dentry *upper; in ovl_clear_empty() local 240 upper = upperpath.dentry; in ovl_clear_empty() 241 if (upper->d_parent->d_inode != udir) in ovl_clear_empty() 253 err = ovl_copy_xattr(upper, opaquedir); in ovl_clear_empty() 267 err = ovl_do_rename(wdir, opaquedir, udir, upper, RENAME_EXCHANGE); in ovl_clear_empty() 271 ovl_cleanup_whiteouts(upper, list); in ovl_clear_empty() 272 ovl_cleanup(wdir, upper); in ovl_clear_empty() 324 struct dentry *upper; in ovl_create_over_whiteout() local 340 upper = lookup_one_len(dentry->d_name.name, upperdir, in ovl_create_over_whiteout() 342 err = PTR_ERR(upper); in ovl_create_over_whiteout() [all …]
|
D | Kconfig | 4 An overlay filesystem combines two filesystems - an 'upper' filesystem 6 object in the 'upper' filesystem is visible while the object in the 8 merged with the 'upper' object.
|
D | copy_up.c | 215 struct dentry *upper = NULL; in ovl_copy_up_locked() local 224 upper = lookup_one_len(dentry->d_name.name, upperdir, in ovl_copy_up_locked() 226 err = PTR_ERR(upper); in ovl_copy_up_locked() 227 if (IS_ERR(upper)) in ovl_copy_up_locked() 260 err = ovl_do_rename(wdir, newdentry, udir, upper, 0); in ovl_copy_up_locked() 273 dput(upper); in ovl_copy_up_locked()
|
D | readdir.c | 556 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list) in ovl_cleanup_whiteouts() argument 560 mutex_lock_nested(&upper->d_inode->i_mutex, I_MUTEX_CHILD); in ovl_cleanup_whiteouts() 567 dentry = lookup_one_len(p->name, upper, p->len); in ovl_cleanup_whiteouts() 570 upper->d_name.name, p->len, p->name, in ovl_cleanup_whiteouts() 575 ovl_cleanup(upper->d_inode, dentry); in ovl_cleanup_whiteouts() 578 mutex_unlock(&upper->d_inode->i_mutex); in ovl_cleanup_whiteouts()
|
D | overlayfs.h | 164 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list); 200 int ovl_set_attr(struct dentry *upper, struct kstat *stat);
|
/linux-4.1.27/arch/x86/include/asm/ |
D | div64.h | 48 u32 upper; in div_u64_rem() local 50 upper = d.v32[1]; in div_u64_rem() 52 if (upper >= divisor) { in div_u64_rem() 53 d.v32[1] = upper / divisor; in div_u64_rem() 54 upper %= divisor; in div_u64_rem() 57 "rm" (divisor), "0" (d.v32[0]), "1" (upper)); in div_u64_rem()
|
/linux-4.1.27/arch/arm/kernel/ |
D | module.c | 66 u32 upper, lower, sign, j1, j2; in apply_relocate() local 179 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate() 195 sign = (upper >> 10) & 1; in apply_relocate() 200 ((upper & 0x03ff) << 12) | in apply_relocate() 218 upper = (u16)((upper & 0xf800) | (sign << 10) | in apply_relocate() 224 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate() 230 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate() 243 offset = ((upper & 0x000f) << 12) | in apply_relocate() 244 ((upper & 0x0400) << 1) | in apply_relocate() 252 upper = (u16)((upper & 0xfbf0) | in apply_relocate() [all …]
|
D | entry-common.S | 200 cmp scno, #NR_syscalls @ check upper syscall limit 239 cmp scno, #NR_syscalls @ check upper syscall limit
|
/linux-4.1.27/arch/x86/kernel/ |
D | probe_roms.c | 200 unsigned long start, length, upper; in probe_roms() local 205 upper = adapter_rom_resources[0].start; in probe_roms() 206 for (start = video_rom_resource.start; start < upper; start += 2048) { in probe_roms() 228 if (start < upper) in probe_roms() 229 start = upper; in probe_roms() 233 upper = system_rom_resource.start; in probe_roms() 241 upper = extension_rom_resource.start; in probe_roms() 246 for (i = 0; i < ARRAY_SIZE(adapter_rom_resources) && start < upper; start += 2048) { in probe_roms() 258 if (!length || start + length > upper || !romchecksum(rom, length)) in probe_roms()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | arcfb.c | 247 static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, in arcfb_lcd_update_page() argument 257 yindex = upper >> 6; in arcfb_lcd_update_page() 260 ks108_set_yaddr(par, chipindex, upper/8); in arcfb_lcd_update_page() 264 (upper * linesize); in arcfb_lcd_update_page() 302 unsigned int distance, upper, lower; in arcfb_lcd_update_vert() local 305 upper = top; in arcfb_lcd_update_vert() 310 arcfb_lcd_update_page(par, upper, left, right, 8); in arcfb_lcd_update_vert() 311 upper = lower + 1; in arcfb_lcd_update_vert() 312 lower = upper + 7; in arcfb_lcd_update_vert() 324 unsigned int distance, upper, lower; in arcfb_lcd_update_horiz() local [all …]
|
D | macmodes.c | 113 "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen, 117 "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen, 121 "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen, 125 "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
|
D | vga16fb.c | 317 u32 yres, lower, vslen, upper, ytotal; in vga16fb_check_var() local 400 upper = var->upper_margin; in vga16fb_check_var() 416 var->upper_margin = upper; in vga16fb_check_var() 424 upper <<= 1; in vga16fb_check_var() 426 ytotal = yres + lower + vslen + upper; in vga16fb_check_var() 432 upper >>= 1; in vga16fb_check_var() 474 pos += upper - 1; /* blank_end + 1 <= ytotal + 2 */ in vga16fb_check_var()
|
D | i740fb.c | 411 u32 yres, lower, vslen, upper, ytotal; in i740fb_decode_var() local 495 upper = var->upper_margin; in i740fb_decode_var() 508 ytotal = yres + lower + vslen + upper; in i740fb_decode_var()
|
/linux-4.1.27/fs/btrfs/ |
D | relocation.c | 56 struct list_head upper; member 253 INIT_LIST_HEAD(&node->upper); in alloc_backref_node() 353 while (!list_empty(&node->upper)) { in walk_up_backref() 354 edge = list_entry(node->upper.next, in walk_up_backref() 377 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref() 411 BUG_ON(!list_empty(&node->upper)); in drop_backref_node() 427 struct backref_node *upper; in remove_backref_node() local 434 while (!list_empty(&node->upper)) { in remove_backref_node() 435 edge = list_entry(node->upper.next, struct backref_edge, in remove_backref_node() 437 upper = edge->node[UPPER]; in remove_backref_node() [all …]
|
D | ctree.c | 3595 struct extent_buffer *upper = path->nodes[1]; in __push_leaf_right() local 3701 btrfs_set_node_key(upper, &disk_key, slot + 1); in __push_leaf_right() 3702 btrfs_mark_buffer_dirty(upper); in __push_leaf_right() 3742 struct extent_buffer *upper; in push_leaf_right() local 3752 upper = path->nodes[1]; in push_leaf_right() 3753 if (slot >= btrfs_header_nritems(upper) - 1) in push_leaf_right() 3758 right = read_node_slot(root, upper, slot + 1); in push_leaf_right() 3770 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right()
|
/linux-4.1.27/drivers/thermal/ |
D | step_wise.c | 68 next_target = (cur_state + 1) >= instance->upper ? in get_target_state() 69 instance->upper : in get_target_state() 82 next_target = cur_state < instance->upper ? in get_target_state() 83 (cur_state + 1) : instance->upper; in get_target_state() 90 next_target = instance->upper; in get_target_state() 98 if (next_target > instance->upper) in get_target_state() 99 next_target = instance->upper; in get_target_state()
|
D | thermal_core.c | 230 unsigned long upper, lower; in __bind() local 232 upper = THERMAL_NO_LIMIT; in __bind() 236 upper = limits[i * 2 + 1]; in __bind() 239 upper, lower); in __bind() 968 unsigned long upper, unsigned long lower) in thermal_zone_bind_cooling_device() argument 998 upper = upper == THERMAL_NO_LIMIT ? max_state : upper; in thermal_zone_bind_cooling_device() 1000 if (lower > upper || upper > max_state) in thermal_zone_bind_cooling_device() 1010 dev->upper = upper; in thermal_zone_bind_cooling_device()
|
D | thermal_core.h | 45 unsigned long upper; /* Highest cooling state for this trip point */ member
|
D | db8500_thermal.c | 67 unsigned long max_state, upper, lower; in db8500_cdev_bind() local 76 upper = lower = i > max_state ? max_state : i; in db8500_cdev_bind() 79 upper, lower); in db8500_cdev_bind()
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 85 u32 upper; member 120 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() argument 132 publ->upper = upper; in publ_create() 193 else if (instance > sseqs[mid].upper) in nameseq_find_subseq() 221 else if (instance > sseqs[mid].upper) in nameseq_locate_subseq() 235 u32 upper, u32 scope, in tipc_nameseq_insert_publ() argument 249 if ((sseq->lower != lower) || (sseq->upper != upper)) { in tipc_nameseq_insert_publ() 270 (upper >= nseq->sseqs[inspos].lower)) { in tipc_nameseq_insert_publ() 280 type, lower, upper); in tipc_nameseq_insert_publ() 293 type, lower, upper); in tipc_nameseq_insert_publ() [all …]
|
D | name_table.h | 72 u32 upper; member 101 int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper, 104 u32 upper, u32 scope, u32 port_ref, 109 u32 lower, u32 upper, u32 scope,
|
D | subscr.c | 94 if (found_upper > sub->seq.upper) in tipc_subscr_overlap() 95 found_upper = sub->seq.upper; in tipc_subscr_overlap() 142 subscr_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper, in subscr_timeout() 266 sub->seq.upper = htohl(s->seq.upper, swap); in subscr_subscribe() 271 (sub->seq.lower > sub->seq.upper)) { in subscr_subscribe() 344 saddr->addr.nameseq.upper = TIPC_TOP_SRV; in tipc_subscr_start()
|
D | name_distr.c | 63 i->upper = htonl(p->upper); in publ_to_item() 316 ntohl(i->upper), in tipc_update_nametbl() 377 ntohl(e->i.upper), in tipc_named_process_backlog()
|
D | name_distr.h | 65 __be32 upper; member
|
D | netlink_compat.c | 726 u32 type, lower, upper; in __tipc_nl_compat_publ_dump() local 733 upper = nla_get_u32(publ[TIPC_NLA_PUBL_UPPER]); in __tipc_nl_compat_publ_dump() 735 if (lower == upper) in __tipc_nl_compat_publ_dump() 738 tipc_tlv_sprintf(msg->rep, " {%u,%u,%u}", type, lower, upper); in __tipc_nl_compat_publ_dump()
|
D | socket.c | 517 addr->addr.nameseq.upper = addr->addr.nameseq.lower; in tipc_bind() 680 msg_set_nameupper(mhdr, seq->upper); in tipc_sendmcast() 2184 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, in tipc_sk_publish() 2211 if (publ->upper != seq->upper) in tipc_sk_withdraw() 2733 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper)) in __tipc_nl_add_sk_publ()
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 24 upper filesystem that is providing the object. Similarly st_ino will 32 An overlay filesystem combines two filesystems - an 'upper' filesystem 34 object in the 'upper' filesystem is visible while the object in the 36 merged with the 'upper' object. 38 It would be more correct to refer to an upper and lower 'directory 41 requirement that the root of a filesystem be given for either upper or 46 overlayfs. The upper filesystem will normally be writable and if it 57 upper and lower filesystems and refers to a non-directory in either, 58 then the lower object is hidden - the name refers only to the upper 61 Where both upper and lower objects are directories, a merged directory [all …]
|
D | qnx6.txt | 60 Data leaves are always on the lowest level. So no data is stored on upper 159 blocks represented by the upper half bitmap system area bits.
|
D | ext2.txt | 322 an upper limit on the block size imposed by the page size of the kernel, 326 There is an upper limit of 32000 subdirectories in a single directory. 328 There is a "soft" upper limit of about 10-15k files in a single directory 335 The (meaningless) absolute upper limit of files in a single directory
|
D | debugfs.txt | 100 N, followed by a newline. If written to, it will accept either upper- or
|
D | nilfs2.txt | 143 upper limit of segments in bytes. This ioctl
|
D | btrfs.txt | 78 consequences when the system crashes. The upper bound is not forced,
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.py | 50 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n" 51 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n" 57 buf += " char nport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 77 buf += " char lport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 105 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n" 106 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n" 112 buf += " char iport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 130 buf += " char tport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 158 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n" 159 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n" [all …]
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | ftrace.c | 185 unsigned int upper = (unsigned int)func; in ftrace_update_ftrace_func() local 190 upper = 0xb0000000 + (upper >> 16); /* imm func_upper */ in ftrace_update_ftrace_func() 194 __func__, (unsigned int)func, (unsigned int)ip, upper, lower); in ftrace_update_ftrace_func() 197 ret = ftrace_modify_code(ip, upper); in ftrace_update_ftrace_func()
|
/linux-4.1.27/drivers/clocksource/ |
D | arm_global_timer.c | 67 u32 upper, old_upper; in gt_counter_read() local 69 upper = readl_relaxed(gt_base + GT_COUNTER1); in gt_counter_read() 71 old_upper = upper; in gt_counter_read() 73 upper = readl_relaxed(gt_base + GT_COUNTER1); in gt_counter_read() 74 } while (upper != old_upper); in gt_counter_read() 76 counter = upper; in gt_counter_read()
|
D | tcb_clksrc.c | 47 u32 lower, upper; in tc_get_cycles() local 51 upper = __raw_readl(tcaddr + ATMEL_TC_REG(1, CV)); in tc_get_cycles() 53 } while (upper != __raw_readl(tcaddr + ATMEL_TC_REG(1, CV))); in tc_get_cycles() 56 return (upper << 16) | lower; in tc_get_cycles()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 74 u64 count, upper, lower; in ebb_check_count() local 86 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count() 88 if (count > upper) { in ebb_check_count() 90 pmc, count, upper, count - upper); in ebb_check_count() 95 pmc, count, lower, upper, count - lower, upper - count); in ebb_check_count()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utprint.c | 68 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper); 143 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) in acpi_ut_put_number() argument 150 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number() 249 u8 upper; in acpi_ut_format_number() local 265 upper = (type & ACPI_FORMAT_UPPER) ? TRUE : FALSE; in acpi_ut_format_number() 293 pos = acpi_ut_put_number(reversed_string, number, base, upper); in acpi_ut_format_number() 318 upper ? 'X' : 'x'); in acpi_ut_format_number()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | binstr.S | 23 | to force the first byte formed to have a 0 in the upper 4 bits. 40 | upper word of d0. If it is the ls digit, write the word 51 | d2: upper 32-bits of fraction for mul by 8 53 | d4: upper 32-bits of fraction for mul by 2 106 addxl %d4,%d2 |add with extend upper 32 bits 109 swap %d6 |with d6 = 0; put 0 in upper word 117 aslw #4,%d7 |first digit in upper 4 bits d7b 131 lslw #4,%d7 |move it to upper 4 bits
|
D | x_store.S | 137 swap %d0 |d0 now in upper word 155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms 160 lsll %d0,%d1 |put lower 11 bits in upper bits
|
D | sgetem.S | 112 bnes upper |then branch 124 upper: label
|
D | x_unfl.S | 146 | ;upper word for round 190 | information respectively on upper/lower register halves.
|
D | x_operr.S | 218 movel ETEMP_HI(%a6),%d0 |output will be from upper 32 bits 282 | Check the exponent for $c000 and the upper 32 bits of the
|
D | fpsp.h | 162 .set stag_mask,0xE0 | upper 3 bits are source tag type 183 .set dtag_mask,0xE0 | upper 3 bits are dest type tag
|
D | sint.S | 135 | ;in upper word.
|
D | res_func.S | 888 lsrl #6,%d1 |put precision in upper word 912 lsrl #6,%d1 |put precision in upper word 938 lsrl #6,%d1 |put precision in upper word 1063 lsrl #6,%d1 |put precision in upper word 1087 lsrl #6,%d1 |put precision in upper word 1119 lsrl #6,%d1 |put precision in upper word
|
D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
D | x_snan.S | 13 | or l, then garbage is written to the dest (actually the upper 32 bits
|
D | bindec.S | 114 | d2: upper 32-bits of mantissa for binstr 387 swap %d5 |use upper word of d5 for LAMBDA
|
D | decbin.S | 64 | check if the inex1 exception is enabled. If so, set d7 upper
|
D | do_func.S | 65 | unimplemented instructions. The test is on the upper 6 bits;
|
/linux-4.1.27/include/media/ |
D | ov772x.h | 28 unsigned char upper; member 40 .upper = (u & OV772X_EDGE_UPPER_MASK), \
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | entry-macro.S | 19 beq 1001f @ upper IRQ? 32 ldr \irqstat, [\irqstat] @ get upper interrupts
|
/linux-4.1.27/lib/ |
D | bitmap.c | 90 unsigned long upper, lower; in __bitmap_shift_right() local 97 upper = 0; in __bitmap_shift_right() 99 upper = src[off + k + 1]; in __bitmap_shift_right() 101 upper &= mask; in __bitmap_shift_right() 102 upper <<= (BITS_PER_LONG - rem); in __bitmap_shift_right() 108 dst[k] = lower | upper; in __bitmap_shift_right() 135 unsigned long upper, lower; in __bitmap_shift_left() local 145 upper = src[k] << rem; in __bitmap_shift_left() 146 dst[k + off] = lower | upper; in __bitmap_shift_left()
|
D | Kconfig.kmemcheck | 81 32-bit reads from 16-bit variables where the upper 16 bits are
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 251 # in upper 4 bits of len_dw 258 # less_than_8 expects length in upper 3 bits of len_dw 272 # upper lg(j) bits of len_dw 287 # upper 3 bits of len_dw 295 # upper 2 bits of len_dw
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7-3level.S | 61 orr rpgdh, rpgdh, r2, lsl #(48 - 32) @ upper 32-bits of pgd 146 mov \tmp, \ttbr1, lsr #(32 - ARCH_PGD_SHIFT) @ upper bits 150 mov \tmp, \ttbr0, lsr #(32 - ARCH_PGD_SHIFT) @ upper bits
|
/linux-4.1.27/fs/fat/ |
D | namei_vfat.c | 254 upper:1, member 259 (x)->upper = 1; \ 289 info->upper = 0; in to_shortname_char() 297 info->upper = 0; in to_shortname_char() 301 info->upper = 0; in to_shortname_char() 438 return (base_info.upper && ext_info.upper); in vfat_create_shortname() 440 if ((base_info.upper || base_info.lower) && in vfat_create_shortname() 441 (ext_info.upper || ext_info.lower)) { in vfat_create_shortname() 442 if (!base_info.upper && base_info.lower) in vfat_create_shortname() 444 if (!ext_info.upper && ext_info.lower) in vfat_create_shortname()
|
/linux-4.1.27/net/batman-adv/ |
D | multicast.c | 171 struct net_device *upper = bat_priv->soft_iface; in batadv_mcast_has_bridge() local 175 upper = netdev_master_upper_dev_get_rcu(upper); in batadv_mcast_has_bridge() 176 } while (upper && !(upper->priv_flags & IFF_EBRIDGE)); in batadv_mcast_has_bridge() 179 return upper; in batadv_mcast_has_bridge()
|
/linux-4.1.27/net/core/ |
D | dev.c | 4768 return __netdev_find_adj(dev, upper_dev, &dev->all_adj_list.upper); in netdev_has_upper_dev() 4783 return !list_empty(&dev->all_adj_list.upper); in netdev_has_any_upper_dev() 4795 struct netdev_adjacent *upper; in netdev_master_upper_dev_get() local 4799 if (list_empty(&dev->adj_list.upper)) in netdev_master_upper_dev_get() 4802 upper = list_first_entry(&dev->adj_list.upper, in netdev_master_upper_dev_get() 4804 if (likely(upper->master)) in netdev_master_upper_dev_get() 4805 return upper->dev; in netdev_master_upper_dev_get() 4831 struct netdev_adjacent *upper; in netdev_upper_get_next_dev_rcu() local 4835 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list); in netdev_upper_get_next_dev_rcu() 4837 if (&upper->list == &dev->adj_list.upper) in netdev_upper_get_next_dev_rcu() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | time.h | 139 static inline void set_tb(unsigned int upper, unsigned int lower) in set_tb() argument 142 mtspr(SPRN_TBWU, upper); in set_tb()
|
D | kvm_book3s.h | 154 bool upper, u32 val);
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 5 both low-level drivers that sit below the midlayer and upper level 27 The corresponding functions exported to upper level protocol 59 Because low-level drivers are reentrant, upper level protocol 109 An upper level protocol consumer may begin using an IB device as
|
D | user_mad.txt | 104 request/response pairs. The upper 32 bits are reserved for use by
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 557 static inline struct inode *d_backing_inode(const struct dentry *upper) in d_backing_inode() argument 559 struct inode *inode = upper->d_inode; in d_backing_inode() 574 static inline struct dentry *d_backing_dentry(struct dentry *upper) in d_backing_dentry() argument 576 return upper; in d_backing_dentry()
|
D | cper.h | 430 __u32 upper; member
|
D | thermal.h | 365 unsigned long upper, unsigned long lower) in thermal_zone_bind_cooling_device() argument
|
D | netdevice.h | 1536 struct list_head upper; member 1541 struct list_head upper; member 3490 for (iter = &(dev)->adj_list.upper, \ 3497 for (iter = &(dev)->all_adj_list.upper, \
|
/linux-4.1.27/drivers/media/usb/hackrf/ |
D | hackrf.c | 736 unsigned int upper, lower; in hackrf_s_frequency() local 746 upper = dev->f_adc; in hackrf_s_frequency() 748 buf[0] = (upper >> 0) & 0xff; in hackrf_s_frequency() 749 buf[1] = (upper >> 8) & 0xff; in hackrf_s_frequency() 750 buf[2] = (upper >> 16) & 0xff; in hackrf_s_frequency() 751 buf[3] = (upper >> 24) & 0xff; in hackrf_s_frequency() 761 upper = dev->f_rf / 1000000; in hackrf_s_frequency() 763 buf[0] = (upper >> 0) & 0xff; in hackrf_s_frequency() 764 buf[1] = (upper >> 8) & 0xff; in hackrf_s_frequency() 765 buf[2] = (upper >> 16) & 0xff; in hackrf_s_frequency() [all …]
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 54 Triggers are located on the upper-side of the pad in vertical direction. 55 Not all devices provide them, but the upper buttons are normally named 101 BTN_EAST. For vertical layouts, the upper button is BTN_EAST. For 112 If rectangular-shaped, the upper-left button is BTN_NORTH, lower-left 113 is BTN_WEST, lower-right is BTN_SOUTH and upper-right is BTN_EAST. 141 If only one trigger-button combination is present (upper+lower), they are
|
D | amijoy.txt | 72 which are new for LISA and can be read in upper 8 bits of
|
D | elantech.txt | 482 two fingers, but only the pair of the lower-left and upper-right coordinates. 518 bx8..bx0 = upper-right finger absolute x value 525 by8..by0 = upper-right finger absolute y value
|
/linux-4.1.27/drivers/of/ |
D | of_mdio.c | 32 unsigned int upper, lower; in of_get_phy_id() local 35 if (sscanf(cp, "ethernet-phy-id%4x.%4x", &upper, &lower) == 2) { in of_get_phy_id() 36 *phy_id = ((upper & 0xFFFF) << 16) | (lower & 0xFFFF); in of_get_phy_id()
|
/linux-4.1.27/drivers/power/ |
D | bq27x00_battery.c | 986 int upper, lower; in bq27000_read_platform() local 992 upper = pdata->read(dev, reg + 1); in bq27000_read_platform() 994 temp = upper; in bq27000_read_platform() 995 if (upper < 0) in bq27000_read_platform() 996 return upper; in bq27000_read_platform() 1002 upper = pdata->read(dev, reg + 1); in bq27000_read_platform() 1003 } while (temp != upper && --timeout); in bq27000_read_platform() 1008 return (upper << 8) | lower; in bq27000_read_platform()
|
D | ab8500_fg.c | 1498 int cap, lower, upper; in check_sysfs_capacity() local 1507 upper = di->bat_cap.permille + di->bm->fg_params->user_cap_limit * 10; in check_sysfs_capacity() 1512 if (upper > 1000) in check_sysfs_capacity() 1513 upper = 1000; in check_sysfs_capacity() 1517 lower, cap_permille, upper, cap, di->bat_cap.mah); in check_sysfs_capacity() 1520 if (cap_permille > lower && cap_permille < upper) { in check_sysfs_capacity()
|
/linux-4.1.27/Documentation/arm64/ |
D | tagged-pointers.txt | 31 virtual addresses differing only in the upper byte. 33 The architecture prevents the use of a tagged PC, so the upper byte will
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 960 struct net_device *upper; in alb_send_learning_packets() local 971 netdev_for_each_all_upper_dev_rcu(bond->dev, upper, iter) { in alb_send_learning_packets() 972 if (is_vlan_dev(upper) && vlan_get_encap_level(upper) == 0) { in alb_send_learning_packets() 975 upper->dev_addr)) { in alb_send_learning_packets() 977 vlan_dev_vlan_proto(upper), in alb_send_learning_packets() 978 vlan_dev_vlan_id(upper)); in alb_send_learning_packets() 980 alb_send_lp_vid(slave, upper->dev_addr, in alb_send_learning_packets() 981 vlan_dev_vlan_proto(upper), in alb_send_learning_packets() 982 vlan_dev_vlan_id(upper)); in alb_send_learning_packets() 989 if (netif_is_macvlan(upper) && !strict_match) { in alb_send_learning_packets() [all …]
|
D | bond_main.c | 2208 struct net_device *upper; in bond_has_this_ip() local 2216 netdev_for_each_all_upper_dev_rcu(bond->dev, upper, iter) { in bond_has_this_ip() 2217 if (ip == bond_confirm_addr(upper, 0, ip)) { in bond_has_this_ip() 2295 struct net_device *upper; in bond_verify_device_path() local 2306 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path() 2307 tags = bond_verify_device_path(upper, end_dev, level + 1); in bond_verify_device_path() 2313 if (is_vlan_dev(upper)) { in bond_verify_device_path() 2314 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path() 2315 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 330 int upper; in computeRegs() local 346 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs() 349 r->regs[0x33] = upper - 1; /* upper blanking */ in computeRegs() 350 r->regs[0x82] = upper; /* y sync point */ in computeRegs() 351 r->regs[0x83] = upper >> 8; in computeRegs()
|
D | matroxfb_base.c | 1268 static unsigned int upper = ~0; /* "matroxfb:upper:xxxxx" */ variable 1836 if (upper != ~0) in initMatrox2() 1837 vesafb_defined.upper_margin = upper; in initMatrox2() 2189 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __init… member 2293 if (upper == ~0) in matroxfb_init_params() 2294 upper = timmings[res].upper; in matroxfb_init_params() 2367 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2536 module_param(upper, int, 0); 2537 MODULE_PARM_DESC(upper, "Upper blank space (scans), overrides upper from vesa (default=vesa)");
|
/linux-4.1.27/arch/arm/lib/ |
D | div64.S | 57 @ See if we need to handle upper 32-bit result. 62 @ Align divisor with upper part of dividend. 87 @ The division loop for needed upper bit positions.
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 228 } upper; member 263 } upper; member 286 } upper; member 336 } upper; member
|
D | netdev.c | 449 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000e_dump() 941 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000_clean_rx_irq() 971 length = le16_to_cpu(rx_desc->wb.upper.length); in e1000_clean_rx_irq() 1043 rx_desc->wb.upper.vlan); in e1000_clean_rx_irq() 1046 rx_desc->wb.upper.status_error &= cpu_to_le32(~0xFF); in e1000_clean_rx_irq() 1059 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in e1000_clean_rx_irq() 1160 eop, jiffies, eop_desc->upper.fields.status, er32(STATUS), in e1000_print_hw_hang() 1231 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) && in e1000_clean_tx_irq() 1251 tx_desc->upper.data = 0; in e1000_clean_tx_irq() 1387 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]); in e1000_clean_rx_irq_ps() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.c | 177 int upper, lower, cur_vit_mask; in ar9002_hw_spur_mitigate() local 292 upper = bin + 100; in ar9002_hw_spur_mitigate() 300 if ((cur_bin > lower) && (cur_bin < upper)) { in ar9002_hw_spur_mitigate() 312 upper = bin + 120; in ar9002_hw_spur_mitigate() 316 if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) { in ar9002_hw_spur_mitigate()
|
D | ar5008_phy.c | 273 int upper, lower, cur_vit_mask; in ar5008_hw_spur_mitigate() local 339 upper = bin + 100; in ar5008_hw_spur_mitigate() 347 if ((cur_bin > lower) && (cur_bin < upper)) { in ar5008_hw_spur_mitigate() 359 upper = bin + 120; in ar5008_hw_spur_mitigate() 363 if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) { in ar5008_hw_spur_mitigate()
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 1674 struct user_datum *upper, *user; in user_bounds_sanity_check() local 1678 upper = user = datum; in user_bounds_sanity_check() 1679 while (upper->bounds) { in user_bounds_sanity_check() 1690 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check() 1692 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check() 1700 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check() 1711 struct role_datum *upper, *role; in role_bounds_sanity_check() local 1715 upper = role = datum; in role_bounds_sanity_check() 1716 while (upper->bounds) { in role_bounds_sanity_check() 1727 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/linux-4.1.27/Documentation/xtensa/ |
D | mmu.txt | 27 VA = virtual address (two upper nibbles of it); 28 PA = physical address (two upper nibbles of it);
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | smt.c | 109 static int div_ratio(u_long upper, u_long lower); 286 u_long upper ; in smt_event() local 303 upper = in smt_event() 309 mib->fddiMACFrameErrorRatio = div_ratio(upper,lower) ; in smt_event() 321 upper = in smt_event() 324 upper + in smt_event() 326 mib->fddiMACNotCopiedRatio = div_ratio(upper,lower) ; in smt_event() 453 static int div_ratio(u_long upper, u_long lower) in div_ratio() argument 455 if ((upper<<16L) < upper) in div_ratio() 456 upper = 0xffff0000L ; in div_ratio() [all …]
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | mixer_vp_layer.c | 131 unsigned int size, unsigned int upper, unsigned int flags) in do_center() argument 139 return min(lower, upper - size); in do_center()
|
D | mixer_grp_layer.c | 137 unsigned int size, unsigned int upper, unsigned int flags) in do_center() argument 145 return min(lower, upper - size); in do_center()
|
/linux-4.1.27/arch/mips/dec/ |
D | int-handler.S | 167 # upper part of IOASIC Address 184 # upper part of IOASIC Address
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi.txt | 25 The individual upper and lower level drivers can be loaded in any order 28 tape driver ** (st.o) and scsi generics driver (sg.o) represent the upper
|
D | bnx2fc.txt | 7 automatically with the upper storage layers.
|
D | scsi_eh.txt | 240 either retry or error-finish (notify upper layer of failure) recovered 273 ACTION: scsi_eh_flush_done_q() retries scmds or notifies upper 421 flushes eh_done_q by either retrying or notifying upper
|
D | ufs.txt | 86 to upper layer,
|
D | scsi_mid_low_api.txt | 36 upper layer drivers and the block layer. 49 describing the SCSI subsystem in the lk 2.4 series. Two upper level 215 upper layers with this sequence: 961 * The user issues an ioctl() against an upper level driver 962 * (e.g. /dev/sdc) and if the upper level driver doesn't recognize 1353 scsi_cmnd::sense_buffer[0] . If this byte has an upper nibble of 7 (or 0xf)
|
/linux-4.1.27/drivers/block/ |
D | cciss.c | 348 temp64.val32.upper = chain_sg->Addr.upper; in cciss_unmap_sg_chain_block() 364 chain_sg->Addr.upper = temp64.val32.upper; in cciss_map_sg_chain_block() 1001 c->ErrDesc.Addr.upper = temp64.val32.upper; in cmd_alloc() 1037 c->ErrDesc.Addr.upper = temp64.val32.upper; in cmd_special_alloc() 1058 temp64.val32.upper = c->ErrDesc.Addr.upper; in cmd_special_free() 1524 c->SG[0].Addr.upper = temp64.val32.upper; in cciss_passthru() 1535 temp64.val32.upper = c->SG[0].Addr.upper; in cciss_passthru() 1652 c->SG[i].Addr.upper = temp64.val32.upper; in cciss_bigpassthru() 1662 temp64.val32.upper = c->SG[i].Addr.upper; in cciss_bigpassthru() 1837 temp64.val32.upper = curr_sg[sg_index].Addr.upper; in cciss_softirq_done() [all …]
|
D | cciss_scsi.c | 167 c->cmd.ErrDesc.Addr.upper = temp64.val32.upper; in scsi_cmd_alloc() 307 printk("Tag:0x%08x/0x%08x\n", cp->Header.Tag.upper, 334 cp->ErrDesc.Addr.upper, cp->ErrDesc.Addr.lower, 888 addr64.val32.upper = c->SG[0].Addr.upper; in cciss_unmap_one() 904 c->SG[0].Addr.upper = in cciss_map_one() 1385 curr_sg[sg_index].Addr.upper = in cciss_scatter_gather()
|
D | cciss_cmd.h | 69 __u32 upper; member
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-octeon.c | 47 uint64_t upper:2; member 266 pci_addr.s.upper = 2; in octeon_read_config() 300 pci_addr.s.upper = 2; in octeon_write_config()
|
D | pcie-octeon.c | 43 uint64_t upper:2; /* Normally 2 for XKPHYS */ member 74 uint64_t upper:2; /* Normally 2 for XKPHYS */ member 85 uint64_t upper:2; /* Normally 2 for XKPHYS */ member 111 pcie_addr.io.upper = 0; in cvmx_pcie_get_io_base_address() 145 pcie_addr.mem.upper = 0; in cvmx_pcie_get_mem_base_address() 242 pcie_addr.config.upper = 2; in __cvmx_pcie_build_config_addr()
|
/linux-4.1.27/scripts/ |
D | config | 36 --keep-case|-k Keep next symbols' case (dont' upper-case it)
|
/linux-4.1.27/include/uapi/linux/ |
D | tipc.h | 60 __u32 upper; member
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 21 This is an upper bound value for the number of tagged transactions 31 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | Kconfig.aic7xxx | 26 This is an upper bound value for the number of tagged transactions 36 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 1972 dev_priv->surfaces[surf_index].upper); in radeon_apply_surface_regs() 2009 (new_lower < dev_priv->surfaces[i].upper)) || in alloc_surface() 2034 s->upper = new_upper; in alloc_surface() 2046 (new_lower == dev_priv->surfaces[i].upper + 1)) { in alloc_surface() 2050 s->upper = new_upper; in alloc_surface() 2054 dev_priv->surfaces[i].upper = s->upper; in alloc_surface() 2066 s->upper = new_upper; in alloc_surface() 2071 dev_priv->surfaces[i].upper = s->upper; in alloc_surface() 2097 lower = s->upper; in free_surface() 2100 upper == s->upper) in free_surface() [all …]
|
D | radeon_cp.c | 1154 vp->upper = vp->lower + gart_info->table_size; in radeon_setup_pcigart_surface() 1160 sp->upper = vp->upper; in radeon_setup_pcigart_surface() 1165 RADEON_WRITE(RADEON_SURFACE0_UPPER_BOUND + 16 * i, sp->upper); in radeon_setup_pcigart_surface()
|
D | radeon_drv.h | 178 u32 upper; member 185 u32 upper; member
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | module_64.c | 181 u16 upper, lower; in module_trampoline_target() local 188 upper = buf[0] & 0xffff; in module_trampoline_target() 192 offset = ((short)upper << 16) + (short)lower; in module_trampoline_target()
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 87 worst case, fire an interrupt for your upper bound. 91 be balanced with what is an acceptable upper bound on
|
/linux-4.1.27/drivers/staging/iio/accel/ |
D | lis3l02dq_ring.c | 18 static inline u16 combine_8_to_16(u8 lower, u8 upper) in combine_8_to_16() argument 21 u16 _upper = upper; in combine_8_to_16()
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 48 upper/lower limit 51 upper/lower limit for second wakeup
|
/linux-4.1.27/Documentation/hwmon/ |
D | smsc47m192 | 66 in[0-7]_max - lower and upper alarm thresholds for in[0-7]_input reading 78 temp[1-3]_max - lower and upper alarm thresholds for temperatures
|
D | lm77 | 18 10-bit ADC, and a digital comparator with user-programmable upper
|
D | ina2xx | 63 lower limit of the update_interval is 2 ms, the upper limit is 2253 ms.
|
/linux-4.1.27/arch/s390/kernel/ |
D | sclp.S | 272 stmh %r6,%r15,96(%r15) # store upper register halves 274 lmh %r0,%r15,.Lzeroes-.(%r13) # clear upper register halves 291 lmh %r6,%r15,96(%r15) # restore upper register halves
|
/linux-4.1.27/drivers/crypto/caam/ |
D | desc_constr.h | 364 u32 upper = (data >> 16) >> 16; \ 366 (upper ? 0 : MATH_IFB)); \ 367 if (upper) \
|
/linux-4.1.27/arch/c6x/lib/ |
D | mpyll.S | 43 || mpy32u .m1x A5,B4,A3:A2 ; X1*Y0 (don't need upper 32-bits)
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts.S | 213 mov r1, #0 @ Clear upper bits in return value 216 mov r0, #0 @ Clear upper bits in return value
|
/linux-4.1.27/Documentation/usb/ |
D | ohci.txt | 19 - less code, by using the upper level "hcd" framework
|
D | callbacks.txt | 49 small fixed upper limit in time. In particular you must not call out to
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 24 codes, one per port. The upper 3 bytes are always
|
/linux-4.1.27/drivers/scsi/osd/ |
D | Kconfig | 26 Build a SCSI upper layer driver that exports /dev/osdX devices
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | pic.h | 151 u64 upper; /* 0x0003{00,,,F0} */ member
|
D | tiocp.h | 99 u64 upper; /* 0x0003{00,,,F0} */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | defines.h | 230 } upper; member
|
D | ixgbevf.h | 342 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbevf_test_staterr()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.h | 106 } upper; member
|
D | igb.h | 311 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igb_test_staterr()
|
/linux-4.1.27/Documentation/networking/ |
D | ipsec.txt | 32 security path. Such naked packet will not eventually make it to upper layer.
|
D | framerelay.txt | 2 drivers. The upper layer implements RFC1490 FR specification, and uses the
|
D | netdevices.txt | 34 upper layer protocol may pass a large socket buffer to the device
|
D | lapb-module.txt | 93 connected, it sends DM without polls set, every T1. The upper case constant 255 before it could be delivered to the upper layer.
|
D | x25-iface.txt | 85 call in question. But many upper layer protocols are not designed to
|
D | ieee802154.txt | 9 are mainly two options available for upper layers:
|
D | de4x5.txt | 167 upper case. Examples:
|
D | 6pack.txt | 65 the firmware/KISS. The upper half is either empty or is sometimes
|
D | udplite.txt | 157 option. The maximum upper bound for the send buffer is determined
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 86 } upper; member
|
D | netdev.c | 281 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igbvf_clean_rx_irq() 302 length = le16_to_cpu(rx_desc->wb.upper.length); in igbvf_clean_rx_irq() 375 rx_desc->wb.upper.vlan); in igbvf_clean_rx_irq() 378 rx_desc->wb.upper.status_error = 0; in igbvf_clean_rx_irq() 390 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igbvf_clean_rx_irq()
|
/linux-4.1.27/drivers/ide/ |
D | cmd640.c | 449 static inline u8 pack_nibbles(u8 upper, u8 lower) in pack_nibbles() argument 451 return ((upper & 0x0f) << 4) | (lower & 0x0f); in pack_nibbles()
|
/linux-4.1.27/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 373 unsigned long *upper) in tsi108_stat_carry_one() argument 376 *upper += carry_shift; in tsi108_stat_carry_one() 460 int carry_shift, unsigned long *upper) in tsi108_read_stat() argument 471 val = TSI_READ(reg) | *upper; in tsi108_read_stat() 479 *upper += carry_shift; in tsi108_read_stat()
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 14 one is throttling policy which can be used to specify upper IO rate limits 299 - Specifies upper limit on READ rate from the device. IO rate is 306 - Specifies upper limit on WRITE rate to the device. IO rate is 313 - Specifies upper limit on READ rate from the device. IO rate is 320 - Specifies upper limit on WRITE rate to the device. IO rate is
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 16 files to/from the cache. In the future it should as well set upper limits for
|
D | perf-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower.
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-csum_ipv6_magic.S | 146 zapnot $4,3,$0 # U : clear upper garbage bits
|
D | ev6-memchr.S | 62 extql $1, $16, $7 # U : $7 is upper bits
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 6 # and some upper case Greek characters could be replaced by Latin), however, 49 # have to act as substitutes, especially the upper-case characters.
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 264 The TAU hardware can compare the temperature to an upper and lower 265 bound. The default behavior is to show both the upper and lower 270 halfway between the upper and lower bounds, will be reported in
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_emulate.c | 320 void kvmppc_set_bat(struct kvm_vcpu *vcpu, struct kvmppc_bat *bat, bool upper, in kvmppc_set_bat() argument 323 if (upper) { in kvmppc_set_bat()
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 98 unsigned long upper, unsigned long lower); 107 upper:the Maximum cooling state for this trip point. 108 THERMAL_NO_LIMIT means no upper limit, 139 of tuples <lower-state upper-state> of state limits. Each trip
|
/linux-4.1.27/kernel/time/ |
D | timeconst.bc | 30 by at most one in the upper half of the unsigned range. */
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 771 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in ixgbe_dump() 1533 rx_desc->wb.upper.status_error = 0; in ixgbe_alloc_rx_buffers() 1610 u16 vid = le16_to_cpu(rx_desc->wb.upper.vlan); in ixgbe_process_skb_fields() 1663 ntc = le32_to_cpu(rx_desc->wb.upper.status_error); in ixgbe_is_non_eop() 1856 unsigned int size = le16_to_cpu(rx_desc->wb.upper.length); in ixgbe_add_rx_frag() 2029 if (!rx_desc->wb.upper.status_error) in ixgbe_clean_rx_irq() 4634 struct net_device *upper; in ixgbe_configure_dfwd() local 4638 netdev_for_each_all_upper_dev_rcu(adapter->netdev, upper, iter) { in ixgbe_configure_dfwd() 4639 if (netif_is_macvlan(upper)) { in ixgbe_configure_dfwd() 4640 struct macvlan_dev *dfwd = netdev_priv(upper); in ixgbe_configure_dfwd() [all …]
|
D | ixgbe.h | 549 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbe_test_staterr()
|
/linux-4.1.27/Documentation/misc-devices/ |
D | max6875 | 81 The command is the upper byte of the address: 0x80, 0x81, or 0x82.
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | aty128fb.c | 1058 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local 1074 upper = var->upper_margin; in aty128_var_to_crtc() 1122 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc() 1247 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local 1273 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var() 1290 var->upper_margin = upper; in aty128_crtc_to_var()
|
/linux-4.1.27/Documentation/fb/ |
D | sh7760fb.txt | 69 * values but right/left/upper/lower margin values. The comments
|
D | pxafb.txt | 28 upper:UPPER == LCCR2_BFW
|
D | framebuffer.txt | 169 whole screen (frame) was painted, the beam moves back to the upper left corner: 214 vertical retrace time is the sum of the upper margin, the lower margin and the
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 80 its allowed upper limit
|
D | sysfs-class-net-statistics | 50 but dropped, that are not forwarded to the upper layers for
|
/linux-4.1.27/Documentation/ |
D | circular-buffers.txt | 120 To the consumer it will show an upper bound as the producer may be busy 128 To the producer it will show an upper bound as the consumer may be busy
|
D | printk-formats.txt | 228 lower ('l') or upper case ('L') hex characters - and big endian order 229 in lower ('b') or upper case ('B') hex characters.
|
D | DMA-ISA-LPC.txt | 68 8-bit transfers and the upper four are for 16-bit transfers.
|
D | kmemcheck.txt | 62 field in a struct, where gcc may load 32 bits, then discard the upper 64 warning for the upper 16 bits (if they're uninitialized). 167 produce 32-bit reads from 16-bit variables where the upper 16 bits are
|
D | robust-futex-ABI.txt | 62 word' holds 3 flag bits in the upper 3 bits, and the thread id (TID)
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_drv.h | 3193 u32 upper, lower, old_upper, loop = 0; \ 3194 upper = I915_READ(upper_reg); \ 3196 old_upper = upper; \ 3198 upper = I915_READ(upper_reg); \ 3199 } while (upper != old_upper && loop++ < 2); \ 3200 (u64)upper << 32 | lower; })
|
/linux-4.1.27/arch/mips/kernel/ |
D | r4k_switch.S | 247 bgez t0, 1f # no: skip setting upper 32b
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 76 and max are the lower and upper frequencies (in kHz) of the new
|
D | user-guide.txt | 123 On these systems, all you can do is select the lower and upper
|
D | cpu-drivers.txt | 195 in-chipset dynamic frequency switching to policy->min, the upper limit
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 52 representing a non-negative integer that will be used as an upper
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov772x.c | 741 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_set_params() 749 priv->info->edgectrl.upper); in ov772x_set_params()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 98 - process (xmit) data handed down by upper protocol layer 128 /* process a frame handed down to us by upper layer */
|
D | README.x25 | 101 initiated when the upper (X.25 packet) layer requests the lapb datalink to
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 552 } upper; member 582 } upper; member 657 } upper; member 729 } upper; member
|
/linux-4.1.27/arch/m32r/lib/ |
D | checksum.S | 145 beqz r7, 1f ; swap the upper byte for the lower
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-bwc.txt | 41 upper bound on the period length of 1s. Additional restrictions exist when
|
D | sched-rt-group.txt | 46 obviously fall short. A fuzzy upper limit is of no use since it cannot be
|
D | sched-deadline.txt | 156 As a matter of fact, in this case it is possible to provide an upper bound 183 that the tardiness of real-time tasks has an upper bound.
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 198 -bfffffff upper mmap space (grows down) 201 are cached by the TLB handler. The lower mmap space is filled first, and then the upper mmap space
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2062 mdev->upper[priv->port] = NULL; in mlx4_en_destroy_netdev() 2585 mdev->upper[i] = mdev->pndev[i] ? in mlx4_en_netdev_event() 2588 if (!mdev->upper[i]) in mlx4_en_netdev_event() 2593 if (mdev->upper[i] != mdev->upper[i-1]) in mlx4_en_netdev_event() 2945 mdev->upper[port] = NULL; in mlx4_en_init_netdev()
|
D | mlx4_en.h | 393 struct net_device *upper[MLX4_MAX_PORTS + 1]; member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | switch.txt | 60 The upper tier consists of a single dm-switch device. This device uses
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 121 The channel position is provided in LSB 16bits. The upper bits are
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 44 Trusted Keys can be 32 - 128 bytes (256 - 1024 bits), the upper limit is to fit
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 628 csub.a scno, #__NR_syscalls @ check upper syscall limit 650 csub.a scno, #__NR_syscalls @ check upper syscall limit
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 1849 u32 upper; in sky2_xmit_frame() local 1868 upper = upper_32_bits(mapping); in sky2_xmit_frame() 1869 if (upper != sky2->tx_last_upper) { in sky2_xmit_frame() 1871 le->addr = cpu_to_le32(upper); in sky2_xmit_frame() 1872 sky2->tx_last_upper = upper; in sky2_xmit_frame() 1958 upper = upper_32_bits(mapping); in sky2_xmit_frame() 1959 if (upper != sky2->tx_last_upper) { in sky2_xmit_frame() 1961 le->addr = cpu_to_le32(upper); in sky2_xmit_frame() 1962 sky2->tx_last_upper = upper; in sky2_xmit_frame()
|
/linux-4.1.27/drivers/firmware/efi/ |
D | cper.c | 382 pcie->serial_number.lower, pcie->serial_number.upper); in cper_print_pcie()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa_cmd.h | 169 u32 upper; member
|
/linux-4.1.27/drivers/hwmon/ |
D | lm93.c | 394 static unsigned LM93_IN_REL_FROM_REG(u8 reg, int upper, int vid) in LM93_IN_REL_FROM_REG() argument 396 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() 410 static u8 LM93_IN_REL_TO_REG(unsigned val, int upper, int vid) in LM93_IN_REL_TO_REG() argument 413 if (upper) { in LM93_IN_REL_TO_REG()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | hw.c | 2826 u8 upper, lower; 2828 upper = pwrinfo5g.index_bw40_base[rf_path][index]; 2831 rtlefuse->txpwr_5g_bw80base[rf_path][i] = (upper + lower) / 2; 2914 u8 upper, lower; in _rtl8821ae_read_txpower_info_from_hwpg() local 2916 upper = pwrinfo5g.index_bw40_base[rf_path][index]; in _rtl8821ae_read_txpower_info_from_hwpg() 2919 rtlefuse->txpwr_5g_bw80base[rf_path][i] = (upper + lower) / 2; in _rtl8821ae_read_txpower_info_from_hwpg()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | align.S | 400 l32i a8, a4, 4 # same for upper address word
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 25 - cell 1 denotes the upper 32 address bits and should be 0
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 126 only the upper three bits are used (Bits 7 to 5). Bit 4
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 178 using the upper 8 bits:
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | hw.c | 2061 u8 upper, lower; in _rtl92ee_read_txpower_info_from_hwpg() local 2064 upper = pwr5g.index_bw40_base[rf][idx]; in _rtl92ee_read_txpower_info_from_hwpg() 2067 efu->txpwr_5g_bw80base[rf][i] = (upper + lower) / 2; in _rtl92ee_read_txpower_info_from_hwpg()
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.debug | 137 bool "Set upper limit of TLB entries to flush one-by-one"
|