Home
last modified time | relevance | path

Searched defs:cfg (Results 726 - 750 of 2967) sorted by relevance

1...<<21222324252627282930>>...119

/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlp8788_bl.c74 struct lp8788_bl_config *cfg = &default_bl_config; in lp8788_backlight_configure() local
[all...]
/kernel/linux/linux-5.10/include/media/davinci/
H A Dvpbe.h150 struct vpbe_config *cfg; member
/kernel/linux/linux-5.10/include/linux/soc/qcom/
H A Dllcc-qcom.h80 const struct llcc_slice_config *cfg; member
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_pcm.c555 snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate, enum ac97_pcm_cfg cfg, unsigned short slots) snd_ac97_pcm_open() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dda7219-aad.c719 u8 cfg, mask; in da7219_aad_handle_pdata() local
[all...]
/kernel/linux/linux-5.10/sound/isa/
H A Dcmi8328.c75 u8 cfg[3]; member
131 static void snd_cmi8328_cfg_save(u16 port, u8 cfg[]) in snd_cmi8328_cfg_save() argument
138 static void snd_cmi8328_cfg_restore(u16 port, u8 cfg[]) in snd_cmi8328_cfg_restore() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_jack.c512 add_jack_kctl(struct hda_codec *codec, hda_nid_t nid, const struct auto_pin_cfg *cfg, const char *base_name) add_jack_kctl() argument
553 snd_hda_jack_add_kctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg) snd_hda_jack_add_kctls() argument
[all...]
H A Dhda_auto_parser.h94 static inline int auto_cfg_hp_outs(const struct auto_pin_cfg *cfg) in auto_cfg_hp_outs() argument
99 static inline const hda_nid_t *auto_cfg_hp_pins(const struct auto_pin_cfg *cfg) in auto_cfg_hp_pins() argument
104 auto_cfg_speaker_outs(const struct auto_pin_cfg *cfg) auto_cfg_speaker_outs() argument
109 auto_cfg_speaker_pins(const struct auto_pin_cfg *cfg) auto_cfg_speaker_pins() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-ac97.c406 struct snd_ac97_reset_cfg cfg; in snd_soc_set_ac97_ops_of_reset() local
301 snd_soc_ac97_parse_pinctl(struct device *dev, struct snd_ac97_reset_cfg *cfg) snd_soc_ac97_parse_pinctl() argument
[all...]
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front_cfg.c479 struct xen_front_cfg_card *cfg = &front_info->cfg; in xen_snd_front_cfg_card() local
H A Dxen_snd_front_evtchnl.c292 struct xen_front_cfg_card *cfg = &front_info->cfg; in xen_snd_front_evtchnl_create_all() local
386 struct xen_front_cfg_card *cfg = &front_info->cfg; in xen_snd_front_evtchnl_publish_all() local
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-front-pgdir-shbuf.c517 int xen_front_pgdir_shbuf_alloc(struct xen_front_pgdir_shbuf_cfg *cfg) in xen_front_pgdir_shbuf_alloc() argument
/kernel/linux/linux-5.10/net/ethtool/
H A Dlinkmodes.c315 static bool ethnl_validate_master_slave_cfg(u8 cfg) in ethnl_validate_master_slave_cfg() argument
339 u8 cfg = nla_get_u8(master_slave_cfg); in ethnl_update_linkmodes() local
/kernel/linux/linux-5.10/net/caif/
H A Dcaif_dev.c51 struct cfcnfg *cfg; member
320 struct cfcnfg *cfg = get_cfcnfg(dev_net(dev)); in caif_enroll_dev() local
369 struct cfcnfg *cfg; in caif_device_notify() local
525 struct cfcnfg *cfg = get_cfcnfg(net); caif_exit_net() local
[all...]
H A Dcfcnfg.c117 void cfcnfg_remove(struct cfcnfg *cfg) in cfcnfg_remove() argument
182 struct cfcnfg *cfg = get_cfcnfg(net); in caif_disconnect_client() local
308 struct cfcnfg *cfg in caif_connect_client() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dlwtunnel.c103 lwtunnel_build_state(struct net *net, u16 encap_type, struct nlattr *encap, unsigned int family, const void *cfg, struct lwtunnel_state **lws, struct netlink_ext_ack *extack) lwtunnel_build_state() argument
H A Dsock_diag.c311 struct netlink_kernel_cfg cfg = { in diag_net_init() local
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf_core.c180 eafnosupport_fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, struct fib6_config *cfg, gfp_t gfp_flags, struct netlink_ext_ack *extack) eafnosupport_fib6_nh_init() argument
H A Drpl_iptunnel.c67 rpl_build_state(struct net *net, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) rpl_build_state() argument
/kernel/linux/linux-5.10/net/ipv6/ila/
H A Dila_lwt.c128 ila_build_state(struct net *net, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) ila_build_state() argument
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_netlink.c158 static int l2tp_nl_cmd_tunnel_create_get_addr(struct nlattr **attrs, struct l2tp_tunnel_cfg *cfg) in l2tp_nl_cmd_tunnel_create_get_addr() argument
191 struct l2tp_tunnel_cfg cfg = { 0, }; l2tp_nl_cmd_tunnel_create() local
529 struct l2tp_session_cfg cfg = { 0, }; l2tp_nl_cmd_session_create() local
[all...]
H A Dl2tp_eth.c244 l2tp_eth_create(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id, u32 peer_session_id, struct l2tp_session_cfg *cfg) l2tp_eth_create() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c793 unsigned int cfg = 0; in atmel_hlcdc_dc_irq_postinstall() local
H A Datmel_hlcdc_crtc.c75 unsigned int cfg = 0; in atmel_hlcdc_crtc_mode_set_nofb() local
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.c62 dpu_hw_pp_setup_dither(struct dpu_hw_pingpong *pp, struct dpu_hw_dither_cfg *cfg) dpu_hw_pp_setup_dither() argument
97 int cfg; dpu_hw_pp_setup_te_config() local
156 u32 cfg; dpu_hw_pp_connect_external_te() local
245 const struct dpu_pingpong_cfg *cfg; dpu_hw_pingpong_init() local
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...119