/linux-4.4.14/drivers/block/ |
D | loop.c | 89 static int transfer_xor(struct loop_device *lo, int cmd, in transfer_xor() 118 static int xor_init(struct loop_device *lo, const struct loop_info64 *info) in xor_init() 162 static loff_t get_loop_size(struct loop_device *lo, struct file *file) in get_loop_size() 167 static void __loop_update_dio(struct loop_device *lo, bool dio) in __loop_update_dio() 224 figure_loop_size(struct loop_device *lo, loff_t offset, loff_t sizelimit) in figure_loop_size() 244 lo_do_transfer(struct loop_device *lo, int cmd, in lo_do_transfer() 283 static int lo_write_simple(struct loop_device *lo, struct request *rq, in lo_write_simple() 305 static int lo_write_transfer(struct loop_device *lo, struct request *rq, in lo_write_transfer() 335 static int lo_read_simple(struct loop_device *lo, struct request *rq, in lo_read_simple() 364 static int lo_read_transfer(struct loop_device *lo, struct request *rq, in lo_read_transfer() [all …]
|
D | cryptoloop.c | 40 cryptoloop_init(struct loop_device *lo, const struct loop_info64 *info) in cryptoloop_init() 112 cryptoloop_transfer(struct loop_device *lo, int cmd, in cryptoloop_transfer() 170 cryptoloop_ioctl(struct loop_device *lo, int cmd, unsigned long arg) in cryptoloop_ioctl() 176 cryptoloop_release(struct loop_device *lo) in cryptoloop_release()
|
D | pktcdvd.c | 248 static void init_write_congestion_marks(int* lo, int* hi) in init_write_congestion_marks()
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 201 pnfs_get_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_get_layout_hdr() 214 pnfs_free_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_free_layout_hdr() 231 pnfs_detach_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_detach_layout_hdr() 242 pnfs_put_layout_hdr(struct pnfs_layout_hdr *lo) in pnfs_put_layout_hdr() 263 pnfs_layout_set_fail_bit(struct pnfs_layout_hdr *lo, int fail_bit) in pnfs_layout_set_fail_bit() 271 pnfs_layout_clear_fail_bit(struct pnfs_layout_hdr *lo, int fail_bit) in pnfs_layout_clear_fail_bit() 278 pnfs_layout_io_set_failed(struct pnfs_layout_hdr *lo, u32 iomode) in pnfs_layout_io_set_failed() 298 pnfs_layout_io_test_failed(struct pnfs_layout_hdr *lo, u32 iomode) in pnfs_layout_io_test_failed() 316 init_lseg(struct pnfs_layout_hdr *lo, struct pnfs_layout_segment *lseg) in init_lseg() 334 pnfs_layout_remove_lseg(struct pnfs_layout_hdr *lo, in pnfs_layout_remove_lseg() [all …]
|
D | callback_proc.c | 122 struct pnfs_layout_hdr *lo; in get_layout_by_fh_locked() local 152 struct pnfs_layout_hdr *lo; in get_layout_by_fh() local 167 struct pnfs_layout_hdr *lo; in initiate_file_draining() local
|
D | pnfs.h | 382 static inline void pnfs_set_retry_layoutget(struct pnfs_layout_hdr *lo) in pnfs_set_retry_layoutget() 388 static inline void pnfs_clear_retry_layoutget(struct pnfs_layout_hdr *lo) in pnfs_clear_retry_layoutget() 397 static inline bool pnfs_should_retry_layoutget(struct pnfs_layout_hdr *lo) in pnfs_should_retry_layoutget()
|
/linux-4.4.14/arch/mips/loongson64/common/cs5536/ |
D | cs5536_isa.c | 55 u32 hi, lo; in divil_lbar_enable() local 74 u32 hi, lo; in divil_lbar_disable() local 90 u32 hi = 0, lo = value; in pci_isa_write_bar() local 117 u32 hi, lo; in pci_isa_read_bar() local 140 u32 hi = 0, lo = value; in pci_isa_write_reg() local 235 u32 hi, lo; in pci_isa_read_reg() local
|
D | cs5536_ide.c | 21 u32 hi = 0, lo = value; in pci_ide_write_reg() local 103 u32 hi, lo; in pci_ide_read_reg() local
|
D | cs5536_acc.c | 21 u32 hi = 0, lo = value; in pci_acc_write_reg() local 68 u32 hi, lo; in pci_acc_read_reg() local
|
D | cs5536_ohci.c | 21 u32 hi = 0, lo = value; in pci_ohci_write_reg() local 77 u32 hi, lo; in pci_ohci_read_reg() local
|
D | cs5536_ehci.c | 21 u32 hi = 0, lo = value; in pci_ehci_write_reg() local 82 u32 hi, lo; in pci_ehci_read_reg() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 167 static loff_t get_loop_size(struct lloop_device *lo, struct file *file) in get_loop_size() 185 static int do_bio_lustrebacked(struct lloop_device *lo, struct bio *head) in do_bio_lustrebacked() 270 static void loop_add_bio(struct lloop_device *lo, struct bio *bio) in loop_add_bio() 290 static unsigned int loop_get_bio(struct lloop_device *lo, struct bio **req) in loop_get_bio() 338 struct lloop_device *lo = q->queuedata; in loop_make_request() local 373 static inline void loop_handle_bio(struct lloop_device *lo, struct bio *bio) in loop_handle_bio() 388 static inline int loop_active(struct lloop_device *lo) in loop_active() 400 struct lloop_device *lo = data; in loop_thread() local 473 static int loop_set_fd(struct lloop_device *lo, struct file *unused, in loop_set_fd() 551 static int loop_clr_fd(struct lloop_device *lo, struct block_device *bdev, in loop_clr_fd() [all …]
|
/linux-4.4.14/arch/metag/kernel/ |
D | sys_metag.c | 24 #define merge_64(hi, lo) ((((unsigned long long)(hi)) << 32) + \ argument 107 asmlinkage long sys_truncate64_metag(const char __user *path, unsigned long lo, in sys_truncate64_metag() 113 asmlinkage long sys_ftruncate64_metag(unsigned int fd, unsigned long lo, in sys_ftruncate64_metag() 128 asmlinkage long sys_readahead_metag(int fd, unsigned long lo, unsigned long hi, in sys_readahead_metag() 135 size_t count, unsigned long lo, in sys_pread64_metag() 142 size_t count, unsigned long lo, in sys_pwrite64_metag()
|
/linux-4.4.14/drivers/lguest/ |
D | interrupts_and_traps.c | 27 static unsigned long idt_address(u32 lo, u32 hi) in idt_address() 36 static int idt_type(u32 lo, u32 hi) in idt_type() 42 static bool idt_present(u32 lo, u32 hi) in idt_present() 141 static void guest_run_interrupt(struct lg_cpu *cpu, u32 lo, u32 hi) in guest_run_interrupt() 521 unsigned int num, u32 lo, u32 hi) in set_trap() 554 void load_guest_idt_entry(struct lg_cpu *cpu, unsigned int num, u32 lo, u32 hi) in load_guest_idt_entry()
|
D | segments.c | 182 void load_guest_gdt_entry(struct lg_cpu *cpu, u32 num, u32 lo, u32 hi) in load_guest_gdt_entry()
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-helper.h | 157 #define JEQ64(lo, hi, jt) \ argument 165 #define JNE64(lo, hi, jt) \ argument 177 #define JA64(lo, hi, jt) \ argument 194 #define JGE64(lo, hi, jt) \ argument 203 #define JLT64(lo, hi, jt) \ argument 221 #define JGT64(lo, hi, jt) \ argument 230 #define JLE64(lo, hi, jt) \ argument
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | lo.c | 40 static struct b43_lo_calib *b43_find_lo_calib(struct b43_txpower_lo_control *lo, in b43_find_lo_calib() 179 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_measure_txctl_values() local 276 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_read_power_vector() local 391 struct b43_txpower_lo_control *lo = gphy->lo_control; in lo_measure_setup() local 803 struct b43_txpower_lo_control *lo = dev->phy.g->lo_control; in b43_get_calib_lo_settings() local 823 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_gphy_dc_lt_init() local 937 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_lo_g_maintenance_work() local 998 struct b43_txpower_lo_control *lo = dev->phy.g->lo_control; in b43_lo_g_cleanup() local
|
D | phy_g.c | 221 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_set_txpower_g() local 286 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_gphy_gain_lt_init() local 2420 struct b43_txpower_lo_control *lo; in b43_gphy_op_allocate() local 2457 struct b43_txpower_lo_control *lo; in b43_gphy_op_prepare_structs() local 2518 struct b43_txpower_lo_control *lo = gphy->lo_control; in b43_gphy_op_prepare_hardware() local 2768 struct b43_txpower_lo_control *lo = dev->phy.g->lo_control; in b43_put_attenuation_into_ranges() local
|
D | debugfs.c | 442 struct b43_txpower_lo_control *lo; in loctls_read_file() local
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 30 unsigned int *lo, unsigned int *hi) in rdmsr() 78 unsigned int lo, hi; in decode_live() local
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
D | reset.c | 48 u32 hi, lo; in fl2f_reboot() local 57 u32 hi, lo, val; in fl2f_shutdown() local
|
/linux-4.4.14/drivers/ide/ |
D | ide-cd_verbose.c | 280 int lo = 0, mid, hi = ARRAY_SIZE(sense_data_texts); in ide_cd_log_error() local 312 int lo = 0, mid, hi = ARRAY_SIZE(packet_command_texts); in ide_cd_log_error() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | powernow-k8.c | 92 u32 lo, hi; in pending_bit_stuck() local 104 u32 lo, hi; in query_current_values_with_pending_wait() local 138 u32 lo, hi; in fidvid_msr_init() local 153 u32 lo; in write_new_fid() local 197 u32 lo; in write_new_vid() local 290 u32 maxvid, lo, rvomult = 1; in core_voltage_pre_transition() local
|
D | e_powersaver.c | 93 u32 lo, hi; in eps_get() local 110 u32 lo, hi; in eps_set_state() local 176 u32 lo, hi; in eps_cpu_init() local
|
D | sfi-cpufreq.c | 58 u32 lo, hi; in sfi_cpufreq_target() local
|
D | longhaul.c | 121 unsigned long invalue = 0, lo, hi; in longhaul_get_cpu_mult() local 776 u32 lo, hi; in longhaul_cpu_init() local
|
D | acpi-cpufreq.c | 90 u32 lo, hi; in boost_state() local 295 u32 lo, hi; in do_drv_write() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 33 u32 lo = lower_32_bits(time); in nv04_timer_time() local 46 u32 hi, lo; in nv04_timer_read() local
|
/linux-4.4.14/drivers/md/ |
D | md-cluster.c | 36 sector_t lo; member 42 __le64 lo; member 199 sector_t lo, sector_t hi) in add_resync_info() 237 sector_t lo, hi; in recover_bitmaps() local 382 int slot, sector_t lo, sector_t hi) in process_suspend_info() 640 sector_t lo, hi; in gather_all_resync_info() local 882 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() 906 sector_t lo, sector_t hi) in area_resyncing() 995 sector_t lo, hi; in gather_bitmaps() local
|
D | linear.c | 32 int lo, mid, hi; in which_dev() local
|
D | dm-stats.c | 566 unsigned lo = 0, hi = s->n_histogram_entries + 1; in dm_stat_for_entry() local
|
D | bitmap.c | 1870 sector_t block, lo = 0, hi = 0; in bitmap_copy_from_slot() local
|
D | md.c | 8528 int lo; in md_is_badblock() local 8608 int lo, hi; in md_set_badblocks() local 8776 int lo, hi; in md_clear_badblocks() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_doorbell.h | 59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64() 88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64()
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_ixp46x.c | 57 u32 lo, hi; in ixp_systime_read() local 71 u32 hi, lo; in ixp_systime_write() local 90 u32 ack = 0, lo, hi, val; in isr() local
|
D | ptp_pch.c | 160 u32 lo, hi; in pch_systime_read() local 174 u32 hi, lo; in pch_systime_write() local 258 u32 lo, hi; in pch_rx_snap_read() local 275 u32 lo, hi; in pch_tx_snap_read() local 366 u32 ack = 0, lo, hi, val; in isr() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | centaur.c | 21 u32 lo, hi; in init_c3() local 115 u32 lo, hi, newlo; in init_centaur() local
|
D | common.c | 220 unsigned long lo, hi; in squash_the_stupid_serial_number() local
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-loongson2.c | 185 void _rdmsr(u32 msr, u32 *hi, u32 *lo) in _rdmsr() 201 void _wrmsr(u32 msr, u32 hi, u32 lo) in _wrmsr()
|
D | fixup-lemote2f.c | 130 u32 hi, lo; in loongson_cs5536_ehci_fixup() local
|
/linux-4.4.14/arch/ia64/lib/ |
D | carta_random.S | 15 #define lo r8 macro
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | winchip.c | 29 u32 lo, hi; in winchip_mcheck_init() local
|
D | mce_amd.c | 126 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() 154 u32 hi, lo; in threshold_restart_bank() local 502 u32 lo, hi; in show_error_count() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 62 u32 hi, lo; in i40e_ptp_read() local 309 u32 hi, lo; in i40e_ptp_tx_hwtstamp() local 345 u32 prttsyn_stat, hi, lo; in i40e_ptp_rx_hwtstamp() local
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 318 layout_update_len(struct nfsd4_layout_seg *lo, u64 end) in layout_update_len() 327 layouts_overlapping(struct nfs4_layout *lo, struct nfsd4_layout_seg *s) in layouts_overlapping() 339 layouts_try_merge(struct nfsd4_layout_seg *lo, struct nfsd4_layout_seg *new) in layouts_try_merge() 438 struct nfsd4_layout_seg *lo = &lp->lo_seg; in nfsd4_return_file_layout() local
|
D | nfs4state.c | 1115 struct nfs4_lockowner *lo = lockowner(stp->st_stateowner); in nfs4_free_lock_stateid() local 1171 static void unhash_lockowner_locked(struct nfs4_lockowner *lo) in unhash_lockowner_locked() 1203 static void release_lockowner(struct nfs4_lockowner *lo) in release_lockowner() 5250 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner; in nfsd4_fl_get_owner() local 5259 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner; in nfsd4_fl_put_owner() local 5273 struct nfs4_lockowner *lo; in nfs4_set_lock_denied() local 5321 struct nfs4_lockowner *lo; in find_lockowner_str() local 5336 struct nfs4_lockowner *lo = lockowner(sop); in nfs4_free_lockowner() local 5358 struct nfs4_lockowner *lo, *ret; in alloc_init_lock_stateowner() local 5381 init_lock_stateid(struct nfs4_ol_stateid *stp, struct nfs4_lockowner *lo, in init_lock_stateid() [all …]
|
/linux-4.4.14/include/linux/ |
D | cnt32_to_63.h | 24 u32 lo, hi; member
|
D | kernel.h | 755 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) argument 783 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) argument 796 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) argument
|
D | cs5535.h | 55 uint32_t lo, hi; in cs5535_pic_unreqz_select_high() local
|
D | intel-iommu.h | 80 u32 lo, hi; in dmar_readq() local
|
/linux-4.4.14/crypto/ |
D | fcrypt.c | 58 #define ror56(hi, lo, n) \ argument 350 u32 hi, lo; /* hi is upper 24 bits and lo lower 32, total 56 */ in fcrypt_setkey() local
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | dt2814.c | 81 int n, hi, lo; in dt2814_ai_insn_read() local 198 int lo, hi; in dt2814_interrupt() local
|
D | dt2815.c | 100 unsigned int lo, hi; in dt2815_ao_insn() local
|
D | jr3_pci.c | 380 u32 __iomem *lo; in jr3_write_firmware() local
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 50 u32 lo, hi; in k8_check_syscfg_dram_mod_en() local 452 unsigned lo, dummy; in get_mtrr_state() local 537 unsigned lo, hi; in set_fixed_range() local 656 unsigned int lo, hi; in set_mtrr_var_ranges() local
|
D | centaur.c | 50 void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi) in mtrr_centaur_report_mcr()
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | mrfl.c | 22 u32 lo, hi, ratio, fsb, bus_freq; in tangier_calibrate_tsc() local
|
D | mfld.c | 33 u32 lo, hi, ratio, fsb; in mfld_calibrate_tsc() local
|
/linux-4.4.14/Documentation/prctl/ |
D | disable-tsc-test.c | 34 uint32_t lo, hi; in rdtsc() local
|
D | disable-tsc-on-off-stress-test.c | 34 uint32_t lo, hi; in rdtsc() local
|
D | disable-tsc-ctxt-sw-stress-test.c | 32 uint32_t lo, hi; in rdtsc() local
|
/linux-4.4.14/arch/arm/include/asm/ |
D | therm.h | 25 int lo; member
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 436 static void bl_free_layout_hdr(struct pnfs_layout_hdr *lo) in bl_free_layout_hdr() 540 bl_alloc_extent(struct xdr_stream *xdr, struct pnfs_layout_hdr *lo, in bl_alloc_extent() 595 bl_alloc_lseg(struct pnfs_layout_hdr *lo, struct nfs4_layoutget_res *lgr, in bl_alloc_lseg() 687 bl_return_range(struct pnfs_layout_hdr *lo, in bl_return_range()
|
D | blocklayout.h | 137 BLK_LO2EXT(struct pnfs_layout_hdr *lo) in BLK_LO2EXT()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | g94.c | 27 g94_gpio_intr_stat(struct nvkm_gpio *gpio, u32 *hi, u32 *lo) in g94_gpio_intr_stat()
|
D | gk104.c | 27 gk104_gpio_intr_stat(struct nvkm_gpio *gpio, u32 *hi, u32 *lo) in gk104_gpio_intr_stat()
|
D | nv10.c | 83 nv10_gpio_intr_stat(struct nvkm_gpio *gpio, u32 *hi, u32 *lo) in nv10_gpio_intr_stat()
|
D | nv50.c | 96 nv50_gpio_intr_stat(struct nvkm_gpio *gpio, u32 *hi, u32 *lo) in nv50_gpio_intr_stat()
|
D | base.c | 150 u32 hi, lo, i; in nvkm_gpio_intr() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | gk104.c | 28 gk104_aux_stat(struct nvkm_i2c *i2c, u32 *hi, u32 *lo, u32 *rq, u32 *tx) in gk104_aux_stat()
|
D | g94.c | 28 g94_aux_stat(struct nvkm_i2c *i2c, u32 *hi, u32 *lo, u32 *rq, u32 *tx) in g94_aux_stat()
|
D | base.c | 133 u32 hi, lo, rq, tx; in nvkm_i2c_intr() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | edid.h | 66 #define COMBINE_HI_8LO( hi, lo ) \ argument 69 #define COMBINE_HI_4LO( hi, lo ) \ argument
|
D | bt431.h | 79 volatile u16 *lo = &(regs->addr_lo); in bt431_select_reg() local
|
D | tridentfb.c | 843 unsigned char hi, lo; in set_vclk() local
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar_ptp.c | 160 u32 lo, hi; in tmr_cnt_read() local 173 u32 lo = ns & 0xffffffff; in tmr_cnt_write() local 183 u32 lo, hi; in set_alarm() local 211 u32 ack = 0, lo, hi, mask, val; in isr() local
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | blackfin.h | 55 #define lo(con32) ((con32) & 0xFFFF) macro
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capidtmf.c | 252 long d, e, q1, q2, lo, mid, hi; in capidtmf_goertzel_result() local 495 dword lo, hi; in capidtmf_recv_block() local
|
/linux-4.4.14/arch/arm/kernel/ |
D | xscale-cp0.c | 121 u32 lo; in cpu_has_iwmmxt() local
|
/linux-4.4.14/include/linux/qed/ |
D | qed_chain.h | 23 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument 24 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument 25 #define HILO_64(hi, lo) HILO_GEN((le32_to_cpu(hi)), (le32_to_cpu(lo)), u64) argument
|
D | common_hsi.h | 311 __le32 lo; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc_msr.c | 85 u32 lo, hi, ratio, freq_id, freq; in try_msr_calibrate_tsc() local
|
D | process.c | 354 u32 lo, hi; in amd_e400_idle() local
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip28-berr.c | 53 u32 lo; member 317 static int check_microtlb(u32 hi, u32 lo, unsigned long vaddr) in check_microtlb()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | mv64x60.h | 39 u32 lo; member
|
D | mv64x60.c | 155 u32 lo; member 162 u32 lo; member
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | display_gx.c | 29 uint32_t hi, lo; in gx_frame_buffer_size() local
|
D | lxfb_ops.c | 319 uint32_t hi, lo; in lx_framebuffer_size() local
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utmath.c | 61 u32 lo; member
|
/linux-4.4.14/drivers/parport/ |
D | parport_serial.c | 76 int lo; member 558 int lo = card->addr[n].lo; in parport_register() local
|
D | parport_pc.c | 2658 int lo; member 2837 int lo = cards[i].addr[n].lo; in parport_pc_pci_probe() local
|
/linux-4.4.14/drivers/ssb/ |
D | scan.c | 163 u32 lo, hi; in scan_read32() local
|
D | pcmcia.c | 261 u32 lo = 0xFFFFFFFF, hi = 0xFFFFFFFF; in ssb_pcmcia_read32() local 472 u8 lo, hi; in ssb_pcmcia_sprom_read() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 34 u32 lo = *(hiref + 1); in bnx2x_hilo() local 554 u32 lo; in bnx2x_bmac_stats_update() member 809 u32 lo; in bnx2x_hw_stats_update() member
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 44 ff_layout_free_layout_hdr(struct pnfs_layout_hdr *lo) in ff_layout_free_layout_hdr() 162 ff_layout_add_mirror(struct pnfs_layout_hdr *lo, in ff_layout_add_mirror() 319 ff_layout_add_lseg(struct pnfs_layout_hdr *lo, in ff_layout_add_lseg() 968 struct pnfs_layout_hdr *lo = lseg->pls_layout; in ff_layout_async_handle_error_v4() local 1851 ff_layout_encode_layoutreturn(struct pnfs_layout_hdr *lo, in ff_layout_encode_layoutreturn() 2026 struct pnfs_layout_hdr *lo, in ff_layout_mirror_prepare_stats()
|
D | flexfilelayout.h | 106 FF_LAYOUT_FROM_HDR(struct pnfs_layout_hdr *lo) in FF_LAYOUT_FROM_HDR()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_atmel.h | 118 int lo, hi; in atmel_get_base_addr() local
|
D | tpm_nsc.c | 267 int lo, hi, err; in init_nsc() local
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objlayout.h | 68 OBJLAYOUT(struct pnfs_layout_hdr *lo) in OBJLAYOUT()
|
D | objlayout.c | 68 objlayout_free_layout_hdr(struct pnfs_layout_hdr *lo) in objlayout_free_layout_hdr()
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-ns2.c | 36 #define VCO_CTRL_VAL(uo, lo) { .u_offset = uo, .l_offset = lo } argument
|
D | clk-cygnus.c | 44 #define VCO_CTRL_VAL(uo, lo) { .u_offset = uo, .l_offset = lo } argument
|
/linux-4.4.14/drivers/char/hw_random/ |
D | via-rng.c | 136 u32 lo, hi, old_lo; in via_rng_init() local
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 127 struct pnfs_layout_hdr *lo = lseg->pls_layout; in filelayout_async_handle_error() local 563 filelayout_check_layout(struct pnfs_layout_hdr *lo, in filelayout_check_layout() 1099 filelayout_free_layout_hdr(struct pnfs_layout_hdr *lo) in filelayout_free_layout_hdr()
|
D | filelayout.h | 75 FILELAYOUT_FROM_HDR(struct pnfs_layout_hdr *lo) in FILELAYOUT_FROM_HDR()
|
/linux-4.4.14/arch/mips/vdso/ |
D | gettimeofday.c | 84 u32 hi, hi2, lo; in read_gic_count() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | ctrl.c | 77 u32 lo, hi; in nvkm_control_mthd_pstate_attr() local
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 130 s8 lo; in lis3lv02d_read_8() local 139 u8 lo, hi; in lis3lv02d_read_12() local 150 u8 lo, hi; in lis331dlh_read_data() local
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | dma_fifo.c | 38 static bool addr_check(unsigned check, unsigned lo, unsigned hi) in addr_check()
|
/linux-4.4.14/lib/ |
D | hexdump.c | 51 int lo = hex_to_bin(*src++); in hex2bin() local
|
D | bch.c | 1082 uint32_t data, hi, lo, *tab; in build_mod8_tables() local
|
D | vsprintf.c | 984 u8 hi, lo; in ip6_compressed_string() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 170 unsigned long value, hi, lo; in apply_relocate_add() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | time.h | 96 unsigned int hi, lo, hi2; in get_rtc() local
|
/linux-4.4.14/arch/mips/include/asm/ |
D | ptrace.h | 40 unsigned long lo; member
|
D | sgiarcs.h | 167 u32 lo; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 52 u64 hi, lo; in mlx4_en_get_cqe_ts() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mtrr.h | 83 static inline void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi) in mtrr_centaur_report_mcr()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_uvd.c | 339 uint32_t cmd, lo, hi; in amdgpu_uvd_cs_pass1() local 625 uint32_t cmd, lo, hi; in amdgpu_uvd_cs_pass2() local
|
D | amdgpu_vce.c | 522 int lo, int hi, unsigned size, uint32_t index) in amdgpu_vce_cs_reloc()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ptrace.h | 41 __u64 lo; member
|
D | kvm.h | 33 __u64 lo; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | ani.c | 80 static const s8 lo[] = { -64, -70 }; in ath5k_ani_set_noise_immunity_level() local
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_effect.c | 138 effect_get_offset(struct snd_midi_channel *chan, int lo, int hi, int mode) in effect_get_offset()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | unwind.c | 50 unsigned long lo, hi, mid; in find_unwind_entry_in_table() local
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_device.c | 46 u64 lo, hi, dp_dma_addr; in mic_dp_init() local
|
/linux-4.4.14/arch/mips/mm/ |
D | tlb-r4k.c | 316 unsigned long lo; in __update_tlb() local
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-cs5535.c | 149 uint32_t lo, hi; in cs5535_gpio_set_irq() local
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 85 u32 lo, hi; in igb_ptp_read_82576() local 101 u32 lo, hi; in igb_ptp_read_82580() local
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-mips-gic.c | 141 unsigned int hi, hi2, lo; in gic_read_count() local 200 unsigned int hi, lo; in gic_read_compare() local
|
/linux-4.4.14/drivers/acpi/ |
D | processor_perflib.c | 292 u32 hi, lo, fid, did; in amd_fixup_frequency() local
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 314 u32 lo, hi; in setup_sci_interrupt() local
|
/linux-4.4.14/drivers/input/keyboard/ |
D | hil_kbd.c | 226 unsigned int lo, hi, val; in hil_dev_handle_ptr_events() local
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 68 u32 hi, lo; in cpts_fifo_read() local
|
D | tlan.c | 2477 u16 lo; in tlan_phy_detect() local
|
/linux-4.4.14/arch/m68k/amiga/ |
D | config.c | 499 unsigned short hi, lo, hi2; in amiga_gettimeoffset() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 470 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, in radeon_vce_cs_reloc()
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 244 u32 lo, hi; in dbgp_set_data() local 259 u32 lo, hi; in dbgp_get_data() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 607 u32 v, lo; in t3_mac_update_stats() local
|
D | cxgb3_main.c | 939 static int send_pktsched_cmd(struct adapter *adap, int sched, int qidx, int lo, in send_pktsched_cmd() 2122 static int in_range(int val, int lo, int hi) in in_range()
|
/linux-4.4.14/arch/arm64/net/ |
D | bpf_jit_comp.c | 97 u16 lo = val & 0xffff; in emit_a64_mov_i() local
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_pci_modern.c | 62 __le32 __iomem *lo, __le32 __iomem *hi) in vp_iowrite64_twopart()
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps_64.c | 213 __u64 lo, hi; in misaligned_load() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | pm3393.c | 507 u32 val, lo, mid, hi, enabled = cmac->instance->enabled; in pm3393_macaddress_set() local
|
D | vsc7326.c | 577 u32 v, lo; in rmon_update() local
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 264 u32 lo; in ixp_ptp_match() local 289 u32 ch, hi, lo, val; in ixp_rx_timestamp() local 332 u32 ch, cnt, hi, lo, val; in ixp_tx_timestamp() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-fh.h | 481 __le32 lo; member
|
D | iwl-trans.h | 380 #define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 264 u32 lo = pstate->base.domain[clock->name]; in nvkm_pstate_info() local
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 918 u32 lo, hi; in bfin_ptp_time_read() local 932 u32 hi, lo; in bfin_ptp_time_write() local
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 1411 struct net_device *lo = net->loopback_dev; in resize_platform_label_table() local 1424 struct net_device *lo = net->loopback_dev; in resize_platform_label_table() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 1049 u32 hi, lo; in netxen_load_firmware() local 1263 u32 hi, lo; in netxen_init_dummy_dma() local
|
D | netxen_nic_hw.c | 521 u32 hi = 0, lo = 0; in netxen_nic_set_mcast_addr() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 176 static inline u16 Mk16(u8 hi, u8 lo) in Mk16()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 166 static inline u16 Mk16(u8 hi, u8 lo) in Mk16()
|
/linux-4.4.14/drivers/clocksource/ |
D | exynos_mct.c | 177 unsigned int lo, hi; in exynos4_read_count_64() local
|
/linux-4.4.14/arch/arm64/kernel/ |
D | signal32.c | 226 u64 lo; member
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_verifier.c | 304 unsigned long lo = ~0, hi = 0, tmp; in finish_current_sequence() local
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 571 int lo; in ksocknal_del_peer() local 1720 int lo; in ksocknal_close_matching_conns() local
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 509 int lo; in lnet_str2tbs_expand() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 142 unsigned hi, lo; in sm_lookup_bitmap() local
|
D | dm-btree.c | 43 int lo = -1, hi = le32_to_cpu(n->header.nr_entries); in bsearch() local
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_tkip.c | 188 static inline u16 Mk16(u8 hi, u8 lo) in Mk16()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 487 int lo; in kiblnd_del_peer() local 962 int lo; in kiblnd_close_matching_conns() local
|
/linux-4.4.14/security/keys/ |
D | keyring.c | 164 u64 lo = (u64)(u32)(x) * y; in mult_64x32_and_fold() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgt215.c | 101 int i, lo, hi; in gt215_link_train_calc() local
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 128 u32 lo; in pch_ptp_match() local 154 u32 hi, lo, val; in pch_rx_timestamp() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 1168 u32 hi, lo; in qlcnic_load_firmware() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil_types.h | 424 u16 lo; /* lower 16 bits of IV */ member 446 __le16 lo; /* lower 16 bits of IV */ member
|
D | sdio.c | 1245 u8 hi, lo; in brcmf_sdio_rxfail() local 1299 u8 i, hi, lo; in brcmf_sdio_txfail() local
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 1413 u32 hi, lo, value; in set_flow_ctrl_old() local 1439 u32 hi, lo, value; in set_flow_ctrl_new() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | gio_defs.h | 571 unsigned int lo : 13; member 598 unsigned int lo : 13; member 625 unsigned int lo : 13; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | ov534.c | 949 u8 lo = sccb_reg_read(gspca_dev, 0x10); in getexposure() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | compal-laptop.c | 254 int hi, lo; in ec_read_u16() local
|
D | asus-laptop.c | 1251 int err, hi, lo; in ls_value_show() local
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 2068 u32 lo; in bnx2fc_allocate_hash_table() local
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | hdm_usb.c | 806 u16 hi, mi, lo, link; in hdm_update_netinfo() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede.h | 165 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) argument
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 2246 u16 lo, hi; in wlc_phy_noise_read_shmem() local 2293 u16 lo, hi; in wlc_phy_noise_sample_intr() local
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 372 u16 slot, u8 hi, u8 lo, struct ib_dm_mad *mad) in srpt_get_svc_entries() 413 u8 hi, lo; in srpt_mgmt_method_get() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unwind.c | 716 struct unw_reg_info *lo, struct unw_reg_info *hi) in alloc_spill_area() 1503 unsigned long lo, hi, mid; in lookup() local
|
/linux-4.4.14/drivers/edac/ |
D | amd64_edac.h | 271 u32 lo, hi; member
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 381 #define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) argument
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | main.c | 493 u32 lo = (tsf & 0x00000000FFFFFFFFULL); in b43legacy_tsf_write_locked() local 3112 struct b43legacy_lopair *lo; in setup_struct_phy_for_init() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 369 #define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) argument
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 401 #define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) argument
|
/linux-4.4.14/drivers/media/rc/ |
D | mceusb.c | 945 u8 lo = ir->buf_in[index + 2] & 0xff; in mceusb_handle_command() local
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | ptrace.h | 195 __u32 lo; member
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 384 u16 hi, lo; in ptp_dp83640_adjfreq() local
|
/linux-4.4.14/drivers/hwmon/ |
D | applesmc.c | 375 static int applesmc_get_lower_bound(unsigned int *lo, const char *key) in applesmc_get_lower_bound()
|
/linux-4.4.14/drivers/misc/ |
D | apds990x.c | 336 int ret, lo, hi; in apds990x_refresh_pthres() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 2617 u32 lo, hi; in bcm_enetsw_get_ethtool_stats() local
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emufx.c | 620 u32 pc, lo, hi; in snd_emu10k1_code_poke() local
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 266 __le32 lo; member
|
/linux-4.4.14/mm/ |
D | page-writeback.c | 1403 long lo = ilog2(wb->dirty_ratelimit); in wb_min_pause() local
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 226 u32 lo = (u32)sas_addr; in mvs_set_sas_addr() local
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r.h | 127 #define MAKEWORD(lo, hi) ((u16)((u8)(lo) | ((u16)(u8)(hi) << 8))) argument 132 #define MAKEDWORD(lo, hi) ((u32)((u16)(lo) | ((u32)(u16)(hi) << 16))) argument
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 1411 u32 lo; in nes_clean_cq() local
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2.h | 568 u16 lo, hi; in ocfs2_set_links_count() local
|
/linux-4.4.14/sound/isa/ |
D | es18xx.c | 1561 int hi,lo; in snd_es18xx_identify() local
|