Home
last modified time | relevance | path

Searched refs:in_byte (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/acpi/acpica/
A Devxfevnt.c313 u32 in_byte; in ACPI_EXPORT_SYMBOL() local
337 enable_register_id, &in_byte); in ACPI_EXPORT_SYMBOL()
342 if (in_byte) { in ACPI_EXPORT_SYMBOL()
351 status_register_id, &in_byte); in ACPI_EXPORT_SYMBOL()
356 if (in_byte) { in ACPI_EXPORT_SYMBOL()
A Dhwgpe.c253 u64 in_byte; in acpi_hw_get_gpe_status() local
300 status = acpi_hw_gpe_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
305 if (register_bit & in_byte) { in acpi_hw_get_gpe_status()
311 status = acpi_hw_gpe_read(&in_byte, &gpe_register_info->status_address); in acpi_hw_get_gpe_status()
316 if (register_bit & in_byte) { in acpi_hw_get_gpe_status()
/linux-6.3-rc2/fs/jffs2/
A Dcompr_rubin.c249 static int in_byte(struct rubin_state *rs) in in_byte() function
380 page_out[outpos++] = in_byte(&rs); in rubin_do_decompress()
/linux-6.3-rc2/drivers/scsi/
A Dscsi_debug.c928 int in_byte, int in_bit) in mk_sense_invalid_fld() argument
951 put_unaligned_be16(in_byte, sks + 1); in mk_sense_invalid_fld()
963 my_name, asc, c_d ? 'C' : 'D', in_byte, in_bit); in mk_sense_invalid_fld()

Completed in 21 milliseconds