Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dexfldio.c695 u32 field_offset = 0; in acpi_ex_extract_from_field() local
762 acpi_ex_field_datum_io(obj_desc, field_offset, &raw_datum, in acpi_ex_extract_from_field()
776 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_extract_from_field()
777 status = acpi_ex_field_datum_io(obj_desc, field_offset, in acpi_ex_extract_from_field()
855 u32 field_offset = 0; in acpi_ex_insert_into_field() local
947 field_offset); in acpi_ex_insert_into_field()
952 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_insert_into_field()
1005 field_offset); in acpi_ex_insert_into_field()
/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.c1061 size_t field_offset; member
1073 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_show_int_attr()
1090 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_set_int_attr()
1116 .field_offset = offsetof(struct elantech_data, _name), \
/drivers/video/omap2/dss/
Ddispc.c1708 unsigned int field_offset, in calc_vrfb_rotation_offset() argument
1751 if (field_offset) in calc_vrfb_rotation_offset()
1752 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1773 if (field_offset) in calc_vrfb_rotation_offset()
1774 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1793 unsigned int field_offset, in calc_dma_rotation_offset() argument
1833 if (field_offset) in calc_dma_rotation_offset()
1834 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1848 if (field_offset) in calc_dma_rotation_offset()
1849 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
[all …]
/drivers/staging/wlags49_h2/
Dwl_profile.c906 int field_offset = 0; in parse_mac_address() local
919 byte_field[field_offset] = value[value_offset]; in parse_mac_address()
920 field_offset++; in parse_mac_address()
924 if (field_offset == 2) { in parse_mac_address()
925 byte_field[field_offset] = '\0'; in parse_mac_address()
927 field_offset = 0; in parse_mac_address()
/drivers/input/touchscreen/
Dedt-ft5x06.c234 size_t field_offset; member
245 .field_offset = \
260 u8 *field = (u8 *)((char *)tsdata + attr->field_offset); in edt_ft5x06_setting_show()
302 u8 *field = (u8 *)((char *)tsdata + attr->field_offset); in edt_ft5x06_setting_store()
/drivers/input/misc/
Dims-pcu.c1043 size_t field_offset; member
1055 char *field = (char *)pcu + attr->field_offset; in ims_pcu_attribute_show()
1069 char *field = (char *)pcu + attr->field_offset; in ims_pcu_attribute_store()
1105 .field_offset = offsetof(struct ims_pcu, _field), \