| /linux/tools/power/cpupower/bench/ |
| H A D | parse.h | 8 struct config struct 10 long sleep; /* sleep time in µs */ 11 long load; /* load time in µs */ 12 long sleep_step; /* time value which changes the 14 long load_step; /* time value which changes the 38 int prepare_config(const char *path, struct config *config); argument
|
| /linux/drivers/gpu/drm/vkms/tests/ |
| H A D | vkms_config_test.c | 9 static size_t vkms_config_get_num_planes(struct vkms_config *config) in vkms_config_get_num_planes() 20 static size_t vkms_config_get_num_encoders(struct vkms_config *config) in vkms_config_get_num_encoders() 31 static size_t vkms_config_get_num_connectors(struct vkms_config *config) in vkms_config_get_num_connectors() 42 static struct vkms_config_plane *get_first_plane(struct vkms_config *config) in get_first_plane() 52 static struct vkms_config_crtc *get_first_crtc(struct vkms_config *config) in get_first_crtc() 62 static struct vkms_config_encoder *get_first_encoder(struct vkms_config *config) in get_first_encoder() 72 static struct vkms_config_connector *get_first_connector(struct vkms_config *config) in get_first_connector() 91 struct vkms_config *config; in vkms_config_test_empty_config() local 135 struct vkms_config *config; in vkms_config_test_default_config() local 203 struct vkms_config *config; in vkms_config_test_get_planes() local [all …]
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_config.c | 13 struct vkms_config *config; in vkms_config_create() local 39 struct vkms_config *config; in vkms_config_default_create() local 113 void vkms_config_destroy(struct vkms_config *config) in vkms_config_destroy() 137 static bool valid_plane_number(const struct vkms_config *config) in valid_plane_number() 151 static bool valid_planes_for_crtc(const struct vkms_config *config, in valid_planes_for_crtc() 196 static bool valid_plane_possible_crtcs(const struct vkms_config *config) in valid_plane_possible_crtcs() 211 static bool valid_crtc_number(const struct vkms_config *config) in valid_crtc_number() 225 static bool valid_encoder_number(const struct vkms_config *config) in valid_encoder_number() 239 static bool valid_encoder_possible_crtcs(const struct vkms_config *config) in valid_encoder_possible_crtcs() 275 static bool valid_connector_number(const struct vkms_config *config) in valid_connector_number() [all …]
|
| H A D | vkms_config.h | 48 struct vkms_config *config; member 71 struct vkms_config *config; member 92 struct vkms_config *config; member 114 struct vkms_config *config; member 128 #define vkms_config_for_each_plane(config, plane_cfg) \ argument 136 #define vkms_config_for_each_crtc(config, crtc_cfg) \ argument 144 #define vkms_config_for_each_encoder(config, encoder_cfg) \ argument 152 #define vkms_config_for_each_connector(config, connector_cfg) \ argument 224 vkms_config_get_device_name(struct vkms_config *config) in vkms_config_get_device_name() 233 static inline size_t vkms_config_get_num_crtcs(struct vkms_config *config) in vkms_config_get_num_crtcs()
|
| /linux/tools/perf/util/ |
| H A D | stat-display.c | 102 static void print_running_std(struct perf_stat_config *config, u64 run, u64 ena) in print_running_std() argument 108 static void print_running_csv(struct perf_stat_config *config, u64 run, u64 ena) in print_running_csv() argument 164 static void print_running(struct perf_stat_config *config, struct outstate *os, in print_running() argument 179 print_noise_pct_std(struct perf_stat_config * config,double pct) print_noise_pct_std() argument 186 print_noise_pct_csv(struct perf_stat_config * config,double pct) print_noise_pct_csv() argument 198 print_noise_pct(struct perf_stat_config * config,struct outstate * os,double total,double avg,bool before_metric) print_noise_pct() argument 215 print_noise(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,double avg,bool before_metric) print_noise() argument 227 print_cgroup_std(struct perf_stat_config * config,const char * cgrp_name) print_cgroup_std() argument 232 print_cgroup_csv(struct perf_stat_config * config,const char * cgrp_name) print_cgroup_csv() argument 242 print_cgroup(struct perf_stat_config * config,struct outstate * os,struct cgroup * cgrp) print_cgroup() argument 257 print_aggr_id_std(struct perf_stat_config * config,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_std() argument 310 print_aggr_id_csv(struct perf_stat_config * config,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_csv() argument 364 print_aggr_id_json(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) print_aggr_id_json() argument 414 aggr_printout(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,struct aggr_cpu_id id,int aggr_nr) aggr_printout() argument 433 __new_line_std_csv(struct perf_stat_config * config,struct outstate * os) __new_line_std_csv() argument 442 __new_line_std(struct perf_stat_config * config,struct outstate * os) __new_line_std() argument 447 do_new_line_std(struct perf_stat_config * config,struct outstate * os) do_new_line_std() argument 456 print_metric_std(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh,const char * fmt,const char * unit,double val) print_metric_std() argument 484 new_line_csv(struct perf_stat_config * config,void * ctx) new_line_csv() argument 535 new_line_json(struct perf_stat_config * config,void * ctx) new_line_json() argument 547 print_metricgroup_header_json(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_json() argument 558 print_metricgroup_header_csv(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_csv() argument 578 print_metricgroup_header_std(struct perf_stat_config * config,void * ctx,const char * metricgroup_name) print_metricgroup_header_std() argument 595 print_metric_only(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh,const char * fmt,const char * unit,double val) print_metric_only() argument 662 print_metric_header(struct perf_stat_config * config,void * ctx,enum metric_threshold_classify thresh __maybe_unused,const char * fmt __maybe_unused,const char * unit,double val __maybe_unused) print_metric_header() argument 689 print_counter_value_std(struct perf_stat_config * config,struct evsel * evsel,double avg,bool ok) print_counter_value_std() argument 713 print_counter_value_csv(struct perf_stat_config * config,struct evsel * evsel,double avg,bool ok) print_counter_value_csv() argument 749 print_counter_value(struct perf_stat_config * config,struct outstate * os,struct evsel * evsel,double avg,bool ok) print_counter_value() argument 760 abs_printout(struct perf_stat_config * config,struct outstate * os,struct aggr_cpu_id id,int aggr_nr,struct evsel * evsel,double avg,bool ok) abs_printout() argument 797 printout(struct perf_stat_config * config,struct outstate * os,double uval,u64 run,u64 ena,double noise,int aggr_idx) printout() argument 895 should_skip_zero_counter(struct perf_stat_config * config,struct evsel * counter,const struct aggr_cpu_id * id) should_skip_zero_counter() argument 951 print_counter_aggrdata(struct perf_stat_config * config,struct evsel * counter,int aggr_idx,struct outstate * os) print_counter_aggrdata() argument 1012 print_metric_begin(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os,int aggr_idx) print_metric_begin() argument 1041 print_metric_end(struct perf_stat_config * config,struct outstate * os) print_metric_end() argument 1056 print_aggr(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_aggr() argument 1080 print_aggr_cgroup(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_aggr_cgroup() argument 1110 print_counter(struct perf_stat_config * config,struct evsel * counter,struct outstate * os) print_counter() argument 1124 print_no_aggr_metric(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_no_aggr_metric() argument 1167 print_metric_headers_std(struct perf_stat_config * config,bool no_indent) print_metric_headers_std() argument 1182 print_metric_headers_csv(struct perf_stat_config * config,bool no_indent __maybe_unused) print_metric_headers_csv() argument 1207 print_metric_headers(struct perf_stat_config * config,struct evlist * evlist,bool no_indent) print_metric_headers() argument 1249 prepare_timestamp(struct perf_stat_config * config,struct outstate * os,struct timespec * ts) prepare_timestamp() argument 1266 print_header_interval_std(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_interval_std() argument 1314 print_header_std(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header_std() argument 1347 print_header_csv(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_csv() argument 1356 print_header_json(struct perf_stat_config * config,struct target * _target __maybe_unused,struct evlist * evlist,int argc __maybe_unused,const char ** argv __maybe_unused) print_header_json() argument 1366 print_header(struct perf_stat_config * config,struct target * _target,struct evlist * evlist,int argc,const char ** argv) print_header() argument 1393 print_table(struct perf_stat_config * config,FILE * output,double avg) print_table() argument 1424 print_footer(struct perf_stat_config * config) print_footer() argument 1466 print_percore(struct perf_stat_config * config,struct evsel * counter,struct outstate * os) print_percore() argument 1514 print_cgroup_counter(struct perf_stat_config * config,struct evlist * evlist,struct outstate * os) print_cgroup_counter() argument 1534 evlist__print_counters(struct evlist * evlist,struct perf_stat_config * config,struct target * _target,struct timespec * ts,int argc,const char ** argv) evlist__print_counters() argument [all...] |
| H A D | stat-shadow.c | 21 tool_pmu__is_time_event(const struct perf_stat_config * config,const struct evsel * evsel,int * tool_aggr_idx) tool_pmu__is_time_event() argument 45 prepare_metric(struct perf_stat_config * config,const struct metric_expr * mexp,const struct evsel * evsel,struct expr_parse_ctx * pctx,int aggr_idx) prepare_metric() argument 127 generic_metric(struct perf_stat_config * config,struct metric_expr * mexp,struct evsel * evsel,int aggr_idx,struct perf_stat_output_ctx * out) generic_metric() argument 226 perf_stat__print_metricgroup_header(struct perf_stat_config * config,struct evsel * evsel,void * ctxp,const char * name,struct perf_stat_output_ctx * out) perf_stat__print_metricgroup_header() argument 271 perf_stat__print_shadow_stats_metricgroup(struct perf_stat_config * config,struct evsel * evsel,int aggr_idx,int * num,void * from,struct perf_stat_output_ctx * out) perf_stat__print_shadow_stats_metricgroup() argument 321 perf_stat__print_shadow_stats(struct perf_stat_config * config,struct evsel * evsel,int aggr_idx,struct perf_stat_output_ctx * out) perf_stat__print_shadow_stats() argument [all...] |
| H A D | stat.c | 189 evlist__alloc_stats(struct perf_stat_config * config,struct evlist * evlist,bool alloc_raw) evlist__alloc_stats() argument 278 evlist__copy_res_stats(struct perf_stat_config * config,struct evlist * evlist) evlist__copy_res_stats() argument 368 evsel__count_has_error(struct evsel * evsel,struct perf_counts_values * count,struct perf_stat_config * config) evsel__count_has_error() argument 386 process_counter_values(struct perf_stat_config * config,struct evsel * evsel,int cpu_map_idx,int thread,struct perf_counts_values * count) process_counter_values() argument 461 process_counter_maps(struct perf_stat_config * config,struct evsel * counter) process_counter_maps() argument 479 perf_stat_process_counter(struct perf_stat_config * config,struct evsel * counter) perf_stat_process_counter() argument 554 evsel__should_merge_hybrid(const struct evsel * evsel,const struct perf_stat_config * config) evsel__should_merge_hybrid() argument 559 evsel__merge_stats(struct evsel * evsel,struct perf_stat_config * config) evsel__merge_stats() argument 566 perf_stat_merge_counters(struct perf_stat_config * config,struct evlist * evlist) perf_stat_merge_counters() argument 637 perf_stat_process_percore(struct perf_stat_config * config,struct evlist * evlist) perf_stat_process_percore() argument [all...] |
| /linux/lib/ |
| H A D | test_kmod.c | 130 struct test_config config; member 181 struct test_config *config = &test_dev->config; in kmod_test_done_check() local 197 struct test_config *config = &test_dev->config; in test_kmod_put_module() local 220 struct test_config *config = &test_dev->config; in run_request() local 251 struct test_config *config = &test_dev->config; in tally_work_test() local 292 struct test_config *config = &test_dev->config; in tally_up_work() local 351 struct test_config *config = &test_dev->config; in test_dev_kmod_stop_tests() local 389 struct test_config *config = &test_dev->config; in try_requests() local 426 struct test_config *config = &test_dev->config; in run_test_driver() local 443 struct test_config *config = &test_dev->config; in run_test_fs_type() local [all …]
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 184 struct regmap_config *config, in gen_regmap() 295 struct regmap_config config; in basic_read_write() local 320 struct regmap_config config; in bulk_write() local 353 struct regmap_config config; in bulk_read() local 382 struct regmap_config config; in multi_write() local 421 struct regmap_config config; in multi_read() local 454 struct regmap_config config; in read_bypassed() local 518 struct regmap_config config; in read_bypassed_volatile() local 582 struct regmap_config config; in write_readonly() local 613 struct regmap_config config; in read_writeonly() local [all …]
|
| /linux/drivers/rtc/ |
| H A D | rtc-spear.c | 85 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) in spear_rtc_clear_interrupt() 97 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) in spear_rtc_enable_interrupt() 109 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) in spear_rtc_disable_interrupt() 120 static inline int is_write_complete(struct spear_rtc_config *config) in is_write_complete() 133 static void rtc_wait_not_busy(struct spear_rtc_config *config) in rtc_wait_not_busy() 152 struct spear_rtc_config *config = dev_id; in spear_rtc_irq() local 201 struct spear_rtc_config *config = dev_get_drvdata(dev); in spear_rtc_read_time() local 232 struct spear_rtc_config *config = dev_get_drvdata(dev); in spear_rtc_set_time() local 258 struct spear_rtc_config *config = dev_get_drvdata(dev); in spear_rtc_read_alarm() local 288 struct spear_rtc_config *config = dev_get_drvdata(dev); in spear_rtc_set_alarm() local [all …]
|
| H A D | rtc-da9063.c | 70 const struct da9063_compatible_rtc_regmap *config; member 170 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_data_to_tm() local 185 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_tm_to_data() local 201 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_rtc_alarm_irq_enable() local 213 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_rtc_read_time() local 249 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_rtc_set_time() local 266 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_rtc_read_alarm() local 300 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_rtc_set_alarm() local 337 const struct da9063_compatible_rtc_regmap *config = rtc->config; in da9063_alarm_event() local 361 const struct da9063_compatible_rtc_regmap *config; in da9063_rtc_probe() local
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 213 bool (*supported)(struct test_config *config); in vl_expected() argument 225 vl = config->sve_vl_in; in run_child() argument 201 vl_in(struct test_config * config) vl_in() argument 399 check_ptrace_values_sve(pid_t child,struct test_config * config) check_ptrace_values_sve() argument 483 check_ptrace_values_ssve(pid_t child,struct test_config * config) check_ptrace_values_ssve() argument 566 check_ptrace_values_za(pid_t child,struct test_config * config) check_ptrace_values_za() argument 627 check_ptrace_values_zt(pid_t child,struct test_config * config) check_ptrace_values_zt() argument 648 check_ptrace_values_fpmr(pid_t child,struct test_config * config) check_ptrace_values_fpmr() argument 669 check_ptrace_values(pid_t child,struct test_config * config) check_ptrace_values() argument 709 run_parent(pid_t child,struct test_definition * test,struct test_config * config) run_parent() argument 904 set_initial_values(struct test_config * config) set_initial_values() argument 971 check_memory_values(struct test_config * config) check_memory_values() argument 1028 sve_sme_same(struct test_config * config) sve_sme_same() argument 1042 sve_write_supported(struct test_config * config) sve_write_supported() argument 1072 sve_write_fpsimd_supported(struct test_config * config) sve_write_fpsimd_supported() argument 1089 fpsimd_write_expected(struct test_config * config) fpsimd_write_expected() argument 1122 fpmr_write_supported(struct test_config * config) fpmr_write_supported() argument 1133 fpmr_write_expected(struct test_config * config) fpmr_write_expected() argument 1139 fpmr_write(pid_t child,struct test_config * config) fpmr_write() argument 1152 sve_write_expected(struct test_config * config) sve_write_expected() argument 1178 sve_write_sve(pid_t child,struct test_config * config) sve_write_sve() argument 1224 sve_write_fpsimd(pid_t child,struct test_config * config) sve_write_fpsimd() argument 1259 za_write_supported(struct test_config * config) za_write_supported() argument 1267 za_write_expected(struct test_config * config) za_write_expected() argument 1292 za_write(pid_t child,struct test_config * config) za_write() argument 1327 zt_write_supported(struct test_config * config) zt_write_supported() argument 1341 zt_write_expected(struct test_config * config) zt_write_expected() argument 1355 zt_write(pid_t child,struct test_config * config) zt_write() argument 1369 run_test(struct test_definition * test,struct test_config * config) run_test() argument 1418 run_tests(struct test_definition defs[],int count,struct test_config * config) run_tests() argument [all...] |
| /linux/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-dove.c | 64 unsigned pid, unsigned long *config) in dove_pmu_mpp_ctrl_get() 82 unsigned pid, unsigned long config) in dove_pmu_mpp_ctrl_set() 104 unsigned long *config) in dove_mpp4_ctrl_get() 135 unsigned long config) in dove_mpp4_ctrl_set() 170 unsigned long *config) in dove_nand_ctrl_get() 181 unsigned long config) in dove_nand_ctrl_set() 190 unsigned long *config) in dove_audio0_ctrl_get() 200 unsigned long config) in dove_audio0_ctrl_set() 213 unsigned long *config) in dove_audio1_ctrl_get() 244 unsigned long config) in dove_audio1_ctrl_set() [all …]
|
| /linux/drivers/video/fbdev/via/ |
| H A D | via_clock.c | 85 static void cle266_set_primary_pll(struct via_pll_config config) in cle266_set_primary_pll() 90 static void k800_set_primary_pll(struct via_pll_config config) in k800_set_primary_pll() 95 static void vx855_set_primary_pll(struct via_pll_config config) in vx855_set_primary_pll() 100 static void cle266_set_secondary_pll(struct via_pll_config config) in cle266_set_secondary_pll() 105 static void k800_set_secondary_pll(struct via_pll_config config) in k800_set_secondary_pll() 110 static void vx855_set_secondary_pll(struct via_pll_config config) in vx855_set_secondary_pll() 115 static void k800_set_engine_pll(struct via_pll_config config) in k800_set_engine_pll() 120 static void vx855_set_engine_pll(struct via_pll_config config) in vx855_set_engine_pll() 273 static void dummy_set_pll(struct via_pll_config config) in dummy_set_pll()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_nve_vxlan.c | 133 struct mlxsw_sp_nve_config *config) in mlxsw_sp_nve_vxlan_ul_proto_sip_config() 149 struct mlxsw_sp_nve_config *config) in mlxsw_sp_nve_vxlan_config() 165 const struct mlxsw_sp_nve_config *config) in mlxsw_sp_nve_vxlan_config_prepare() 195 const struct mlxsw_sp_nve_config *config) in mlxsw_sp1_nve_vxlan_config_set() 233 const struct mlxsw_sp_nve_config *config) in mlxsw_sp1_nve_vxlan_init() 275 struct mlxsw_sp_nve_config *config = &nve->config; in mlxsw_sp1_nve_vxlan_fini() local 337 const struct mlxsw_sp_nve_config *config) in mlxsw_sp2_nve_vxlan_config_set() 414 const struct mlxsw_sp_nve_config *config) in mlxsw_sp2_nve_vxlan_init() 457 struct mlxsw_sp_nve_config *config = &nve->config; in mlxsw_sp2_nve_vxlan_fini() local
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40_phy.c | 10 static struct tn40_priv *tn40_config_to_priv(struct phylink_config *config) in tn40_config_to_priv() 15 static void tn40_link_up(struct phylink_config *config, struct phy_device *phy, in tn40_link_up() 25 static void tn40_link_down(struct phylink_config *config, unsigned int mode, in tn40_link_down() 34 static void tn40_mac_config(struct phylink_config *config, unsigned int mode, in tn40_mac_config() 47 struct phylink_config *config; in tn40_phy_register() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pmu.c | 60 static unsigned int config_to_event_id(u64 config) in config_to_event_id() 65 static unsigned int config_to_function_id(u64 config) in config_to_function_id() 70 static unsigned int config_to_engine_class(u64 config) in config_to_engine_class() 75 static unsigned int config_to_engine_instance(u64 config) in config_to_engine_instance() 80 static unsigned int config_to_gt_id(u64 config) in config_to_gt_id() 103 u64 config = event->attr.config; in event_to_hwe() local 117 static bool is_engine_event(u64 config) in is_engine_event() 136 u64 config = event->attr.config; in event_gt_forcewake() local 177 u64 config = event->attr.config; in event_param_valid() local 280 u64 config, val = 0; in read_engine_events() local
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tda8261.c | 20 const struct tda8261_config *config; member 29 const struct tda8261_config *config = state->config; in tda8261_read() local 41 const struct tda8261_config *config = state->config; in tda8261_write() local 87 const struct tda8261_config *config = state->config; in tda8261_set_params() local 166 const struct tda8261_config *config, in tda8261_attach()
|
| H A D | tda665x.c | 19 const struct tda665x_config *config; member 27 const struct tda665x_config *config = state->config; in tda665x_read() local 43 const struct tda665x_config *config = state->config; in tda665x_write() local 93 const struct tda665x_config *config = state->config; in tda665x_set_frequency() local 204 const struct tda665x_config *config, in tda665x_attach()
|
| H A D | stv0367.h | 42 dvb_frontend *stv0367ter_attach(const struct stv0367_config *config, in stv0367ter_attach() 49 dvb_frontend *stv0367cab_attach(const struct stv0367_config *config, in stv0367cab_attach() 56 dvb_frontend *stv0367ddb_attach(const struct stv0367_config *config, in stv0367ddb_attach()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 111 static inline unsigned int nbd_blksize(struct nbd_config *config) in nbd_blksize() 122 struct nbd_config *config; member 300 static int nbd_disconnected(struct nbd_config *config) in nbd_disconnected() 409 struct nbd_config *config = nbd->config; in sock_shutdown() local 464 struct nbd_config *config; in nbd_xmit_timeout() local 611 struct nbd_config *config = nbd->config; in sock_xmit() local 658 struct nbd_config *config = nbd->config; in nbd_send_cmd() local 985 struct nbd_config *config = nbd->config; in recv_work() local 1069 struct nbd_config *config = nbd->config; in find_fallback() local 1103 struct nbd_config *config = nbd->config; in wait_for_reconnect() local [all …]
|
| /linux/drivers/vdpa/ |
| H A D | vdpa.c | 120 const struct vdpa_config_ops *config, in __vdpa_alloc_device() 561 struct vdpa_dev_set_config config = {}; in vdpa_nl_cmd_dev_add_set_doit() local 838 const struct virtio_net_config *config) in vdpa_dev_net_mq_config_fill() 852 const struct virtio_net_config *config) in vdpa_dev_net_mtu_config_fill() 865 const struct virtio_net_config *config) in vdpa_dev_net_mac_config_fill() 875 const struct virtio_net_config *config) in vdpa_dev_net_status_config_fill() 888 struct virtio_net_config config = {}; in vdpa_dev_net_config_fill() local 913 const struct virtio_blk_config *config) in vdpa_dev_blk_capacity_config_fill() 925 const struct virtio_blk_config *config) in vdpa_dev_blk_seg_size_config_fill() 940 const struct virtio_blk_config *config) in vdpa_dev_blk_block_size_config_fill() [all …]
|
| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | event.c | 24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts() 44 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts() 49 void event_init_named(struct event *e, u64 config, char *name) in event_init_named() 54 void event_init(struct event *e, u64 config) in event_init() 59 void event_init_sampling(struct event *e, u64 config) in event_init_sampling()
|
| /linux/sound/soc/sof/ |
| H A D | ipc3-topology.c | 396 sof_dbg_comp_config(struct snd_soc_component * scomp,struct sof_ipc_comp_config * config) sof_dbg_comp_config() argument 985 struct sof_ipc_comp_process config; sof_widget_update_ipc_comp_process() local 1002 sof_link_hda_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_hda_load() argument 1033 sof_dai_set_format(struct snd_soc_tplg_hw_config * hw_config,struct sof_ipc_dai_config * config) sof_dai_set_format() argument 1067 sof_link_sai_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_sai_load() argument 1118 sof_link_esai_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_esai_load() argument 1168 sof_link_micfil_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_micfil_load() argument 1199 sof_link_acp_dmic_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_acp_dmic_load() argument 1231 sof_link_acp_bt_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_acp_bt_load() argument 1264 sof_link_acp_sp_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_acp_sp_load() argument 1298 sof_link_acp_hs_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_acp_hs_load() argument 1331 sof_link_acp_sdw_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_acp_sdw_load() argument 1359 sof_link_afe_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_afe_load() argument 1388 sof_link_ssp_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_ssp_load() argument 1461 sof_link_dmic_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_dmic_load() argument 1533 sof_link_alh_load(struct snd_soc_component * scomp,struct snd_sof_dai_link * slink,struct sof_ipc_dai_config * config,struct snd_sof_dai * dai) sof_link_alh_load() argument 1566 struct sof_ipc_dai_config *config; sof_ipc3_widget_setup_comp_dai() local 2147 struct sof_ipc_dai_config *config; sof_ipc3_dai_config() local 2309 struct sof_ipc_dai_config *config; sof_ipc3_set_up_all_pipelines() local [all...] |
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_dvb.c | 33 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_frontend_power() local 61 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_frontend_soft_reset() local 137 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_dvb_init() local
|