last_flag 62 drivers/leds/leds-lm355x.c unsigned int last_flag; last_flag 203 drivers/leds/leds-lm355x.c ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); last_flag 206 drivers/leds/leds-lm355x.c if (chip->last_flag & preg[REG_FLAG].mask) last_flag 209 drivers/leds/leds-lm355x.c chip->last_flag & preg[REG_FLAG].mask); last_flag 93 drivers/leds/leds-lm3601x.c unsigned int last_flag; last_flag 144 drivers/leds/leds-lm3601x.c led->last_flag = 0; last_flag 147 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_OVER_VOLTAGE; last_flag 150 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_OVER_TEMPERATURE; last_flag 153 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_SHORT_CIRCUIT; last_flag 156 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_OVER_CURRENT; last_flag 159 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_UNDER_VOLTAGE; last_flag 162 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_INPUT_VOLTAGE; last_flag 165 drivers/leds/leds-lm3601x.c led->last_flag |= LED_FAULT_LED_OVER_TEMPERATURE; last_flag 167 drivers/leds/leds-lm3601x.c return led->last_flag; last_flag 309 drivers/leds/leds-lm3601x.c *fault = led->last_flag; last_flag 83 drivers/leds/leds-lm3642.c unsigned int last_flag; last_flag 106 drivers/leds/leds-lm3642.c ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); last_flag 112 drivers/leds/leds-lm3642.c if (chip->last_flag) last_flag 113 drivers/leds/leds-lm3642.c dev_info(chip->dev, "Last FLAG is 0x%x\n", chip->last_flag); last_flag 1366 drivers/staging/qlge/qlge.h unsigned int last_flag; /* flag set for last chunk in page */ last_flag 1129 drivers/staging/qlge/qlge_main.c lbq_desc->p.pg_chunk.last_flag = 1; last_flag 1133 drivers/staging/qlge/qlge_main.c lbq_desc->p.pg_chunk.last_flag = 0; last_flag 2832 drivers/staging/qlge/qlge_main.c if (lbq_desc->p.pg_chunk.last_flag) { last_flag 2837 drivers/staging/qlge/qlge_main.c lbq_desc->p.pg_chunk.last_flag = 0; last_flag 43 drivers/video/backlight/lm3639_bl.c unsigned int last_flag;