Home
last modified time | relevance | path

Searched refs:required_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dnsnames.c122 acpi_size required_size; in acpi_ns_handle_to_pathname() local
133 required_size = in acpi_ns_handle_to_pathname()
135 if (!required_size) { in acpi_ns_handle_to_pathname()
141 status = acpi_ut_initialize_buffer(buffer, required_size); in acpi_ns_handle_to_pathname()
149 required_size, no_trailing); in acpi_ns_handle_to_pathname()
155 (char *)buffer->pointer, (u32) required_size)); in acpi_ns_handle_to_pathname()
/linux-4.4.14/drivers/hid/
Dhid-sensor-custom.c445 int required_size = sizeof(struct hid_sensor_sample) + in hid_sensor_capture_sample() local
450 if (kfifo_avail(&sensor_inst->data_fifo) >= required_size) { in hid_sensor_capture_sample()