Searched refs:last_flag (Results 1 – 5 of 5) sorted by relevance
93 unsigned int last_flag; member144 led->last_flag = 0; in lm3601x_read_faults()147 led->last_flag |= LED_FAULT_OVER_VOLTAGE; in lm3601x_read_faults()150 led->last_flag |= LED_FAULT_OVER_TEMPERATURE; in lm3601x_read_faults()153 led->last_flag |= LED_FAULT_SHORT_CIRCUIT; in lm3601x_read_faults()156 led->last_flag |= LED_FAULT_OVER_CURRENT; in lm3601x_read_faults()159 led->last_flag |= LED_FAULT_UNDER_VOLTAGE; in lm3601x_read_faults()162 led->last_flag |= LED_FAULT_INPUT_VOLTAGE; in lm3601x_read_faults()165 led->last_flag |= LED_FAULT_LED_OVER_TEMPERATURE; in lm3601x_read_faults()167 return led->last_flag; in lm3601x_read_faults()[all …]
83 unsigned int last_flag; member106 ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); in lm3642_control()112 if (chip->last_flag) in lm3642_control()113 dev_info(chip->dev, "Last FLAG is 0x%x\n", chip->last_flag); in lm3642_control()
61 unsigned int last_flag; member203 ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); in lm355x_control()206 if (chip->last_flag & preg[REG_FLAG].mask) in lm355x_control()209 chip->last_flag & preg[REG_FLAG].mask); in lm355x_control()
103 const int last_flag = LANDLOCK_CREATE_RULESET_VERSION; in TEST() local104 const int invalid_flag = last_flag << 1; in TEST()
43 unsigned int last_flag; member
Completed in 7 milliseconds