Home
last modified time | relevance | path

Searched refs:range_max (Results 1 - 25 of 314) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/mfd/
H A Drohm-bd71828.c136 .range_max = BD71815_REG_YEAR,
139 .range_max = BD71815_REG_BAT_TEMP,
142 .range_max = BD71815_REG_CC_CTRL,
145 .range_max = BD71815_REG_CC_CURCD_L,
148 .range_max = BD71815_REG_VM_BTMP_MON,
151 .range_max = BD71815_REG_INT_UPDATE,
154 .range_max = BD71815_REG_REX_CTRL_1,
157 .range_max = BD71815_REG_CCNTD_CHG_2,
164 .range_max = BD71828_REG_PS_CTRL_1,
167 .range_max
[all...]
/kernel/linux/linux-5.10/drivers/iio/imu/
H A Dfxos8700_core.c177 .range_max = FXOS8700_A_FFMT_COUNT,
180 .range_max = FXOS8700_A_FFMT_THS_Z_LSB,
187 .range_max = FXOS8700_TRIG_CFG,
190 .range_max = FXOS8700_HP_FILTER_CUTOFF,
193 .range_max = FXOS8700_A_FFMT_CFG,
196 .range_max = FXOS8700_TRANSIENT_CFG,
199 .range_max = FXOS8700_PULSE_CFG,
202 .range_max = FXOS8700_OFF_Z,
205 .range_max = FXOS8700_M_OFF_Z_LSB,
208 .range_max
[all...]
/kernel/linux/linux-6.6/drivers/iio/imu/
H A Dfxos8700_core.c177 .range_max = FXOS8700_A_FFMT_COUNT,
180 .range_max = FXOS8700_A_FFMT_THS_Z_LSB,
187 .range_max = FXOS8700_TRIG_CFG,
190 .range_max = FXOS8700_HP_FILTER_CUTOFF,
193 .range_max = FXOS8700_A_FFMT_CFG,
196 .range_max = FXOS8700_TRANSIENT_CFG,
199 .range_max = FXOS8700_PULSE_CFG,
202 .range_max = FXOS8700_OFF_Z,
205 .range_max = FXOS8700_M_OFF_Z_LSB,
208 .range_max
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dkionix-kx022a.c55 .range_max = KX022A_REG_COTR,
58 .range_max = KX022A_REG_INT_REL,
62 .range_max = KX022A_REG_CNTL2,
65 .range_max = KX022A_REG_BUF_READ,
77 .range_max = KX022A_REG_INT_REL,
93 .range_max = KX022A_REG_INT_REL,
96 .range_max = KX022A_REG_BUF_STATUS_2,
99 .range_max = KX022A_REG_BUF_READ,
111 .range_max = KX022A_REG_BTS_WUF_TH,
114 .range_max
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dmsi-ec.c54 .range_max = 0xe4,
134 .range_max = 0xe4,
211 .range_max = 0xe4,
289 .range_max = 0xe4,
367 .range_max = 0xe4,
446 .range_max = 0xe4,
524 .range_max = 0xe4,
604 .range_max = 0xe4,
748 wdata > conf.charge_control.range_max) in charge_control_threshold_store()
H A Dmsi-ec.h34 int range_max; member
/kernel/linux/linux-5.10/drivers/mfd/
H A Drohm-bd71828.c62 .range_max = BD71828_REG_PS_CTRL_1,
65 .range_max = BD71828_REG_PS_CTRL_3,
68 .range_max = BD71828_REG_RTC_YEAR,
76 .range_max = BD71828_REG_CHG_FULL,
79 .range_max = BD71828_REG_IO_STAT,
H A Drohm-bd70528.c67 .range_max = BD70528_REG_INT_OP_FAIL,
70 .range_max = BD70528_REG_RTC_ALM_REPEAT,
77 .range_max = BD70528_REG_WDT_CTRL,
85 .range_max = BD70528_REG_STANDBY,
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pl031.c84 timeu64_t range_max; member
369 ldata->rtc->range_max = vendor->range_max; in pl031_probe()
400 .range_max = U32_MAX,
414 .range_max = U32_MAX,
436 .range_max = RTC_TIMESTAMP_END_9999,
H A Drtc-ds1347.c41 .range_max = DS1347_STATUS_REG,
167 rtc->range_max = RTC_TIMESTAMP_END_9999; in ds1347_probe()
H A Dinterface.c40 secs <= (rtc->start_secs + rtc->range_max - rtc->range_min))) in rtc_add_offset()
61 if (secs >= rtc->range_min && secs <= rtc->range_max) in rtc_subtract_offset()
69 if (rtc->range_min != rtc->range_max) { in rtc_valid_range()
73 timeu64_t range_max = rtc->set_start_time ? in rtc_valid_range() local
74 (rtc->start_secs + rtc->range_max - rtc->range_min) : in rtc_valid_range()
75 rtc->range_max; in rtc_valid_range()
77 if (time < range_min || time > range_max) in rtc_valid_range()
H A Dclass.c272 if (rtc->range_min == rtc->range_max) in rtc_device_get_offset()
289 range_secs = rtc->range_max - rtc->range_min + 1; in rtc_device_get_offset()
292 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
294 * range (start_secs + rtc->range_max - rtc->range_min) is less than in rtc_device_get_offset()
306 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
307 * rtc->offset_secs = rtc->range_max - rtc->range_min + 1; in rtc_device_get_offset()
311 * start_secs + rtc->range_max - rtc->range_min + 1, then the in rtc_device_get_offset()
313 * rtc->offset_secs = -(rtc->range_max - rtc->range_min + 1); in rtc_device_get_offset()
317 if (rtc->start_secs > rtc->range_max || in rtc_device_get_offset()
H A Drtc-starfire.c47 rtc->range_max = U32_MAX; in starfire_rtc_probe()
H A Drtc-sun4v.c86 rtc->range_max = U64_MAX; in sun4v_rtc_probe()
H A Drtc-ps3.c55 rtc->range_max = U64_MAX; in ps3_rtc_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pl031.c84 timeu64_t range_max; member
365 ldata->rtc->range_max = vendor->range_max; in pl031_probe()
396 .range_max = U32_MAX,
410 .range_max = U32_MAX,
432 .range_max = RTC_TIMESTAMP_END_9999,
H A Drtc-ds1347.c41 .range_max = DS1347_STATUS_REG,
167 rtc->range_max = RTC_TIMESTAMP_END_9999; in ds1347_probe()
H A Dinterface.c40 secs <= (rtc->start_secs + rtc->range_max - rtc->range_min))) in rtc_add_offset()
61 if (secs >= rtc->range_min && secs <= rtc->range_max) in rtc_subtract_offset()
69 if (rtc->range_min != rtc->range_max) { in rtc_valid_range()
73 timeu64_t range_max = rtc->set_start_time ? in rtc_valid_range() local
74 (rtc->start_secs + rtc->range_max - rtc->range_min) : in rtc_valid_range()
75 rtc->range_max; in rtc_valid_range()
77 if (time < range_min || time > range_max) in rtc_valid_range()
H A Dclass.c281 if (rtc->range_min == rtc->range_max) in rtc_device_get_offset()
298 range_secs = rtc->range_max - rtc->range_min + 1; in rtc_device_get_offset()
301 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
303 * range (start_secs + rtc->range_max - rtc->range_min) is less than in rtc_device_get_offset()
315 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
316 * rtc->offset_secs = rtc->range_max - rtc->range_min + 1; in rtc_device_get_offset()
320 * start_secs + rtc->range_max - rtc->range_min + 1, then the in rtc_device_get_offset()
322 * rtc->offset_secs = -(rtc->range_max - rtc->range_min + 1); in rtc_device_get_offset()
326 if (rtc->start_secs > rtc->range_max || in rtc_device_get_offset()
H A Drtc-starfire.c47 rtc->range_max = U32_MAX; in starfire_rtc_probe()
H A Drtc-ps3.c55 rtc->range_max = U64_MAX; in ps3_rtc_probe()
H A Drtc-sun4v.c86 rtc->range_max = U64_MAX; in sun4v_rtc_probe()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Drohm-bu27008.c384 .range_max = BU27008_REG_SYSTEM_CONTROL,
387 .range_max = BU27008_REG_MODE_CONTROL3,
390 .range_max = BU27008_REG_DATA3_HI,
397 .range_max = BU27008_REG_SYSTEM_CONTROL, /* RESET */
400 .range_max = BU27010_REG_MODE_CONTROL5,
403 .range_max = BU27010_REG_FIFO_DATA_HI,
420 .range_max = BU27008_REG_DATA3_HI,
423 .range_max = BU27008_REG_MANUFACTURER_ID,
430 .range_max = BU27010_REG_FIFO_DATA_HI,
433 .range_max
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c58 .range_max = MCP_GPIO,
68 .range_max = MCP_GPIO,
103 .range_max = MCP_GPIO << 1,
113 .range_max = MCP_GPIO << 1,
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c60 .range_max = MCP_GPIO,
70 .range_max = MCP_GPIO,
105 .range_max = MCP_GPIO << 1,
115 .range_max = MCP_GPIO << 1,

Completed in 19 milliseconds

12345678910>>...13