Searched refs:defval (Results 1 – 4 of 4) sorted by relevance
| /drivers/scsi/lpfc/ |
| A D | lpfc_attr.h | 25 static uint lpfc_##name = defval;\ 31 static uint lpfc_##name = defval;\ 39 static uint lpfc_##name = defval;\ 50 static uint lpfc_##name = defval;\ 60 static uint lpfc_##name = defval;\ 68 static uint lpfc_##name = defval;\ 79 static uint lpfc_##name = defval;\ 85 static uint lpfc_##name = defval;\ 101 static uint lpfc_##name = defval;\ 112 static uint lpfc_##name = defval;\ [all …]
|
| /drivers/hwmon/ |
| A D | w83l785ts.c | 69 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval); 217 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) in w83l785ts_read_value() argument 253 return defval; in w83l785ts_read_value()
|
| /drivers/pinctrl/ |
| A D | pinctrl-mcp23s08.c | 390 int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval, gpinten; in mcp23s08_irq() local 412 if (mcp_read(mcp, MCP_DEFVAL, &defval)) in mcp23s08_irq() 475 (BIT(i) & defval)); in mcp23s08_irq()
|
| /drivers/media/common/siano/ |
| A D | smsdvb-main.c | 215 #define convert_from_table(value, table, defval) ({ \ argument 220 __ret = defval; \
|
Completed in 10 milliseconds