Searched refs:field_offset (Results 1 – 6 of 6) sorted by relevance
/drivers/acpi/acpica/ |
D | exfldio.c | 685 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()
|
/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 | 1270 size_t field_offset; member 1282 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_show_int_attr() 1299 unsigned char *reg = (unsigned char *) etd + attr->field_offset; in elantech_set_int_attr() 1325 .field_offset = offsetof(struct elantech_data, _name), \
|
/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1721 unsigned int field_offset, in calc_vrfb_rotation_offset() argument 1764 if (field_offset) in calc_vrfb_rotation_offset() 1765 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1786 if (field_offset) in calc_vrfb_rotation_offset() 1787 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1806 unsigned int field_offset, in calc_dma_rotation_offset() argument 1846 if (field_offset) in calc_dma_rotation_offset() 1847 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1861 if (field_offset) in calc_dma_rotation_offset() 1862 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() [all …]
|
/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 324 size_t field_offset; member 337 .field_offset = offsetof(struct edt_ft5x06_ts_data, _field), \ 352 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_show() 413 u8 *field = (u8 *)tsdata + attr->field_offset; in edt_ft5x06_setting_store()
|
/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), \
|