Searched refs:conf (Results 1 – 7 of 7) sorted by relevance
| /include/linux/mfd/syscon/ |
| A D | atmel-smc.h | 96 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf); 97 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, 100 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, 102 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, 104 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, 107 const struct atmel_smc_cs_conf *conf); 110 int cs, const struct atmel_smc_cs_conf *conf); 112 struct atmel_smc_cs_conf *conf); 115 int cs, struct atmel_smc_cs_conf *conf);
|
| /include/renesas/ |
| A D | rzg2l-pfc.h | 67 #define RZG2L_PINMUX_TO_PORT(conf) (((conf) & MUX_PIN_ID_MASK) / RZG2L_PINS_PER_PORT) argument 68 #define RZG2L_PINMUX_TO_PIN(conf) (((conf) & MUX_PIN_ID_MASK) % RZG2L_PINS_PER_PORT) argument 69 #define RZG2L_PINMUX_TO_FUNC(conf) (((conf) & MUX_FUNC_MASK) >> 16) argument
|
| /include/env/ti/ |
| A D | ti_common.env | 20 setexpr name_fit_overlay gsub / _ conf-${overlay}; 23 get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
|
| /include/ |
| A D | ioports.h | 37 unsigned char conf:1; /* if 1, configure this port */ member
|
| A D | usbdevice.h | 605 void usbd_device_event_irq (struct usb_device_instance *conf, usb_device_event_t, int); 606 void usbd_device_event (struct usb_device_instance *conf, usb_device_event_t, int);
|
| A D | mmc.h | 893 int mmc_hwpart_config(struct mmc *mmc, const struct mmc_hwpart_conf *conf,
|
| /include/linux/mtd/ |
| A D | rawnand.h | 791 nand_get_sdr_timings(const struct nand_data_interface *conf) in nand_get_sdr_timings() argument 793 if (conf->type != NAND_SDR_IFACE) in nand_get_sdr_timings() 796 return &conf->timings.sdr; in nand_get_sdr_timings() 947 const struct nand_data_interface *conf);
|
Completed in 21 milliseconds