Searched refs:physical (Results 51 - 75 of 79) sorted by relevance

1234

/linux-master/arch/s390/kernel/
H A Dentry.S186 stg %r2,__SF_SIE_CONTROL_PHYS(%r15) # save sie block physical..
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c773 finfo.physical = field->physical;
/linux-master/fs/btrfs/
H A Dblock-group.c1258 * to prevent the same logical address range and physical device space
1266 * physical device locations unless we take this special care.
2050 * Map a physical disk address to a list of logical addresses.
2054 * @physical: physical address to map to logical addresses
2055 * @logical: return array of logical addresses which map to @physical
2059 * Maps a particular @physical disk address to a list of @logical addresses.
2064 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
2098 if (!in_range(physical, map->stripes[i].physical,
2063 btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start, u64 physical, u64 **logical, int *naddrs, int *stripe_len) argument
[all...]
H A Daccessors.h320 BTRFS_SETGET_FUNCS(raid_stride_physical, struct btrfs_raid_stride, physical, 64);
324 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_physical, struct btrfs_raid_stride, physical, 64);
H A Draid56.c1065 disk_start = stripe->physical + sector_nr * sectorsize;
1172 bioc->stripes[i].physical;
/linux-master/include/uapi/linux/
H A Dcdrom.h318 * A CD-ROM physical sector size is 2048, 2052, 2056, 2324, 2332, 2336,
606 struct dvd_physical physical; member in union:__anon690
H A Dbtrfs_tree.h44 * chunk tree stores translations from logical -> physical block numbering
746 /* The physical location on disk. */
747 __le64 physical; member in struct:btrfs_raid_stride
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S84 * r0 = physical address of the parameters
90 mov r3, r0 @ physical address of parameters
/linux-master/include/uapi/drm/
H A Ddrm.h223 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
224 unsigned long size; /**< Requested physical size (bytes) */
548 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
572 unsigned long aperture_base; /* physical address */
/linux-master/tools/include/uapi/drm/
H A Ddrm.h223 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
224 unsigned long size; /**< Requested physical size (bytes) */
548 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
572 unsigned long aperture_base; /* physical address */
/linux-master/drivers/hid/
H A Dhid-input.c584 field->physical == HID_DG_STYLUS;
790 switch (field->physical) {
964 switch (field->physical) {
973 * If the physical is not given,
976 if (!field->physical) {
H A Dhid-multitouch.c127 __u8 buttons_count; /* number of physical buttons per touchpad */
1407 if (field->physical == HID_DG_STYLUS)
H A Dhid-debug.c2954 if (field->physical) {
2957 hid_resolv_usage(field->physical, f); seq_printf(f, ")\n");
H A Dwacom_sys.c238 field->physical == HID_DG_STYLUS) {
418 * X/Y maximum as well as the physical size of tablet. Since touch
765 * Devices with the same VID/PID must share the same physical
767 * the same physical parent device path.
2168 * Not all devices report physical dimensions from HID.
2371 /* Retrieve the physical and logical size for touch devices */
H A Dhid-core.c309 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL);
1153 * so that the same physical interaction generates an accumulated
1159 * The only guarantee is that the same physical interaction always generates
H A Dwacom_wac.c1950 /* older tablet may miss physical usage */
2159 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY) {
2987 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h124 * @used_bd_dma: physical address of buffer of used receive buffer descriptors (rbd)
337 * @base_rb_stts_dma: base physical address of receive buffer status
618 dram->fw[i].block, dram->fw[i].physical);
/linux-master/drivers/char/agp/
H A Dintel-gtt.c236 * The i810/i830 requires a physical address to program its mouse
249 /* kludge to get 4 physical pages for ARGB cursor */
265 /* kludge to get 4 physical pages for ARGB cursor */
273 new->physical = page_to_phys(new->pages[0]);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h693 * be confused with the physical device power state.
731 * @physical: page phy pointer
736 dma_addr_t physical; member in struct:iwl_dram_data
948 * @dma_addr: physical addr for BD's
/linux-master/fs/btrfs/tests/
H A Dextent-map-tests.c893 /* Assume we won't have more than 5 physical stripes */
930 map->stripes[i].physical = test->data_stripe_phys_start[i];
984 * intersects the physical address of the super block
999 * Test that out-of-range physical addresses are
/linux-master/include/linux/
H A Dhid.h486 unsigned physical; /* physical usage for this field */ member in struct:hid_field
659 char phys[64]; /* Device physical location */
/linux-master/fs/ext4/
H A Dextents.c1465 * and returns it at @logical + it's physical address at @phys
1529 * and returns it at @logical + it's physical address at @phys.
4297 * physical cluster, the physical block should start at the
4899 __u64 physical = 0; local
4913 physical = (__u64)iloc.bh->b_blocknr << blockbits;
4916 physical += offset;
4921 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits;
4930 iomap->addr = physical;
5787 * been mapped to a physical cluste
[all...]
/linux-master/arch/sparc/mm/
H A Dultra.S221 sub %o0, %g1, %o0 ! physical address
795 xcall_flush_dcache_page_cheetah: /* %g1 == physical page address */
807 xcall_flush_dcache_page_spitfire: /* %g1 == physical page address
/linux-master/arch/arm/boot/compressed/
H A Dhead.S69 mov \rb, #0x80000000 @ physical base address
263 * Find the start of physical memory. As we are executing
264 * without the MMU on, we are in the physical address space.
270 * platforms which align the start of their physical memory
274 * stricter alignment requirements on the start of physical
286 * validate the calculated start of physical memory, as its
288 * an offset from the same start of physical memory.
/linux-master/drivers/cdrom/
H A Dcdrom.c1769 int ret, layer_num = s->physical.layer_num;
1790 layer = &s->physical.layer[layer_num];

Completed in 397 milliseconds

1234