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

12

/include/linux/
H A Darcdevice.h235 uint8_t config, /* current value of CONFIG register */ member in struct:arcnet_local
H A Ddmaengine.h304 * struct dma_slave_config - dma slave channel runtime config
334 * pass as slave config.
339 * command in the channel config interface, DMA_SLAVE_CONFIG
697 struct dma_slave_config *config)
700 (unsigned long)config);
696 dmaengine_slave_config(struct dma_chan *chan, struct dma_slave_config *config) argument
H A Dide.h179 unsigned long config; member in struct:ide_hw
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 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 Dperf_event.h93 u64 config; /* register value */ member in struct:hw_perf_event_extra
108 u64 config; member in struct:hw_perf_event::__anon882::__anon883
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 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...]
H A Dsudmac.h32 unsigned long config; member in struct:sudmac_channel
44 /* Definitions for the sudmac_channel.config */
H A Dusb.h245 * @intf_assoc: list of any interface association descriptors in this config
465 * @config: all of the device's configs
469 * @rawdescriptors: raw descriptors for each config
538 struct usb_host_config *config; member in struct:usb_device
756 struct usb_host_config *config,
1680 extern int usb_driver_set_configuration(struct usb_device *udev, int config);
H A Dvirtio.h87 * @config: the configuration ops for this device.
101 const struct virtio_config_ops *config; member in struct:virtio_device
/include/linux/mfd/
H A Dcros_ec_commands.h1481 /* Version 1 - get config for one sensor. */
1487 /* Version 1 - set config for one sensor.
1609 struct ec_mkbp_config config; member in struct:ec_params_mkbp_set_config
1613 struct ec_mkbp_config config; member in struct:ec_response_mkbp_get_config
H A Dezx-pcap.h18 unsigned int config; member in struct:pcap_platform_data
/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/power/
H A Dmax17042_battery.h155 u16 config; /* 0x01D */ member in struct:max17042_config_data
163 /* MG3 config */
/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/linux/usb/
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);
H A Dmusb.h127 struct musb_hdrc_config *config; member in struct:musb_hdrc_platform_data
H A Dtegra_usb_phy.h71 void *config; member in struct:tegra_usb_phy
/include/media/davinci/
H A Dvpbe_display.h59 struct osd_layer_config config; member in struct:display_layer_info
H A Dvpbe_osd.h324 struct osd_cursor_config config; member in struct:osd_cursor_state
/include/media/
H A Dtuner-types.h18 unsigned char config; member in struct:tuner_range
H A Dtuner.h159 /* config options */
195 void *config; /* configuraion for more complex tuners */ member in struct:tuner_setup
/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/net/bluetooth/
H A Dmgmt.h488 __u8 config; member in struct:mgmt_cp_set_external_config

Completed in 698 milliseconds

12