Searched refs:required_size (Results 1 – 3 of 3) sorted by relevance
136 acpi_size required_size; in acpi_ns_handle_to_pathname() local147 required_size = in acpi_ns_handle_to_pathname()149 if (!required_size) { in acpi_ns_handle_to_pathname()155 status = acpi_ut_initialize_buffer(buffer, required_size); in acpi_ns_handle_to_pathname()163 (u32)required_size, no_trailing); in acpi_ns_handle_to_pathname()166 (char *)buffer->pointer, (u32) required_size)); in acpi_ns_handle_to_pathname()
160 u32 required_size, cccb_space, read_offset; in pvr_cccb_write_command_with_header() local171 required_size = sz_with_hdr + remaining; in pvr_cccb_write_command_with_header()173 required_size = sz_with_hdr; in pvr_cccb_write_command_with_header()178 if (WARN_ON(cccb_space < required_size)) in pvr_cccb_write_command_with_header()181 if (required_size != sz_with_hdr) { in pvr_cccb_write_command_with_header()
437 int required_size = sizeof(struct hid_sensor_sample) + in hid_sensor_capture_sample() local442 if (kfifo_avail(&sensor_inst->data_fifo) >= required_size) { in hid_sensor_capture_sample()
Completed in 18 milliseconds