/linux-4.4.14/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() 92 phys_addr_t upper; member 113 write_maar_pair(i, cfg[i].lower, cfg[i].upper, cfg[i].attrs); in maar_config()
|
/linux-4.4.14/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 | 214 struct dentry *upper = NULL; in ovl_copy_up_locked() local 223 upper = lookup_one_len(dentry->d_name.name, upperdir, in ovl_copy_up_locked() 225 err = PTR_ERR(upper); in ovl_copy_up_locked() 226 if (IS_ERR(upper)) in ovl_copy_up_locked() 257 err = ovl_do_rename(wdir, newdentry, udir, upper, 0); in ovl_copy_up_locked() 270 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); 199 int ovl_set_attr(struct dentry *upper, struct kstat *stat);
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/kernel/ |
D | module.c | 71 u32 upper, lower, sign, j1, j2; in apply_relocate() local 198 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate() 214 sign = (upper >> 10) & 1; in apply_relocate() 219 ((upper & 0x03ff) << 12) | in apply_relocate() 248 upper = (u16)((upper & 0xf800) | (sign << 10) | in apply_relocate() 254 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate() 260 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate() 273 offset = ((upper & 0x000f) << 12) | in apply_relocate() 274 ((upper & 0x0400) << 1) | in apply_relocate() 282 upper = (u16)((upper & 0xfbf0) | in apply_relocate() [all …]
|
D | entry-common.S | 226 cmp scno, #NR_syscalls @ check upper syscall limit 265 cmp scno, #NR_syscalls @ check upper syscall limit
|
/linux-4.4.14/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 | 402 u32 yres, lower, vslen, upper, ytotal; in i740fb_decode_var() local 486 upper = var->upper_margin; in i740fb_decode_var() 499 ytotal = yres + lower + vslen + upper; in i740fb_decode_var()
|
/linux-4.4.14/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 | 3601 struct extent_buffer *upper = path->nodes[1]; in __push_leaf_right() local 3707 btrfs_set_node_key(upper, &disk_key, slot + 1); in __push_leaf_right() 3708 btrfs_mark_buffer_dirty(upper); in __push_leaf_right() 3748 struct extent_buffer *upper; in push_leaf_right() local 3758 upper = path->nodes[1]; in push_leaf_right() 3759 if (slot >= btrfs_header_nritems(upper) - 1) in push_leaf_right() 3764 right = read_node_slot(root, upper, slot + 1); in push_leaf_right() 3776 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right()
|
/linux-4.4.14/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.h | 45 unsigned long upper; /* Highest cooling state for this trip point */ member
|
D | thermal_core.c | 290 unsigned long upper, lower; in __bind() local 292 upper = THERMAL_NO_LIMIT; in __bind() 296 upper = limits[i * 2 + 1]; in __bind() 299 upper, lower, in __bind() 1261 unsigned long upper, unsigned long lower, in thermal_zone_bind_cooling_device() argument 1292 upper = upper == THERMAL_NO_LIMIT ? max_state : upper; in thermal_zone_bind_cooling_device() 1294 if (lower > upper || upper > max_state) in thermal_zone_bind_cooling_device() 1304 dev->upper = upper; in thermal_zone_bind_cooling_device()
|
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, THERMAL_WEIGHT_DEFAULT); in db8500_cdev_bind()
|
/linux-4.4.14/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 | 100 if (found_upper > sub->seq.upper) in tipc_subscrp_check_overlap() 101 found_upper = sub->seq.upper; in tipc_subscrp_check_overlap() 126 tipc_subscrp_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper, in tipc_subscrp_timeout() 255 sub->seq.upper = htohl(s->seq.upper, swap); in tipc_subscrp_create() 260 (sub->seq.lower > sub->seq.upper)) { in tipc_subscrp_create() 322 saddr->addr.nameseq.upper = TIPC_TOP_SRV; in tipc_topsrv_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 | 816 u32 type, lower, upper; in __tipc_nl_compat_publ_dump() local 823 upper = nla_get_u32(publ[TIPC_NLA_PUBL_UPPER]); in __tipc_nl_compat_publ_dump() 825 if (lower == upper) in __tipc_nl_compat_publ_dump() 828 tipc_tlv_sprintf(msg->rep, " {%u,%u,%u}", type, lower, upper); in __tipc_nl_compat_publ_dump()
|
D | socket.c | 524 addr->addr.nameseq.upper = addr->addr.nameseq.lower; in tipc_bind() 687 msg_set_nameupper(mhdr, seq->upper); in tipc_sendmcast() 2194 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, in tipc_sk_publish() 2221 if (publ->upper != seq->upper) in tipc_sk_withdraw() 2743 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper)) in __tipc_nl_add_sk_publ()
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 25 upper filesystem that is providing the object. Similarly st_ino will 33 An overlay filesystem combines two filesystems - an 'upper' filesystem 35 object in the 'upper' filesystem is visible while the object in the 37 merged with the 'upper' object. 39 It would be more correct to refer to an upper and lower 'directory 42 requirement that the root of a filesystem be given for either upper or 47 overlayfs. The upper filesystem will normally be writable and if it 58 upper and lower filesystems and refers to a non-directory in either, 59 then the lower object is hidden - the name refers only to the upper 62 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 | btrfs.txt | 78 consequences when the system crashes. The upper bound is not forced,
|
/linux-4.4.14/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" 66 buf += " char lport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 94 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n" 95 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n" 109 buf += " char tport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 137 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n" 138 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n" 150 buf += " char tport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n" 275 …fabric_mod_port + "->" + fabric_mod_port + "_name[0], " + fabric_mod_name.upper() + "_NAMELEN, wwp… [all …]
|
/linux-4.4.14/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.4.14/drivers/infiniband/core/ |
D | roce_gid_mgmt.c | 92 struct net_device *upper) in is_eth_active_slave_of_bonding_rcu() argument 94 if (upper && netif_is_bond_master(upper)) { in is_eth_active_slave_of_bonding_rcu() 96 bond_option_active_slave_get_rcu(netdev_priv(upper)); in is_eth_active_slave_of_bonding_rcu() 106 static bool is_upper_dev_rcu(struct net_device *dev, struct net_device *upper) in is_upper_dev_rcu() argument 112 if (_upper == upper) in is_upper_dev_rcu() 115 return _upper == upper; in is_upper_dev_rcu() 416 struct net_device *upper; in handle_netdev_upper() member 418 struct net_device *upper; in handle_netdev_upper() local 425 netdev_for_each_all_upper_dev_rcu(ndev, upper, iter) { in handle_netdev_upper() 435 dev_hold(upper); in handle_netdev_upper() [all …]
|
/linux-4.4.14/arch/mips/mm/ |
D | init.c | 276 cfg[num_cfg].upper = cfg[num_cfg].lower; in platform_maar_init() 277 cfg[num_cfg].upper += boot_mem_map.map[i].size - 1; in platform_maar_init() 278 cfg[num_cfg].upper -= skip; in platform_maar_init() 295 phys_addr_t lower, upper, attr; in maar_init() local 336 upper = read_c0_maar(); in maar_init() 342 attr = lower & upper; in maar_init() 344 upper = ((upper & MIPS_MAAR_ADDR) << 4) | 0xffff; in maar_init() 352 pr_cont("%pa-%pa", &lower, &upper); in maar_init() 362 recorded.cfgs[recorded.used].upper = upper; in maar_init()
|
/linux-4.4.14/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.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 75 u64 count, upper, lower; in ebb_check_count() local 87 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count() 89 if (count > upper) { in ebb_check_count() 91 pmc, count, upper, count - upper); in ebb_check_count() 96 pmc, count, lower, upper, count - lower, upper - count); in ebb_check_count()
|
/linux-4.4.14/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.4.14/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
|
/linux-4.4.14/include/media/ |
D | ov772x.h | 28 unsigned char upper; member 40 .upper = (u & OV772X_EDGE_UPPER_MASK), \
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | entry-macro.S | 19 beq 1001f @ upper IRQ? 32 ldr \irqstat, [\irqstat] @ get upper interrupts
|
/linux-4.4.14/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.4.14/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.4.14/net/core/ |
D | dev.c | 4935 return __netdev_find_adj(upper_dev, &dev->all_adj_list.upper); in netdev_has_upper_dev() 4950 return !list_empty(&dev->all_adj_list.upper); in netdev_has_any_upper_dev() 4962 struct netdev_adjacent *upper; in netdev_master_upper_dev_get() local 4966 if (list_empty(&dev->adj_list.upper)) in netdev_master_upper_dev_get() 4969 upper = list_first_entry(&dev->adj_list.upper, in netdev_master_upper_dev_get() 4971 if (likely(upper->master)) in netdev_master_upper_dev_get() 4972 return upper->dev; in netdev_master_upper_dev_get() 4998 struct netdev_adjacent *upper; in netdev_upper_get_next_dev_rcu() local 5002 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list); in netdev_upper_get_next_dev_rcu() 5004 if (&upper->list == &dev->adj_list.upper) in netdev_upper_get_next_dev_rcu() [all …]
|
/linux-4.4.14/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.4.14/net/batman-adv/ |
D | multicast.c | 203 struct net_device *upper = bat_priv->soft_iface; in batadv_mcast_has_bridge() local 207 upper = netdev_master_upper_dev_get_rcu(upper); in batadv_mcast_has_bridge() 208 } while (upper && !(upper->priv_flags & IFF_EBRIDGE)); in batadv_mcast_has_bridge() 211 return upper; in batadv_mcast_has_bridge()
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/light/ |
D | us5182d.txt | 12 - upisemi,upper-dark-gain: 8-bit dark gain compensation factor(4 int and 4 32 upisemi,upper-dark-gain = /bits/ 8 <0x00>;
|
/linux-4.4.14/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.4.14/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.4.14/include/linux/ |
D | dcache.h | 565 static inline struct inode *d_backing_inode(const struct dentry *upper) in d_backing_inode() argument 567 struct inode *inode = upper->d_inode; in d_backing_inode() 582 static inline struct dentry *d_backing_dentry(struct dentry *upper) in d_backing_dentry() argument 584 return upper; in d_backing_dentry()
|
D | cper.h | 430 __u32 upper; member
|
D | thermal.h | 448 unsigned long upper, unsigned long lower, in thermal_zone_bind_cooling_device() argument
|
D | netdevice.h | 1569 struct list_head upper; member 1574 struct list_head upper; member 3573 for (iter = &(dev)->adj_list.upper, \ 3580 for (iter = &(dev)->all_adj_list.upper, \
|
/linux-4.4.14/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.4.14/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.4.14/drivers/of/ |
D | of_mdio.c | 33 unsigned int upper, lower; in of_get_phy_id() local 36 if (sscanf(cp, "ethernet-phy-id%4x.%4x", &upper, &lower) == 2) { in of_get_phy_id() 37 *phy_id = ((upper & 0xFFFF) << 16) | (lower & 0xFFFF); in of_get_phy_id()
|
/linux-4.4.14/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 | 2229 struct net_device *upper; in bond_has_this_ip() local 2237 netdev_for_each_all_upper_dev_rcu(bond->dev, upper, iter) { in bond_has_this_ip() 2238 if (ip == bond_confirm_addr(upper, 0, ip)) { in bond_has_this_ip() 2316 struct net_device *upper; in bond_verify_device_path() local 2327 netdev_for_each_upper_dev_rcu(start_dev, upper, iter) { in bond_verify_device_path() 2328 tags = bond_verify_device_path(upper, end_dev, level + 1); in bond_verify_device_path() 2334 if (is_vlan_dev(upper)) { in bond_verify_device_path() 2335 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path() 2336 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
|
/linux-4.4.14/drivers/power/ |
D | bq27xxx_battery.c | 1238 int upper, lower; in bq27xxx_battery_platform_read() local 1244 upper = pdata->read(dev, reg + 1); in bq27xxx_battery_platform_read() 1246 temp = upper; in bq27xxx_battery_platform_read() 1247 if (upper < 0) in bq27xxx_battery_platform_read() 1248 return upper; in bq27xxx_battery_platform_read() 1254 upper = pdata->read(dev, reg + 1); in bq27xxx_battery_platform_read() 1255 } while (temp != upper && --timeout); in bq27xxx_battery_platform_read() 1260 return (upper << 8) | lower; in bq27xxx_battery_platform_read()
|
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.4.14/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 | 1259 static unsigned int upper = ~0; /* "matroxfb:upper:xxxxx" */ variable 1826 if (upper != ~0) in initMatrox2() 1827 vesafb_defined.upper_margin = upper; in initMatrox2() 2179 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __init… member 2283 if (upper == ~0) in matroxfb_init_params() 2284 upper = timmings[res].upper; in matroxfb_init_params() 2357 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup() 2522 module_param(upper, int, 0); 2523 MODULE_PARM_DESC(upper, "Upper blank space (scans), overrides upper from vesa (default=vesa)");
|
/linux-4.4.14/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.4.14/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.4.14/security/selinux/ss/ |
D | policydb.c | 1679 struct user_datum *upper, *user; in user_bounds_sanity_check() local 1683 upper = user = datum; in user_bounds_sanity_check() 1684 while (upper->bounds) { in user_bounds_sanity_check() 1695 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check() 1697 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check() 1705 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check() 1716 struct role_datum *upper, *role; in role_bounds_sanity_check() local 1720 upper = role = datum; in role_bounds_sanity_check() 1721 while (upper->bounds) { in role_bounds_sanity_check() 1732 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/DocBook/ |
D | networking.xml.db | 322 API-netdev-has-upper-dev 323 API-netdev-master-upper-dev-get 324 API-netdev-upper-get-next-dev-rcu 325 API-netdev-all-upper-get-next-dev-rcu 330 API-netdev-master-upper-dev-get-rcu 331 API-netdev-upper-dev-link 332 API-netdev-master-upper-dev-link 333 API-netdev-upper-dev-unlink
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_vp_layer.c | 132 unsigned int size, unsigned int upper, unsigned int flags) in do_center() argument 140 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.4.14/arch/mips/dec/ |
D | int-handler.S | 167 # upper part of IOASIC Address 184 # upper part of IOASIC Address
|
/linux-4.4.14/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.4.14/drivers/block/ |
D | cciss.c | 346 temp64.val32.upper = chain_sg->Addr.upper; in cciss_unmap_sg_chain_block() 362 chain_sg->Addr.upper = temp64.val32.upper; in cciss_map_sg_chain_block() 1017 c->ErrDesc.Addr.upper = temp64.val32.upper; in cmd_alloc() 1053 c->ErrDesc.Addr.upper = temp64.val32.upper; in cmd_special_alloc() 1074 temp64.val32.upper = c->ErrDesc.Addr.upper; in cmd_special_free() 1540 c->SG[0].Addr.upper = temp64.val32.upper; in cciss_passthru() 1551 temp64.val32.upper = c->SG[0].Addr.upper; in cciss_passthru() 1668 c->SG[i].Addr.upper = temp64.val32.upper; in cciss_bigpassthru() 1678 temp64.val32.upper = c->SG[i].Addr.upper; in cciss_bigpassthru() 1853 temp64.val32.upper = curr_sg[sg_index].Addr.upper; in cciss_softirq_done() [all …]
|
D | cciss_scsi.c | 166 c->cmd.ErrDesc.Addr.upper = temp64.val32.upper; in scsi_cmd_alloc() 306 printk("Tag:0x%08x/0x%08x\n", cp->Header.Tag.upper, 333 cp->ErrDesc.Addr.upper, cp->ErrDesc.Addr.lower, 887 addr64.val32.upper = c->SG[0].Addr.upper; in cciss_unmap_one() 903 c->SG[0].Addr.upper = in cciss_map_one() 1384 curr_sg[sg_index].Addr.upper = in cciss_scatter_gather()
|
D | cciss_cmd.h | 69 __u32 upper; member
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/linux-4.4.14/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.4.14/scripts/ |
D | config | 36 --keep-case|-k Keep next symbols' case (dont' upper-case it)
|
/linux-4.4.14/include/uapi/linux/ |
D | tipc.h | 60 __u32 upper; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 48 upper/lower limit 51 upper/lower limit for second wakeup
|
/linux-4.4.14/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.4.14/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.4.14/drivers/crypto/caam/ |
D | desc_constr.h | 364 u32 upper = (data >> 16) >> 16; \ 366 (upper ? 0 : MATH_IFB)); \ 367 if (upper) \
|
/linux-4.4.14/arch/c6x/lib/ |
D | mpyll.S | 43 || mpy32u .m1x A5,B4,A3:A2 ; X1*Y0 (don't need upper 32-bits)
|
/linux-4.4.14/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.4.14/arch/arm/mm/ |
D | proc-v7-3level.S | 61 orr rpgdh, rpgdh, r2, lsl #(48 - 32) @ upper 32-bits of pgd
|
/linux-4.4.14/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.4.14/arch/h8300/lib/ |
D | udivsi3.S | 63 mulxu.w r0,er2 ; er2 = upper (AQ - 1) * divisor
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 24 codes, one per port. The upper 3 bytes are always
|
/linux-4.4.14/drivers/scsi/osd/ |
D | Kconfig | 26 Build a SCSI upper layer driver that exports /dev/osdX devices
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | defines.h | 242 } upper; member
|
D | ixgbevf.h | 344 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbevf_test_staterr()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 261 int upper, lower, cur_vit_mask; in ar5008_hw_cmn_spur_mitigate() local 281 upper = bin + 100; in ar5008_hw_cmn_spur_mitigate() 290 if ((cur_bin > lower) && (cur_bin < upper)) { in ar5008_hw_cmn_spur_mitigate() 302 upper = bin + 120; in ar5008_hw_cmn_spur_mitigate() 306 if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) { in ar5008_hw_cmn_spur_mitigate()
|
/linux-4.4.14/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 | ieee802154.txt | 9 are mainly two options available for upper layers:
|
D | x25-iface.txt | 85 call in question. But many upper layer protocols are not designed to
|
D | switchdev.txt | 152 bond will see it's upper master change. If that bond is moved into a bridge, 153 the bond's upper master will change. And so on. The driver will track such
|
D | de4x5.txt | 167 upper case. Examples:
|
D | 6pack.txt | 65 the firmware/KISS. The upper half is either empty or is sometimes
|
/linux-4.4.14/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() 376 rx_desc->wb.upper.vlan); in igbvf_clean_rx_irq() 379 rx_desc->wb.upper.status_error = 0; in igbvf_clean_rx_irq() 391 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igbvf_clean_rx_irq()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/powerpc/kvm/ |
D | book3s_emulate.c | 321 void kvmppc_set_bat(struct kvm_vcpu *vcpu, struct kvmppc_bat *bat, bool upper, in kvmppc_set_bat() argument 324 if (upper) { in kvmppc_set_bat()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 785 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in ixgbe_dump() 1573 rx_desc->wb.upper.status_error = 0; in ixgbe_alloc_rx_buffers() 1650 u16 vid = le16_to_cpu(rx_desc->wb.upper.vlan); in ixgbe_process_skb_fields() 1703 ntc = le32_to_cpu(rx_desc->wb.upper.status_error); in ixgbe_is_non_eop() 1896 unsigned int size = le16_to_cpu(rx_desc->wb.upper.length); in ixgbe_add_rx_frag() 2069 if (!rx_desc->wb.upper.status_error) in ixgbe_clean_rx_irq() 4744 struct net_device *upper; in ixgbe_configure_dfwd() local 4748 netdev_for_each_all_upper_dev_rcu(adapter->netdev, upper, iter) { in ixgbe_configure_dfwd() 4749 if (netif_is_macvlan(upper)) { in ixgbe_configure_dfwd() 4750 struct macvlan_dev *dfwd = netdev_priv(upper); in ixgbe_configure_dfwd() [all …]
|
D | ixgbe.h | 556 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbe_test_staterr()
|
/linux-4.4.14/kernel/time/ |
D | timeconst.bc | 30 by at most one in the upper half of the unsigned range. */
|
/linux-4.4.14/Documentation/misc-devices/ |
D | max6875 | 81 The command is the upper byte of the address: 0x80, 0x81, or 0x82.
|
/linux-4.4.14/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.4.14/drivers/video/fbdev/aty/ |
D | aty128fb.c | 1049 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local 1065 upper = var->upper_margin; in aty128_var_to_crtc() 1113 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc() 1238 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local 1264 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var() 1281 var->upper_margin = upper; in aty128_crtc_to_var()
|
/linux-4.4.14/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.4.14/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.4.14/arch/mips/kernel/ |
D | r4k_switch.S | 208 bgez t0, 1f # no: skip setting upper 32b
|
/linux-4.4.14/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 | 233 lower ('l') or upper case ('L') hex characters - and big endian order 234 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 | ntb.txt | 17 hardware drivers. The term "client" is used here to mean an upper layer
|
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
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 98 unsigned long upper, unsigned long lower, unsigned int weight); 107 upper:the Maximum cooling state for this trip point. 108 THERMAL_NO_LIMIT means no upper limit, 147 of tuples <lower-state upper-state> of state limits. Each trip
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 303 struct net_device *upper, in ipoib_get_net_dev_match_addr() local 314 netdev_for_each_all_upper_dev_rcu(dev, upper, iter) { in ipoib_get_net_dev_match_addr() 315 if (ipoib_is_dev_match_addr_rcu(addr, upper)) { in ipoib_get_net_dev_match_addr() 316 dev_hold(upper); in ipoib_get_net_dev_match_addr() 317 result = upper; in ipoib_get_net_dev_match_addr()
|
/linux-4.4.14/Documentation/power/ |
D | interface.txt | 52 representing a non-negative integer that will be used as an upper
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 73 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.4.14/arch/arm/boot/dts/ |
D | dove-cm-a510.dtsi | 100 /* Set upper NAND data bit to GPO */
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.h | 3439 u32 upper, lower, old_upper, loop = 0; \ 3440 upper = I915_READ(upper_reg); \ 3442 old_upper = upper; \ 3444 upper = I915_READ(upper_reg); \ 3445 } while (upper != old_upper && loop++ < 2); \ 3446 (u64)upper << 32 | lower; })
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 552 } upper; member 582 } upper; member 657 } upper; member 729 } upper; member
|
/linux-4.4.14/arch/m32r/lib/ |
D | checksum.S | 145 beqz r7, 1f ; swap the upper byte for the lower
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 985 bool upper = false; in gk104_pll_calc_hiclk() local 1009 upper = false; in gk104_pll_calc_hiclk() 1021 upper = true; in gk104_pll_calc_hiclk() 1028 if (upper) in gk104_pll_calc_hiclk()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2081 mdev->upper[priv->port] = NULL; in mlx4_en_destroy_netdev() 2639 mdev->upper[i] = mdev->pndev[i] ? in mlx4_en_netdev_event() 2642 if (!mdev->upper[i]) in mlx4_en_netdev_event() 2647 if (mdev->upper[i] != mdev->upper[i-1]) in mlx4_en_netdev_event() 3025 mdev->upper[port] = NULL; in mlx4_en_init_netdev()
|
D | mlx4_en.h | 394 struct net_device *upper[MLX4_MAX_PORTS + 1]; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | switch.txt | 60 The upper tier consists of a single dm-switch device. This device uses
|
/linux-4.4.14/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.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 121 The channel position is provided in LSB 16bits. The upper bits are
|
/linux-4.4.14/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.4.14/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.4.14/drivers/firmware/efi/ |
D | cper.c | 382 pcie->serial_number.lower, pcie->serial_number.upper); in cper_print_pcie()
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa_cmd.h | 181 u32 upper; member
|
/linux-4.4.14/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.4.14/drivers/net/wireless/realtek/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.4.14/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 25 - cell 1 denotes the upper 32 address bits and should be 0
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | align.S | 400 l32i a8, a4, 4 # same for upper address word
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | main.c | 138 struct net_device *upper = NULL; in mlx4_ib_get_netdev() local 140 upper = netdev_master_upper_dev_get_rcu(dev); in mlx4_ib_get_netdev() 141 if (upper) { in mlx4_ib_get_netdev() 144 active = bond_option_active_slave_get_rcu(netdev_priv(upper)); in mlx4_ib_get_netdev()
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 126 only the upper three bits are used (Bits 7 to 5). Bit 4
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 178 using the upper 8 bits:
|