Searched defs:config (Results 1 - 25 of 42) sorted by relevance

12

/include/misc/
H A Daltera.h38 extern int altera_init(struct altera_config *config, const struct firmware *fw);
41 static inline int altera_init(struct altera_config *config, argument
/include/sound/
H A Dwm9081.h17 u16 config[20]; member in struct:wm9081_retune_mobile_setting
H A Dwm8993.h20 u16 config[24]; member in struct:wm8993_retune_mobile_setting
/include/linux/
H A Dlguest_launcher.h23 * Devices are described by a simplified ID, a status byte, and some "config"
30 /* The number of virtqueues (first in config array) */
37 /* The number of bytes of the config array after virtqueues. */
41 __u8 config[0]; member in struct:lguest_device_desc
46 * to be laid out in config space.
H A Dsudmac.h32 unsigned long config; member in struct:sudmac_channel
44 /* Definitions for the sudmac_channel.config */
H A Dif_frad.h59 struct dlci_conf config; member in struct:dlci_local
75 struct frad_conf config; member in struct:frad_local
H A Dvirtio.h87 * @config: the configuration ops for this device.
101 const struct virtio_config_ops *config; member in struct:virtio_device
H A Dpwm.h126 * @config: configure duty cycles and period length for this PWM
138 int (*config)(struct pwm_chip *chip, member in struct:pwm_ops
163 * @can_sleep: must be true if the .config(), .enable() or .disable()
H A Darcdevice.h235 uint8_t config, /* current value of CONFIG register */ member in struct:arcnet_local
H A Dregmap.h329 const struct regmap_config *config);
331 const struct regmap_config *config);
333 const struct regmap_config *config);
335 const struct regmap_config *config);
337 const struct regmap_config *config);
339 const struct regmap_config *config);
342 const struct regmap_config *config);
347 const struct regmap_config *config);
349 const struct regmap_config *config);
351 const struct regmap_config *config);
370 regmap_init_mmio(struct device *dev, void __iomem *regs, const struct regmap_config *config) argument
388 devm_regmap_init_mmio(struct device *dev, void __iomem *regs, const struct regmap_config *config) argument
[all...]
/include/uapi/linux/netfilter/
H A Dxt_string.h31 struct ts_config __attribute__((aligned(8))) *config; member in struct:xt_string_info
/include/uapi/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h34 struct clusterip_config *config; member in struct:ipt_clusterip_tgt_info
/include/linux/pinctrl/
H A Dpinconf-generic.h17 * using generic pin config. That is why this is defined out.
53 * active transistors on the output. Setting this config will enable
58 * config will enable open drain mode, the argument is ignored.
60 * (open emitter). Setting this config will enable open source mode, the
125 * into and out of an unsigned long argument, as used by the generic pin config
130 static inline enum pin_config_param pinconf_to_config_param(unsigned long config) argument
132 return (enum pin_config_param) (config & 0xffffUL);
135 static inline u16 pinconf_to_config_argument(unsigned long config) argument
137 return (enum pin_config_param) ((config >> 16) & 0xffffUL);
/include/linux/usb/
H A Dtegra_usb_phy.h71 void *config; member in struct:tegra_usb_phy
H A Dmusb.h127 struct musb_hdrc_config *config; member in struct:musb_hdrc_platform_data
H A Dcomposite.h85 * @opts_mutex: Optional mutex protecting config data of a usb_function_instance
129 * @config: assigned when @usb_add_function() is called; this is the
189 struct usb_configuration *config; member in struct:usb_function
299 /* fields in the config descriptor */
425 * @config: the currently active configuration
461 struct usb_configuration *config; member in struct:usb_composite_dev
581 struct usb_configuration *config);
/include/media/davinci/
H A Dvpbe_display.h59 struct osd_layer_config config; member in struct:display_layer_info
/include/media/
H A Dtuner-types.h18 unsigned char config; member in struct:tuner_range
/include/uapi/linux/
H A Datmlec.h73 struct atmlec_config_msg config; member in union:atmlec_msg::__anon1638
H A Dsdla.h83 short config; member in struct:sdla_conf
102 short config; member in struct:sdla_dlci_conf
H A Dmic_common.h36 * @config_len: Number of bytes of the config array after virtqueues.
38 * @config: Start of the following variable length config.
46 __le64 config[0]; member in struct:mic_device_desc
54 * @config_change: Set to 1 by host when a config change is requested.
80 * @h2c_config_db: Host to Card Virtio config doorbell set by card
106 * for a virtqueue to be laid out in config space.
139 * - virtio device config space
/include/uapi/linux/netfilter_bridge/
H A Debt_stp.h41 struct ebt_stp_config_info config; member in struct:ebt_stp_info
/include/linux/soc/ti/
H A Dknav_dma.h162 struct knav_dma_cfg *config);
166 struct knav_dma_cfg *config)
165 knav_dma_open_channel(struct device *dev, const char *name, struct knav_dma_cfg *config) argument
/include/video/
H A Dw100fb.h66 unsigned long config; member in struct:w100_bm_mem_info
/include/linux/power/
H A Dmax17042_battery.h155 u16 config; /* 0x01D */ member in struct:max17042_config_data
163 /* MG3 config */

Completed in 782 milliseconds

12