/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | evhandler.c | 317 * setup - Address of the setup function 331 acpi_adr_space_setup setup, void *context) in acpi_ev_install_space_handler() 359 setup = acpi_ev_system_memory_region_setup; in acpi_ev_install_space_handler() 365 setup = acpi_ev_io_space_region_setup; in acpi_ev_install_space_handler() 371 setup = acpi_ev_pci_config_region_setup; in acpi_ev_install_space_handler() 377 setup = acpi_ev_cmos_region_setup; in acpi_ev_install_space_handler() 383 setup = acpi_ev_pci_bar_region_setup; in acpi_ev_install_space_handler() 389 setup = NULL; in acpi_ev_install_space_handler() 399 /* If the caller hasn't specified a setup routin in acpi_ev_install_space_handler() 328 acpi_ev_install_space_handler(struct acpi_namespace_node *node, acpi_adr_space_type space_id, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *context) acpi_ev_install_space_handler() argument [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | evhandler.c | 317 * setup - Address of the setup function 331 acpi_adr_space_setup setup, void *context) in acpi_ev_install_space_handler() 359 setup = acpi_ev_system_memory_region_setup; in acpi_ev_install_space_handler() 365 setup = acpi_ev_io_space_region_setup; in acpi_ev_install_space_handler() 371 setup = acpi_ev_pci_config_region_setup; in acpi_ev_install_space_handler() 377 setup = acpi_ev_cmos_region_setup; in acpi_ev_install_space_handler() 383 setup = acpi_ev_pci_bar_region_setup; in acpi_ev_install_space_handler() 389 setup = acpi_ev_data_table_region_setup; in acpi_ev_install_space_handler() 399 /* If the caller hasn't specified a setup routin in acpi_ev_install_space_handler() 328 acpi_ev_install_space_handler(struct acpi_namespace_node *node, acpi_adr_space_type space_id, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *context) acpi_ev_install_space_handler() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 113 * GCC doesn't generate stack setup preample for these functions due to them 211 .setup = trigger_tp_setup, 221 .setup = trigger_rawtp_setup, 231 .setup = trigger_kprobe_setup, 241 .setup = trigger_fentry_setup, 251 .setup = trigger_fentry_sleep_setup, 261 .setup = trigger_fmodret_setup, 270 .setup = NULL, /* no uprobe/uretprobe is attached */ 279 .setup = uprobe_setup_with_nop, 288 .setup [all...] |
/third_party/gn/src/gn/ |
H A D | command_check.cc | 11 #include "gn/setup.h" 191 Setup* setup = new Setup(); in RunCheck() local 192 if (!setup->DoSetup(args[0], false)) in RunCheck() 194 if (!setup->Run()) in RunCheck() 201 setup->builder().GetAllResolvedTargets(); in RunCheck() 212 if (!ResolveFromCommandLineInput(setup, inputs, default_toolchain_only, in RunCheck() 226 if (setup->check_patterns()) { in RunCheck() 227 FilterTargetsByPatterns(all_targets, *setup->check_patterns(), in RunCheck() 230 } else if (setup->no_check_patterns()) { in RunCheck() 231 FilterOutTargetsByPatterns(all_targets, *setup in RunCheck() [all...] |
H A D | command_ls.cc | 11 #include "gn/setup.h" 68 Setup* setup = new Setup; 69 if (!setup->DoSetup(args[0], false) || !setup->Run()) 84 if (!ResolveFromCommandLineInput(setup, inputs, default_toolchain_only, 92 for (auto* target : setup->builder().GetAllResolvedTargets()) { 98 matches = setup->builder().GetAllResolvedTargets();
|
H A D | commands.cc | 24 #include "gn/setup.h" 43 bool ResolveTargetsFromCommandLinePattern(Setup* setup, in ResolveTargetsFromCommandLinePattern() argument 51 SourceDirForCurrentDirectory(setup->build_settings().root_path()), in ResolveTargetsFromCommandLinePattern() 52 setup->build_settings().root_path_utf8(), pattern_value, &err); in ResolveTargetsFromCommandLinePattern() 64 pattern.set_toolchain(setup->loader()->default_toolchain_label()); in ResolveTargetsFromCommandLinePattern() 70 FilterTargetsByPatterns(setup->builder().GetAllResolvedTargets(), in ResolveTargetsFromCommandLinePattern() 77 Setup* setup, in ResolveStringFromCommandLineInput() 91 setup, input, default_toolchain_only, &target_match_vector)) in ResolveStringFromCommandLineInput() 101 current_dir, setup->build_settings().root_path_utf8(), in ResolveStringFromCommandLineInput() 102 setup in ResolveStringFromCommandLineInput() 76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument 554 ResolveTargetFromCommandLineString( Setup* setup, const std::string& label_string) ResolveTargetFromCommandLineString() argument 593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument 732 GetTargetsContainingFile(Setup* setup, const std::vector<const Target*>& all_targets, const SourceFile& file, bool default_toolchain_only, std::vector<TargetContainingFile>* matches) GetTargetsContainingFile() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send01.c | 64 void (*setup) (void); member 71 static void setup(void); 87 .setup = setup0, 99 .setup = setup0, 113 .setup = setup1, 126 .setup = setup1, 138 .setup = setup2, 152 .setup = setup1, 261 setup(); in main() 268 tdat[testno].setup(); in main() 298 static void setup(void) setup() function [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_derived.c | 105 * (This means in this case we'll also use those slots in setup, which in compute_vertex_info() 119 * actually have an input/output map for setup (even though it looks in compute_vertex_info() 172 lp_setup_set_vertex_info(llvmpipe->setup, vinfo); in compute_vertex_info() 201 lp_setup_set_linear_mode(lp->setup, permit_linear); in check_linear_rasterizer() 304 lp_setup_set_rasterizer_discard(llvmpipe->setup, discard); in llvmpipe_update_derived() 313 lp_setup_set_sample_mask(llvmpipe->setup, llvmpipe->sample_mask); in llvmpipe_update_derived() 316 lp_setup_set_blend_color(llvmpipe->setup, in llvmpipe_update_derived() 320 lp_setup_set_scissors(llvmpipe->setup, llvmpipe->scissors); in llvmpipe_update_derived() 323 lp_setup_set_alpha_ref_value(llvmpipe->setup, in llvmpipe_update_derived() 325 lp_setup_set_stencil_ref_values(llvmpipe->setup, in llvmpipe_update_derived() [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.h | 53 sp_setup_tri(struct setup_context *setup, 59 sp_setup_line(struct setup_context *setup, 64 sp_setup_point( struct setup_context *setup, 74 void sp_setup_prepare( struct setup_context *setup ); 75 void sp_setup_destroy_context( struct setup_context *setup );
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | ocb.c | 19 struct ocb_setup *setup) in __cfg80211_join_ocb() 32 if (WARN_ON(!setup->chandef.chan)) in __cfg80211_join_ocb() 35 err = rdev_join_ocb(rdev, dev, setup); in __cfg80211_join_ocb() 37 wdev->chandef = setup->chandef; in __cfg80211_join_ocb() 44 struct ocb_setup *setup) in cfg80211_join_ocb() 50 err = __cfg80211_join_ocb(rdev, dev, setup); in cfg80211_join_ocb() 17 __cfg80211_join_ocb(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ocb_setup *setup) __cfg80211_join_ocb() argument 42 cfg80211_join_ocb(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ocb_setup *setup) cfg80211_join_ocb() argument
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | ocb.c | 20 struct ocb_setup *setup) in __cfg80211_join_ocb() 33 if (WARN_ON(!setup->chandef.chan)) in __cfg80211_join_ocb() 36 err = rdev_join_ocb(rdev, dev, setup); in __cfg80211_join_ocb() 38 wdev->u.ocb.chandef = setup->chandef; in __cfg80211_join_ocb() 45 struct ocb_setup *setup) in cfg80211_join_ocb() 51 err = __cfg80211_join_ocb(rdev, dev, setup); in cfg80211_join_ocb() 18 __cfg80211_join_ocb(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ocb_setup *setup) __cfg80211_join_ocb() argument 43 cfg80211_join_ocb(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ocb_setup *setup) cfg80211_join_ocb() argument
|
/third_party/ltp/testcases/kernel/syscalls/fdatasync/ |
H A D | fdatasync02.c | 47 * Perform testcase specific setup (if needed) 87 int (*setup) (void); /* Individual setup routine */ member 96 static void setup(void); 115 setup(); in main() 122 if ((tdat[testno].setup) && (tdat[testno].setup())) { in main() 123 /* setup() failed, skip this test */ in main() 174 * setup() 175 * performs all ONE TIME setup fo 177 void setup(void) setup() function [all...] |
/third_party/python/Lib/test/ |
H A D | test_timeit.py | 36 def setup(self): member in FakeTimer 82 setup='while False:\n pass', stmt=' break') 85 self.assertRaises(ValueError, timeit.Timer, setup=None) 86 self.assertRaises(SyntaxError, timeit.Timer, setup='return') 87 self.assertRaises(SyntaxError, timeit.Timer, setup='yield') 88 self.assertRaises(SyntaxError, timeit.Timer, setup='yield from ()') 89 self.assertRaises(SyntaxError, timeit.Timer, setup='break') 90 self.assertRaises(SyntaxError, timeit.Timer, setup='continue') 91 self.assertRaises(SyntaxError, timeit.Timer, setup='from timeit import *') 92 self.assertRaises(SyntaxError, timeit.Timer, setup 99 fake_setup = "import timeit\\ntimeit._fake_timer.setup()" global() namespace [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 318 struct p54_setup_mac *setup; in p54_setup_mac() local 321 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*setup), in p54_setup_mac() 326 setup = skb_put(skb, sizeof(*setup)); in p54_setup_mac() 358 setup->mac_mode = cpu_to_le16(mode); in p54_setup_mac() 359 memcpy(setup->mac_addr, priv->mac_addr, ETH_ALEN); in p54_setup_mac() 360 memcpy(setup->bssid, priv->bssid, ETH_ALEN); in p54_setup_mac() 361 setup->rx_antenna = 2 & priv->rx_diversity_mask; /* automatic */ in p54_setup_mac() 362 setup->rx_align = 0; in p54_setup_mac() 364 setup in p54_setup_mac() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 316 struct p54_setup_mac *setup; in p54_setup_mac() local 319 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*setup), in p54_setup_mac() 324 setup = skb_put(skb, sizeof(*setup)); in p54_setup_mac() 356 setup->mac_mode = cpu_to_le16(mode); in p54_setup_mac() 357 memcpy(setup->mac_addr, priv->mac_addr, ETH_ALEN); in p54_setup_mac() 358 memcpy(setup->bssid, priv->bssid, ETH_ALEN); in p54_setup_mac() 359 setup->rx_antenna = 2 & priv->rx_diversity_mask; /* automatic */ in p54_setup_mac() 360 setup->rx_align = 0; in p54_setup_mac() 362 setup in p54_setup_mac() [all...] |
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 31 setup: function(CanvasKit, ctx) { 52 setup: function(CanvasKit, ctx) { 75 setup: function(CanvasKit, ctx) { 99 setup: function(CanvasKit, ctx) { 122 setup: function(CanvasKit, ctx) { 150 setup: function(CanvasKit, ctx) { 173 setup: function(CanvasKit, ctx) {}, 193 setup: function(CanvasKit, ctx) { 214 setup: function(CanvasKit, ctx) { 234 setup [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | shtc1.c | 64 struct shtc1_platform_data setup; member 87 if (!data->setup.blocking_io) in shtc1_update_values() 172 if (data->setup.high_precision) { in shtc1_select_command() 173 data->command = data->setup.blocking_io ? in shtc1_select_command() 180 data->command = data->setup.blocking_io ? in shtc1_select_command() 234 data->setup.blocking_io = false; in shtc1_probe() 235 data->setup.high_precision = true; in shtc1_probe() 240 data->setup.blocking_io = of_property_read_bool(np, "sensirion,blocking-io"); in shtc1_probe() 241 data->setup.high_precision = !of_property_read_bool(np, "sensicon,low-precision"); in shtc1_probe() 244 data->setup in shtc1_probe() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | shtc1.c | 64 struct shtc1_platform_data setup; member 87 if (!data->setup.blocking_io) in shtc1_update_values() 172 if (data->setup.high_precision) { in shtc1_select_command() 173 data->command = data->setup.blocking_io ? in shtc1_select_command() 180 data->command = data->setup.blocking_io ? in shtc1_select_command() 234 data->setup.blocking_io = false; in shtc1_probe() 235 data->setup.high_precision = true; in shtc1_probe() 240 data->setup.blocking_io = of_property_read_bool(np, "sensirion,blocking-io"); in shtc1_probe() 241 data->setup.high_precision = !of_property_read_bool(np, "sensicon,low-precision"); in shtc1_probe() 244 data->setup in shtc1_probe() [all...] |
/third_party/ltp/testcases/kernel/syscalls/mq_open/ |
H A D | mq_open01.c | 37 void (*setup)(void); member 105 .setup = create_queue, 114 .setup = create_queue, 123 .setup = set_rlimit, 139 .setup = set_max_queues, 192 static void setup(void) in setup() function 228 if (tc->setup) in do_test() 229 tc->setup(); in do_test() 291 .setup = setup, [all...] |
/third_party/ltp/testcases/kernel/syscalls/mremap/ |
H A D | mremap05.c | 58 void (*setup) (struct test_case_t *); member 62 static void setup(void); 80 .setup = setup0, 89 .setup = setup1, 98 .setup = setup2, 105 .setup = setup3, 112 .setup = setup4, 219 setup(); in main() 223 tdat[testno].setup(&tdat[testno]); in main() 232 static void setup(voi function [all...] |
/third_party/benchmark/test/ |
H A D | benchmark_setup_teardown_test.cc | 75 int setup = 0; member 96 fixture_interaction::setup++; in DoSetupWithFixture() member in fixture_interaction 110 int setup = 0; member 114 repetitions::setup++; in DoSetupWithRepetitions() member in repetitions 147 assert(fixture_interaction::setup == 4); in main() 150 // it's more than setup. in main() 151 assert(fixture_interaction::fixture_setup > fixture_interaction::setup); in main() 154 assert(repetitions::setup == 16); in main()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat06.c | 60 static void setup(void); 74 void (*setup)(); member 91 if (tcases[i].setup != NULL) in verify_creat() 92 tcases[i].setup(i); in verify_creat() 114 static void setup(void) in setup() function 157 .setup = setup,
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | detect.mk | 15 .PHONY: setup 45 devel: setup 57 lcc: setup 78 unix: setup 85 setup: std_setup
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.c | 104 int (*setup)(struct stmmac_priv *priv); member 124 .setup = dwmac100_setup, 142 .setup = dwmac1000_setup, 160 .setup = dwmac4_setup, 178 .setup = dwmac4_setup, 196 .setup = dwmac4_setup, 214 .setup = dwmac4_setup, 233 .setup = dwxgmac2_setup, 252 .setup = dwxlgmac2_setup, 287 /* Check for HW specific setup firs in stmmac_hwif_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.c | 117 int (*setup)(struct stmmac_priv *priv); member 137 .setup = dwmac100_setup, 155 .setup = dwmac1000_setup, 173 .setup = dwmac4_setup, 191 .setup = dwmac4_setup, 209 .setup = dwmac4_setup, 227 .setup = dwmac4_setup, 246 .setup = dwxgmac2_setup, 265 .setup = dwxlgmac2_setup, 300 /* Check for HW specific setup firs in stmmac_hwif_init() [all...] |