Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_configparser.py48 def newconfig(self, defaults=None): member in CfgParserTestCaseClass
65 cf = self.newconfig(defaults)
411 cf = self.newconfig()
440 cf = self.newconfig()
482 cf = self.newconfig()
522 cf = self.newconfig({"foo": "Bar"})
526 cf = self.newconfig({"Foo": "Bar"})
532 cf = self.newconfig()
569 cf = self.newconfig()
620 cf = self.newconfig()
1966 def newconfig(self, defaults=None): global() member in ConvertersTestCase
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmcp3422.c95 static int mcp3422_update_config(struct mcp3422 *adc, u8 newconfig) in mcp3422_update_config() argument
99 ret = i2c_master_send(adc->i2c, &newconfig, 1); in mcp3422_update_config()
101 adc->config = newconfig; in mcp3422_update_config()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dmcp3422.c95 static int mcp3422_update_config(struct mcp3422 *adc, u8 newconfig) in mcp3422_update_config() argument
99 ret = i2c_master_send(adc->i2c, &newconfig, 1); in mcp3422_update_config()
101 adc->config = newconfig; in mcp3422_update_config()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl248 my $newconfig = 0;
681 if ($newconfig) {
4097 $newconfig = 1;
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl248 my $newconfig = 0;
744 if ($newconfig) {
4240 $newconfig = 1;

Completed in 9 milliseconds