| /include/linux/ |
| A D | net_tstamp.h | 73 const struct hwtstamp_config *cfg) in hwtstamp_config_to_kernel() argument 75 kernel_cfg->flags = cfg->flags; in hwtstamp_config_to_kernel() 76 kernel_cfg->tx_type = cfg->tx_type; in hwtstamp_config_to_kernel() 77 kernel_cfg->rx_filter = cfg->rx_filter; in hwtstamp_config_to_kernel() 80 static inline void hwtstamp_config_from_kernel(struct hwtstamp_config *cfg, in hwtstamp_config_from_kernel() argument 83 cfg->flags = kernel_cfg->flags; in hwtstamp_config_from_kernel() 84 cfg->tx_type = kernel_cfg->tx_type; in hwtstamp_config_from_kernel() 85 cfg->rx_filter = kernel_cfg->rx_filter; in hwtstamp_config_from_kernel()
|
| A D | io-pgtable.h | 238 struct io_pgtable_cfg *cfg, 267 struct io_pgtable_cfg cfg; member 275 if (iop->cfg.tlb && iop->cfg.tlb->tlb_flush_all) in io_pgtable_tlb_flush_all() 276 iop->cfg.tlb->tlb_flush_all(iop->cookie); in io_pgtable_tlb_flush_all() 283 if (iop->cfg.tlb && iop->cfg.tlb->tlb_flush_walk) in io_pgtable_tlb_flush_walk() 284 iop->cfg.tlb->tlb_flush_walk(iova, size, granule, iop->cookie); in io_pgtable_tlb_flush_walk() 292 if (iop->cfg.tlb && iop->cfg.tlb->tlb_add_page) in io_pgtable_tlb_add_page() 293 iop->cfg.tlb->tlb_add_page(gather, iova, granule, iop->cookie); in io_pgtable_tlb_add_page() 313 struct io_pgtable *(*alloc)(struct io_pgtable_cfg *cfg, void *cookie);
|
| A D | transport_class.h | 27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument 34 .configure = cfg, \ 43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument 46 .configure = cfg, \
|
| A D | blk-crypto.h | 157 const struct blk_crypto_config *cfg); 159 const struct blk_crypto_config *cfg);
|
| A D | jump_label.h | 406 #define DEFINE_STATIC_KEY_MAYBE(cfg, name) \ argument 407 __PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name) 411 #define DEFINE_STATIC_KEY_MAYBE_RO(cfg, name) \ argument 412 __PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name) 416 #define DECLARE_STATIC_KEY_MAYBE(cfg, name) \ argument 417 __PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
|
| A D | bma150.h | 41 struct bma150_cfg cfg; member
|
| A D | adreno-smmu-priv.h | 71 int (*set_ttbr0_cfg)(const void *cookie, const struct io_pgtable_cfg *cfg);
|
| A D | yam.h | 60 struct yamcfg cfg; member
|
| /include/linux/gpio/ |
| A D | generic.h | 67 const struct gpio_generic_chip_config *cfg) in gpio_generic_chip_init() argument 69 return bgpio_init(&chip->gc, cfg->dev, cfg->sz, cfg->dat, cfg->set, in gpio_generic_chip_init() 70 cfg->clr, cfg->dirout, cfg->dirin, cfg->flags); in gpio_generic_chip_init()
|
| /include/dt-bindings/dma/ |
| A D | at91.h | 34 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \ argument 41 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \ argument 48 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \ argument
|
| /include/linux/phy/ |
| A D | phy-mipi-dphy.h | 281 struct phy_configure_opts_mipi_dphy *cfg); 284 struct phy_configure_opts_mipi_dphy *cfg); 285 int phy_mipi_dphy_config_validate(struct phy_configure_opts_mipi_dphy *cfg);
|
| /include/linux/soc/qcom/ |
| A D | ubwc.h | 65 static inline bool qcom_ubwc_get_ubwc_mode(const struct qcom_ubwc_cfg_data *cfg) in qcom_ubwc_get_ubwc_mode() argument 67 bool ret = cfg->ubwc_enc_version == UBWC_1_0; in qcom_ubwc_get_ubwc_mode() 69 if (ret && !(cfg->ubwc_swizzle & UBWC_SWIZZLE_ENABLE_LVL1)) in qcom_ubwc_get_ubwc_mode()
|
| /include/uapi/linux/netfilter/ |
| A D | xt_hashlimit.h | 46 struct hashlimit_cfg cfg; member 101 struct hashlimit_cfg1 cfg; member 109 struct hashlimit_cfg2 cfg; member 117 struct hashlimit_cfg3 cfg; member
|
| /include/linux/perf/ |
| A D | arm_pmu.h | 204 #define __GEN_PMU_FORMAT_ATTR(cfg, lo, hi) \ argument 205 (lo) == (hi) ? #cfg ":" #lo "\n" : #cfg ":" #lo "-" #hi 207 #define _GEN_PMU_FORMAT_ATTR(cfg, lo, hi) \ argument 208 __GEN_PMU_FORMAT_ATTR(cfg, lo, hi) 216 #define _ATTR_CFG_GET_FLD(attr, cfg, lo, hi) \ argument 217 ((((attr)->cfg) >> lo) & GENMASK_ULL(hi - lo, 0))
|
| /include/acpi/ |
| A D | nhlt.h | 18 #define __acpi_nhlt_config_caps(cfg) ((void *)((cfg) + 1)) argument 29 struct acpi_nhlt_config *cfg = __acpi_nhlt_endpoint_config(ep); in acpi_nhlt_endpoint_fmtscfg() local 31 return (struct acpi_nhlt_formats_config *)((u8 *)(cfg + 1) + cfg->capabilities_size); in acpi_nhlt_endpoint_fmtscfg()
|
| /include/linux/dma/ |
| A D | k3-udma-glue.h | 27 const char *name, struct k3_udma_glue_tx_channel_cfg *cfg); 31 struct k3_udma_glue_tx_channel_cfg *cfg, 115 struct k3_udma_glue_rx_channel_cfg *cfg); 119 struct k3_udma_glue_rx_channel_cfg *cfg,
|
| A D | xilinx_dma.h | 43 struct xilinx_vdma_config *cfg);
|
| /include/media/ |
| A D | vsp1.h | 48 const struct vsp1_du_lif_config *cfg); 123 const struct vsp1_du_atomic_config *cfg); 125 const struct vsp1_du_atomic_pipe_config *cfg);
|
| /include/net/ |
| A D | udp_tunnel.h | 40 int udp_sock_create4(struct net *net, struct udp_port_cfg *cfg, 44 int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg, 47 static inline int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg, in udp_sock_create6() argument 55 struct udp_port_cfg *cfg, in udp_sock_create() argument 58 if (cfg->family == AF_INET) in udp_sock_create() 59 return udp_sock_create4(net, cfg, sockp); in udp_sock_create() 61 if (cfg->family == AF_INET6) in udp_sock_create() 62 return udp_sock_create6(net, cfg, sockp); in udp_sock_create()
|
| /include/soc/fsl/ |
| A D | qman.h | 83 __be32 cfg; /* format, offset, length / congestion */ member 141 return be32_to_cpu(fd->cfg) & QM_FD_FORMAT_MASK; in qm_fd_get_format() 151 return be32_to_cpu(fd->cfg) & QM_FD_LEN_MASK; in qm_fd_get_length() 156 return be32_to_cpu(fd->cfg) & QM_FD_LEN_BIG_MASK; in qm_fd_get_len_big() 162 fd->cfg = cpu_to_be32(fmt | (len & QM_FD_LEN_BIG_MASK) | in qm_fd_set_param() 177 fd->cfg = 0; in qm_fd_clear_fd() 191 __be32 cfg; /* E bit, F bit, length */ member 220 return be32_to_cpu(sg->cfg) & QM_SG_FIN; in qm_sg_entry_is_final() 225 return be32_to_cpu(sg->cfg) & QM_SG_EXT; in qm_sg_entry_is_ext() 230 return be32_to_cpu(sg->cfg) & QM_SG_LEN_MASK; in qm_sg_entry_get_len() [all …]
|
| /include/net/caif/ |
| A D | cfcnfg.h | 51 void cfcnfg_remove(struct cfcnfg *cfg);
|
| /include/linux/iio/afe/ |
| A D | rescale.h | 21 const struct rescale_cfg *cfg; member
|
| /include/xen/ |
| A D | xen-front-pgdir-shbuf.h | 78 int xen_front_pgdir_shbuf_alloc(struct xen_front_pgdir_shbuf_cfg *cfg);
|
| /include/uapi/sound/ |
| A D | usb_stream.h | 28 struct usb_stream_config cfg; member
|
| /include/drm/display/ |
| A D | drm_dsc_helper.h | 33 void drm_dsc_dump_config(struct drm_printer *p, int indent, const struct drm_dsc_config *cfg);
|