Home
last modified time | relevance | path

Searched refs:last_flag (Results 1 – 5 of 5) sorted by relevance

/drivers/leds/
Dleds-lm3642.c87 unsigned int last_flag; member
110 ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); in lm3642_control()
116 if (chip->last_flag) in lm3642_control()
117 dev_info(chip->dev, "Last FLAG is 0x%x\n", chip->last_flag); in lm3642_control()
Dleds-lm355x.c65 unsigned int last_flag; member
206 ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); in lm355x_control()
209 if (chip->last_flag & preg[REG_FLAG].mask) in lm355x_control()
212 chip->last_flag & preg[REG_FLAG].mask); in lm355x_control()
/drivers/video/backlight/
Dlm3639_bl.c47 unsigned int last_flag; member
/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c1130 lbq_desc->p.pg_chunk.last_flag = 1; in ql_get_next_chunk()
1134 lbq_desc->p.pg_chunk.last_flag = 0; in ql_get_next_chunk()
2840 if (lbq_desc->p.pg_chunk.last_flag) { in ql_free_lbq_buffers()
2845 lbq_desc->p.pg_chunk.last_flag = 0; in ql_free_lbq_buffers()
Dqlge.h1366 unsigned int last_flag; /* flag set for last chunk in page */ member