Searched refs:err_threshold (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/soundwire/
H A Dmaster.c34 * |---- err_threshold
54 sdw_master_attr(err_threshold, "%d\n");
H A Dmipi_disco.c117 &prop->err_threshold);
H A Dintel_auxdevice.c268 * Ignore BIOS err_threshold, it's a really bad idea when dealing
271 bus->prop.err_threshold = 0;
H A Dbus.c233 int retry = bus->prop.err_threshold;
253 int retry = bus->prop.err_threshold;
/linux-master/include/linux/soundwire/
H A Dsdw.h418 * @err_threshold: Number of times that software may retry sending a single
436 u32 err_threshold; member in struct:sdw_master_prop
/linux-master/include/linux/
H A Dhisi_acc_qm.h304 * @err_threshold: user config error threshold which triggers isolation
310 u32 err_threshold; member in struct:qm_err_isolate
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c2460 if (qm->uacce->is_vf || isolate->is_isolate || !isolate->err_threshold)
2487 if (count >= isolate->err_threshold)
2530 qm->isolate_data.err_threshold = num;
2545 return pf_qm->isolate_data.err_threshold;
2548 return qm->isolate_data.err_threshold;

Completed in 294 milliseconds