Searched defs:cfg (Results 1 - 14 of 14) sorted by last modified time

/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h41 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
67 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
/include/video/
H A Dsh_mobile_meram.h46 const struct sh_mobile_meram_cfg *cfg,
71 const struct sh_mobile_meram_cfg *cfg,
70 sh_mobile_meram_cache_alloc(struct sh_mobile_meram_info *dev, const struct sh_mobile_meram_cfg *cfg, unsigned int xres, unsigned int yres, unsigned int pixelformat, unsigned int *pitch) argument
/include/xen/interface/
H A Dplatform.h254 } cfg; member in union:xenpf_firmware_info::__anon2426::xenpf_efi_info
/include/linux/
H A Dbma150.h54 struct bma150_cfg cfg; member in struct:bma150_platform_data
H A Dnetlink.h56 struct netlink_kernel_cfg *cfg);
58 netlink_kernel_create(struct net *net, int unit, struct netlink_kernel_cfg *cfg) argument
60 return __netlink_kernel_create(net, unit, THIS_MODULE, cfg);
H A Dyam.h75 struct yamcfg cfg; member in struct:yamdrv_ioctl_cfg
/include/linux/mfd/
H A Dcros_ec_commands.h1491 struct ec_thermal_config cfg; member in struct:ec_params_thermal_set_threshold_v1
/include/linux/mtd/
H A Dspi-nor.h132 * @cfg: used by the read_xfer/write_xfer
163 struct spi_nor_xfer_cfg cfg; member in struct:spi_nor
168 int (*read_xfer)(struct spi_nor *nor, struct spi_nor_xfer_cfg *cfg,
170 int (*write_xfer)(struct spi_nor *nor, struct spi_nor_xfer_cfg *cfg,
/include/linux/platform_data/
H A Ddma-atmel.h29 * @cfg: Platform-specific initializer for the CFG register
33 u32 cfg; member in struct:at_dma_slave
/include/media/davinci/
H A Disif.h340 struct isif_fmt_cfg cfg; member in struct:isif_data_formatter
H A Dvpbe.h165 /* vpbe dispay controller cfg */
166 struct vpbe_config *cfg; member in struct:vpbe_device
H A Dvpfe_capture.h108 /* vpfe cfg */
109 struct vpfe_config *cfg; member in struct:vpfe_device
/include/net/caif/
H A Dcaif_hsi.h153 struct cfhsi_config cfg; member in struct:cfhsi
/include/net/
H A Dudp_tunnel.h37 int udp_sock_create4(struct net *net, struct udp_port_cfg *cfg,
41 int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg,
44 static inline int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg, argument
52 struct udp_port_cfg *cfg,
55 if (cfg->family == AF_INET)
56 return udp_sock_create4(net, cfg, sockp);
58 if (cfg->family == AF_INET6)
59 return udp_sock_create6(net, cfg, sockp);
51 udp_sock_create(struct net *net, struct udp_port_cfg *cfg, struct socket **sockp) argument

Completed in 216 milliseconds