Searched refs:max3191x (Results 1 – 2 of 2) sorted by relevance
168 if (max3191x->fault_pins && !max3191x->ignore_uv) { in max3191x_readout_locked()275 if (!max3191x->db0_pins || !max3191x->db1_pins) in max3191x_set_config()364 if (!max3191x) in max3191x_probe()378 max3191x->xfer.rx_buf = devm_kcalloc(dev, max3191x->nchips, in max3191x_probe()380 if (!max3191x->crc_error || !max3191x->undervolt1 || in max3191x_probe()381 !max3191x->overtemp || !max3191x->undervolt2 || in max3191x_probe()382 !max3191x->fault || !max3191x->xfer.rx_buf) in max3191x_probe()403 if (max3191x->db0_pins && max3191x->db1_pins && in max3191x_probe()412 max3191x->xfer.len = max3191x->nchips * max3191x_wordlen(max3191x); in max3191x_probe()419 max3191x->gpio.ngpio = max3191x->nchips * MAX3191X_NGPIO; in max3191x_probe()[all …]
101 obj-$(CONFIG_GPIO_MAX3191X) += gpio-max3191x.o