Home
last modified time | relevance | path

Searched full:statuses (Results 1 – 25 of 48) sorted by relevance

12

/linux/fs/afs/
H A Dafs_fs.h32 FSBULKSTATUS = 155, /* AFS Fetch multiple file statuses */
37 FSINLINEBULKSTATUS = 65536, /* AFS Fetch multiple file statuses with inline errors */
H A Dprotocol_yfs.h56 YFSINLINEBULKSTATUS = 64536, /* YFS Fetch multiple file statuses with errors */
/linux/tools/testing/kunit/
H A Dkunit_parser.py35 counts : TestCounts - counts of the test statuses and errors of
79 Tracks the counts of statuses of all test cases and any errors within
90 statuses = [('passed', self.passed), ('failed', self.failed),
94 ', '.join(f'{s}: {n}' for s, n in statuses if n > 0)
648 counts of the statuses of the tests subtests or the test itself if it
838 # Add statuses to TestCounts attribute in Test object
/linux/Documentation/ABI/testing/
H A Ddebugfs-tpmi40 clearing all the statuses can be done by writing "0\n" to this file.
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-phy-attest.c55 * statuses. Maps RTAS error statuses to reasonable errno values.
H A Dpapr-platform-dump.c77 * into the supplied work area. Handles RTAS retry statuses. Maps RTAS
78 * error statuses to reasonable errno values.
/linux/include/linux/sunrpc/
H A Dmetrics.h71 * These statuses usually indicate error conditions.
/linux/include/linux/habanalabs/
H A Dhl_boot_if.h143 * not garbage, but actual error statuses.
351 * statuses.
769 enum comms_sts status :4; /* 16 statuses */
/linux/drivers/char/hw_random/
H A Dxiphera-trng.c23 /* trng statuses */
/linux/include/scsi/fc/
H A Dfc_fc2.h82 __u8 esb_seq_status[8]; /* sequence statuses, 8 bytes each */
/linux/drivers/i2c/busses/
H A Di2c-lpc2k.c85 /* Will force clear all statuses */ in i2c_lpc2k_reset()
233 /* Unexpected statuses */ in i2c_lpc2k_pump_msg()
/linux/Documentation/arch/riscv/
H A Dvector.rst27 argument consists of two 2-bit enablement statuses and a bit for inheritance
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h1000 * @statuses: the list of statuses to trigger the collection on
1007 } __packed statuses[16]; member
/linux/drivers/mailbox/
H A Dsun6i-msgbox.c168 * The hardware allows snooping on the remote user's IRQ statuses. in sun6i_msgbox_last_tx_done()
/linux/drivers/acpi/
H A Dprmt.c259 /* statuses that can be passed back to ASL */
/linux/drivers/iio/chemical/
H A Dsunrise_co2.c361 /* Error statuses. */
/linux/drivers/power/supply/
H A Dbd99954-charger.c485 * re-read all interesting statuses + give the framework a nudge. in bd9995x_irq_handler_thread()
557 /* Ack active sub-statuses */ in bd9995x_irq_handler_thread()
/linux/arch/powerpc/include/asm/
H A Drtas.h230 /* statuses specific to ibm,suspend-me */
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1506 for (i = 0; i < ARRAY_SIZE(status_trig->statuses); i++) { in iwl_mvm_tx_status_check_trigger()
1508 if (!status_trig->statuses[i].status) in iwl_mvm_tx_status_check_trigger()
1511 if (status_trig->statuses[i].status != (status & TX_STATUS_MSK)) in iwl_mvm_tx_status_check_trigger()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c8990 u32 *statuses, *fences; in gaudi_print_fences_single_engine() local
8992 statuses = kcalloc(sds->props[SP_ENGINE_NUM_OF_QUEUES], in gaudi_print_fences_single_engine()
8993 sizeof(*statuses), GFP_KERNEL); in gaudi_print_fences_single_engine()
8994 if (!statuses) in gaudi_print_fences_single_engine()
9004 statuses[i] = RREG32(status_base_offset + i * sizeof(u32)); in gaudi_print_fences_single_engine()
9017 statuses[i])) in gaudi_print_fences_single_engine()
9021 FIELD_GET(TPC0_QM_CP_STS_0_FENCE_ID_MASK, statuses[i]); in gaudi_print_fences_single_engine()
9037 statuses[i]); in gaudi_print_fences_single_engine()
9047 kfree(statuses); in gaudi_print_fences_single_engine()
/linux/drivers/usb/host/
H A Dohci-hub.c499 /* Clear the RHSC status flag before reading the port statuses */ in ohci_hub_status_data()
/linux/include/trace/events/
H A Dafs.h42 afs_FS_InlineBulkStatus = 65536, /* AFS Fetch multiple file statuses with errors */
75 yfs_FS_InlineBulkStatus = 64536, /* YFS Fetch multiple file statuses with errors */
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dskbq.c664 * If the FW doesn't give statuses on beacon's, in mm81x_skbq_tx_complete()
/linux/arch/powerpc/kernel/
H A Drtas.c1138 * statuses before calling again.
1317 * rtas_busy_delay() - helper for RTAS busy and extended delay statuses
/linux/drivers/iio/temperature/
H A Dmlx90635.c77 /* PowerModes statuses */

12