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

/linux-4.1.27/drivers/leds/
H A Dleds-lm355x.c74 unsigned int last_flag; member in struct:lm355x_chip_data
215 ret = regmap_read(chip->regmap, preg[REG_FLAG].regno, &chip->last_flag); lm355x_control()
218 if (chip->last_flag & preg[REG_FLAG].mask) lm355x_control()
221 chip->last_flag & preg[REG_FLAG].mask); lm355x_control()
H A Dleds-lm3642.c92 unsigned int last_flag; member in struct:lm3642_chip_data
115 ret = regmap_read(chip->regmap, REG_FLAG, &chip->last_flag); lm3642_control()
121 if (chip->last_flag) lm3642_control()
122 dev_info(chip->dev, "Last FLAG is 0x%x\n", chip->last_flag); lm3642_control()
/linux-4.1.27/drivers/video/backlight/
H A Dlm3639_bl.c47 unsigned int last_flag; member in struct:lm3639_chip_data
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c1130 lbq_desc->p.pg_chunk.last_flag = 1; ql_get_next_chunk()
1134 lbq_desc->p.pg_chunk.last_flag = 0; ql_get_next_chunk()
2830 if (lbq_desc->p.pg_chunk.last_flag) { ql_free_lbq_buffers()
2835 lbq_desc->p.pg_chunk.last_flag = 0; ql_free_lbq_buffers()
H A Dqlge.h1366 unsigned int last_flag; /* flag set for last chunk in page */ member in struct:page_chunk

Completed in 198 milliseconds