Home
last modified time | relevance | path

Searched refs:field_offset (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dexfldio.c685 u32 field_offset = 0; in acpi_ex_extract_from_field() local
752 acpi_ex_field_datum_io(obj_desc, field_offset, &raw_datum, in acpi_ex_extract_from_field()
766 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_extract_from_field()
767 status = acpi_ex_field_datum_io(obj_desc, field_offset, in acpi_ex_extract_from_field()
845 u32 field_offset = 0; in acpi_ex_insert_into_field() local
937 field_offset); in acpi_ex_insert_into_field()
942 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_insert_into_field()
995 field_offset); in acpi_ex_insert_into_field()
/linux-4.1.27/drivers/input/mouse/
Dtrackpoint.c107 size_t field_offset; member
118 unsigned char value = *(unsigned char *)((char *)tp + attr->field_offset); in trackpoint_show_int_attr()
131 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset); in trackpoint_set_int_attr()
147 .field_offset = offsetof(struct trackpoint_data, _name), \
160 unsigned char *field = (unsigned char *)((char *)tp + attr->field_offset); in trackpoint_set_bit_attr()
185 .field_offset = offsetof(struct trackpoint_data, \
Delantech.c1269 size_t field_offset; member
1281 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_show_int_attr()
1298 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_set_int_attr()
1324 .field_offset = offsetof(struct elantech_data, _name), \
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc.c1811 unsigned int field_offset, in calc_vrfb_rotation_offset() argument
1854 if (field_offset) in calc_vrfb_rotation_offset()
1855 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1876 if (field_offset) in calc_vrfb_rotation_offset()
1877 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1896 unsigned int field_offset, in calc_dma_rotation_offset() argument
1936 if (field_offset) in calc_dma_rotation_offset()
1937 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1951 if (field_offset) in calc_dma_rotation_offset()
1952 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
[all …]
/linux-4.1.27/drivers/input/touchscreen/
Dedt-ft5x06.c325 size_t field_offset; member
338 .field_offset = offsetof(struct edt_ft5x06_ts_data, _field), \
353 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_show()
414 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_store()
Delants_i2c.c983 size_t field_offset; member
996 .field_offset = offsetof(struct elants_data, _field), \
1008 u8 *field = (u8 *)((char *)ts + attr->field_offset); in elants_version_attribute_show()
/linux-4.1.27/fs/xfs/
Dxfs_log.c3772 __psint_t field_offset; in xlog_verify_iclog() local
3809 field_offset = (__psint_t) in xlog_verify_iclog()
3811 if (!syncing || (field_offset & 0x1ff)) { in xlog_verify_iclog()
3829 (unsigned long)field_offset); in xlog_verify_iclog()
3832 field_offset = (__psint_t) in xlog_verify_iclog()
3834 if (!syncing || (field_offset & 0x1ff)) { in xlog_verify_iclog()
/linux-4.1.27/drivers/input/misc/
Dims-pcu.c1053 size_t field_offset; member
1065 char *field = (char *)pcu + attr->field_offset; in ims_pcu_attribute_show()
1079 char *field = (char *)pcu + attr->field_offset; in ims_pcu_attribute_store()
1115 .field_offset = offsetof(struct ims_pcu, _field), \