Searched defs:configs (Results 1 - 5 of 5) sorted by relevance

/drivers/pinctrl/
H A Dcore.h88 * @configs: a pointer to an array of config parameters/values to program into
91 * @num_configs: the number of entries in array @configs
95 unsigned long *configs; member in struct:pinctrl_setting_configs
112 struct pinctrl_setting_configs configs; member in union:pinctrl_setting::__anon3814
/drivers/video/via/
H A Dvia_i2c.c237 struct via_port_cfg *configs; local
240 configs = i2c_vdev->port_cfg;
243 struct via_port_cfg *adap_cfg = configs++;
/drivers/media/dvb/pt1/
H A Dpt1.c825 const struct pt1_config *configs, *config; local
833 configs = pt1->pdev->device == 0x211a ? pt1_configs : pt2_configs;
835 config = &configs[i / 2];
/drivers/media/video/omap3isp/
H A Disppreview.c797 * @configs - pointer to update config structure.
804 struct omap3isp_prev_update_config *configs,
815 CHKARG(configs, config, hmed)
819 CHKARG(configs, config, nf)
824 CHKARG(configs, config, cfa)
828 CHKARG(configs, config, luma)
832 CHKARG(configs, config, csup)
836 CHKARG(configs, config, dcor)
840 CHKARG(configs, config, blkadj)
844 CHKARG(configs, confi
803 __preview_get_ptrs(struct prev_params *params, void **param, struct omap3isp_prev_update_config *configs, void __user **config, u32 bit) argument
[all...]
/drivers/scsi/
H A Dwd7000.c312 static Config configs[] = { variable
318 #define NUM_CONFIGS ARRAY_SIZE(configs)
656 configs[wd7000_card_num].irq = ints[1];
666 configs[wd7000_card_num].dma = ints[2];
676 configs[wd7000_card_num].iobase = ints[3];
681 configs[wd7000_card_num].bus_on = BUS_ON;
683 configs[wd7000_card_num].bus_on = ints[4] / 125;
685 configs[wd7000_card_num].bus_on = BUS_ON;
690 configs[wd7000_card_num].bus_off = BUS_OFF;
692 configs[wd7000_card_nu
[all...]

Completed in 1259 milliseconds