| /Linux-v5.4/drivers/iio/temperature/ | 
| D | maxim_thermocouple.c | 89 	u32 status_bit;  member 97 			.status_bit = BIT(2), 104 			.status_bit = BIT(16), 141 	if (*val & data->chip->status_bit)  in maxim_thermocouple_read()
  | 
| /Linux-v5.4/drivers/clk/bcm/ | 
| D | clk-kona.h | 131 	u32 status_bit;		/* 0: gate is disabled; 0: gatge is enabled */  member 162 		.status_bit = (_status_bit),				\ 174 		.status_bit = (_status_bit),				\ 185 		.status_bit = (_status_bit),				\ 196 		.status_bit = (_status_bit),				\ 206 		.status_bit = (_status_bit),				\
  | 
| D | clk-kona.c | 367 	bit_mask = 1 << gate->status_bit;  in __is_clk_gate_enabled() 438 	return __ccu_wait_bit(ccu, gate->offset, gate->status_bit, enabled);  in __gate_commit()
  | 
| D | clk-kona-setup.c | 256 	if (!bit_posn_valid(gate->status_bit, "gate status", clock_name))  in gate_valid()
  | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | pm8941-pwrkey.c | 42 	unsigned int status_bit;  member 130 			 sts & pwrkey->data->status_bit);  in pm8941_pwrkey_irq() 299 	.status_bit = PON_KPDPWR_N_SET, 304 	.status_bit = PON_RESIN_N_SET,
  | 
| /Linux-v5.4/drivers/reset/ | 
| D | reset-ti-syscon.c | 43 	unsigned int status_bit;  member 157 	return !(reset_state & BIT(control->status_bit)) ==  in ti_syscon_reset_status() 203 		controls[i].status_bit = be32_to_cpup(list++);  in ti_syscon_reset_probe()
  | 
| /Linux-v5.4/drivers/clk/qcom/ | 
| D | clk-pll.h | 46 	u8	status_bit;  member
  | 
| D | a53-pll.c | 66 	pll->status_bit = 16;  in qcom_a53pll_probe()
  | 
| D | gcc-mdm9615.c | 47 	.status_bit = 16, 85 	.status_bit = 16, 112 	.status_bit = 16,
  | 
| D | lcc-ipq806x.c | 33 	.status_bit = 16,
  | 
| D | gcc-ipq806x.c | 35 	.status_bit = 16, 62 	.status_bit = 16, 89 	.status_bit = 16, 194 	.status_bit = 16, 235 	.status_bit = 16,
  | 
| D | clk-pll.c | 191 		if (val & BIT(pll->status_bit))  in wait_for_pll()
  | 
| D | lcc-mdm9615.c | 35 	.status_bit = 16,
  | 
| D | lcc-msm8960.c | 33 	.status_bit = 16,
  | 
| D | mmcc-msm8974.c | 186 	.status_bit = 17, 213 	.status_bit = 17, 255 	.status_bit = 17,
  | 
| D | gcc-msm8916.c | 266 	.status_bit = 17, 293 	.status_bit = 17, 320 	.status_bit = 17, 347 	.status_bit = 17,
  | 
| D | gcc-msm8974.c | 64 	.status_bit = 17, 127 	.status_bit = 17, 154 	.status_bit = 17,
  | 
| D | mmcc-apq8084.c | 221 	.status_bit = 17, 248 	.status_bit = 17, 290 	.status_bit = 17,
  | 
| D | gcc-msm8960.c | 35 	.status_bit = 16, 62 	.status_bit = 16, 247 	.status_bit = 16,
  | 
| D | gcc-apq8084.c | 108 	.status_bit = 17, 171 	.status_bit = 17, 198 	.status_bit = 17,
  | 
| D | mmcc-msm8960.c | 115 	.status_bit = 16, 131 	.status_bit = 16,
  | 
| D | gcc-msm8660.c | 34 	.status_bit = 16,
  | 
| D | gcc-qcs404.c | 406 	.status_bit = 17,
  | 
| /Linux-v5.4/arch/arm/mach-omap2/ | 
| D | cm2xxx.c | 137 static int _omap2xxx_apll_enable(u8 enable_bit, u8 status_bit)  in _omap2xxx_apll_enable()  argument 150 	omap2xxx_cm_wait_module_ready(0, PLL_MOD, 1, status_bit);  in _omap2xxx_apll_enable()
  | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ | 
| D | g84.c | 96 				   uint32_t thrs_reg, u8 status_bit,  in g84_therm_threshold_hyst_emulation()  argument
  |