Lines Matching refs:field
23 * PARAMETERS: obj_desc - The named field to read
28 * DESCRIPTION: Read from a named field that references a Generic Serial Bus
29 * field
41 * pin number index. The bit_length is the length of the field, which
46 obj_desc->field.pin_number_index,
47 obj_desc->field.bit_length));
67 * obj_desc - The named field
72 * DESCRIPTION: Write to a named field that references a General Purpose I/O
73 * field.
88 * For GPIO (general_purpose_io), we will bypass the entire field
92 * pin number index. The bit_length is the length of the field, which
104 obj_desc->field.pin_number_index,
105 obj_desc->field.bit_length));
124 * PARAMETERS: obj_desc - The named field to read
129 * DESCRIPTION: Read from a named field that references a serial bus
158 switch (obj_desc->field.region_obj->region.space_id) {
162 function = ACPI_READ | (obj_desc->field.attribute << 16);
173 accessor_type = obj_desc->field.attribute;
230 * obj_desc - The named field
235 * DESCRIPTION: Write to a named field that references a serial bus
257 * field mechanism and handoff the buffer directly to the handler.
281 switch (obj_desc->field.region_obj->region.space_id) {
285 function = ACPI_WRITE | (obj_desc->field.attribute << 16);
296 accessor_type = obj_desc->field.attribute;