Searched refs:field_offset (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | exfldio.c | 688 u32 field_offset = 0; in acpi_ex_extract_from_field() local 755 acpi_ex_field_datum_io(obj_desc, field_offset, &raw_datum, in acpi_ex_extract_from_field() 769 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_extract_from_field() 771 acpi_ex_field_datum_io(obj_desc, field_offset, &raw_datum, in acpi_ex_extract_from_field() 849 u32 field_offset = 0; in acpi_ex_insert_into_field() local 934 field_offset); in acpi_ex_insert_into_field() 939 field_offset += obj_desc->common_field.access_byte_width; in acpi_ex_insert_into_field() 992 field_offset); in acpi_ex_insert_into_field()
|
/drivers/input/mouse/ |
D | trackpoint.c | 107 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, \
|
D | elantech.c | 1286 size_t field_offset; member 1298 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_show_int_attr() 1315 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_set_int_attr() 1341 .field_offset = offsetof(struct elantech_data, _name), \
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1868 unsigned int field_offset, in calc_vrfb_rotation_offset() argument 1911 if (field_offset) in calc_vrfb_rotation_offset() 1912 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1933 if (field_offset) in calc_vrfb_rotation_offset() 1934 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1953 unsigned int field_offset, in calc_dma_rotation_offset() argument 1993 if (field_offset) in calc_dma_rotation_offset() 1994 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 2008 if (field_offset) in calc_dma_rotation_offset() 2009 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() [all …]
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 1901 unsigned int field_offset, in calc_vrfb_rotation_offset() argument 1944 if (field_offset) in calc_vrfb_rotation_offset() 1945 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1966 if (field_offset) in calc_vrfb_rotation_offset() 1967 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1986 unsigned int field_offset, in calc_dma_rotation_offset() argument 2026 if (field_offset) in calc_dma_rotation_offset() 2027 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 2041 if (field_offset) in calc_dma_rotation_offset() 2042 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() [all …]
|
/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 329 size_t field_offset; member 342 .field_offset = offsetof(struct edt_ft5x06_ts_data, _field), \ 357 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_show() 418 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_store()
|
D | elants_i2c.c | 1008 size_t field_offset; member 1021 .field_offset = offsetof(struct elants_data, _field), \ 1033 u8 *field = (u8 *)((char *)ts + attr->field_offset); in elants_version_attribute_show()
|
/drivers/input/misc/ |
D | ims-pcu.c | 1053 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), \
|