Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/leds/
Dleds-lm3642.c92 unsigned int last_flag; member
115 ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); in lm3642_control()
121 if (chip->last_flag) in lm3642_control()
122 dev_info(chip->dev, "Last FLAG is 0x%x\n", chip->last_flag); in lm3642_control()
Dleds-lm355x.c74 unsigned int last_flag; member
215 ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); in lm355x_control()
218 if (chip->last_flag & preg[REG_FLAG].mask) in lm355x_control()
221 chip->last_flag & preg[REG_FLAG].mask); in lm355x_control()
/linux-4.1.27/drivers/video/backlight/
Dlm3639_bl.c47 unsigned int last_flag; member
/linux-4.1.27/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()
2830 if (lbq_desc->p.pg_chunk.last_flag) { in ql_free_lbq_buffers()
2835 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