Searched refs:field_offset (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/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 | 1269 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/ |
D | dispc.c | 1811 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/ |
D | edt-ft5x06.c | 325 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()
|
D | elants_i2c.c | 983 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/ |
D | xfs_log.c | 3772 __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/ |
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), \
|