Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/linux/drivers/gpu/drm/vc4/ !
H A Dvc4_render_cl.c56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
59 setup->next_offset += 1; in rcl_u8()
62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
65 setup->next_offset += 2; in rcl_u16()
68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
70 *(u32 *)(setup in rcl_u32()
80 vc4_store_before_load(struct vc4_rcl_setup * setup) vc4_store_before_load() argument
115 vc4_tile_coordinates(struct vc4_rcl_setup * setup,uint32_t x,uint32_t y) vc4_tile_coordinates() argument
124 emit_tile(struct vc4_exec_info * exec,struct vc4_rcl_setup * setup,uint8_t x,uint8_t y,bool first,bool last) emit_tile() argument
254 vc4_create_rcl_bo(struct drm_device * dev,struct vc4_exec_info * exec,struct vc4_rcl_setup * setup) vc4_create_rcl_bo() argument
535 vc4_rcl_render_config_surface_setup(struct vc4_exec_info * exec,struct vc4_rcl_setup * setup,struct drm_gem_dma_object ** obj,struct drm_vc4_submit_rcl_surface * surf) vc4_rcl_render_config_surface_setup() argument
597 struct vc4_rcl_setup setup = {0}; vc4_get_rcl() local
[all...]
/linux/net/wireless/ !
H A Dmesh.c104 struct mesh_setup *setup, in __cfg80211_join_mesh() argument
118 setup->is_secure) in __cfg80211_join_mesh()
124 if (!setup->mesh_id_len) in __cfg80211_join_mesh()
133 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
135 setup->chandef = wdev->u.mesh.preset_chandef; in __cfg80211_join_mesh()
138 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
157 setup->chandef.chan = chan; in __cfg80211_join_mesh()
161 if (setup->chandef.chan) in __cfg80211_join_mesh()
166 if (!setup->chandef.chan) in __cfg80211_join_mesh()
169 setup in __cfg80211_join_mesh()
[all...]
/linux/drivers/net/ethernet/cavium/liquidio/ !
H A Docteon_nic.h121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() argument
140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2()
150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2()
151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2()
154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2()
164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2()
165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2()
166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2()
167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2()
175 union octnic_cmd_setup *setup, u3 in octnet_prepare_pci_cmd_o3() argument
244 octnet_prepare_pci_cmd(struct octeon_device * oct,union octeon_instr_64B * cmd,union octnic_cmd_setup * setup,u32 tag) octnet_prepare_pci_cmd() argument
[all...]
/linux/drivers/clk/imx/ !
H A Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument
120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match()
128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument
144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup()
155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument
162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup()
170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument
181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup()
190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument
205 clk_sscg_divf1_lookup(struct clk_sscg_pll_setup * setup,struct clk_sscg_pll_setup * temp_setup) clk_sscg_divf1_lookup() argument
228 clk_sscg_divr1_lookup(struct clk_sscg_pll_setup * setup,struct clk_sscg_pll_setup * temp_setup) clk_sscg_divr1_lookup() argument
248 clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup * setup,struct clk_sscg_pll_setup * temp_setup,uint64_t ref) clk_sscg_pll1_find_setup() argument
264 clk_sscg_pll_find_setup(struct clk_sscg_pll_setup * setup,uint64_t prate,uint64_t rate,int try_bypass) clk_sscg_pll_find_setup() argument
362 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_set_rate() local
419 struct clk_sscg_pll_setup *setup = &pll->setup; __clk_sscg_pll_determine_rate() local
457 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_determine_rate() local
[all...]
/linux/arch/sh/kernel/cpu/sh4a/ !
H A DMakefile6 # CPU subtype setup
7 obj-$(CONFIG_CPU_SUBTYPE_SH7757) += setup-sh7757.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o
9 obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o intc-shx3.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o serial-sh7722.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup
[all...]
/linux/arch/x86/boot/ !
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
23 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
24 setup-y += early_serial_console.o edd.o header.o main.o memory.o
25 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
26 setup-y += video-mode.o version.o
27 setup-$(CONFIG_X86_APM_BOOT) += apm.o
33 setup-y += video-vga.o
34 setup-y += video-vesa.o
35 setup
[all...]
/linux/arch/arm/mach-orion5x/ !
H A DMakefile5 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
6 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o
7 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
8 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
9 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o
10 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o
11 obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o
12 obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
13 obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
/linux/arch/sh/kernel/cpu/sh3/ !
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
10 # CPU subtype setup
11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup
[all...]
/linux/drivers/usb/mtu3/ !
H A Dmtu3_gadget_ep0.c63 forward_to_driver(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in forward_to_driver() argument
73 ret = mtu->gadget_driver->setup(&mtu->g, setup); in forward_to_driver()
130 * A. send STALL for setup transfer without data stage:
185 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in ep0_set_sel() argument
188 u16 length = le16_to_cpu(setup->wLength); in ep0_set_sel()
206 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in ep0_get_status() argument
214 switch (setup->bRequestType & USB_RECIP_MASK) { in ep0_get_status()
233 epnum = (u8) le16_to_cpu(setup->wIndex); in ep0_get_status()
276 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in handle_test_mode() argument
326 ep0_handle_feature_dev(struct mtu3 * mtu,struct usb_ctrlrequest * setup,bool set) ep0_handle_feature_dev() argument
382 ep0_handle_feature(struct mtu3 * mtu,struct usb_ctrlrequest * setup,bool set) ep0_handle_feature() argument
441 handle_standard_request(struct mtu3 * mtu,struct usb_ctrlrequest * setup) handle_standard_request() argument
603 ep0_read_setup(struct mtu3 * mtu,struct usb_ctrlrequest * setup) ep0_read_setup() argument
641 struct usb_ctrlrequest setup; ep0_handle_setup() local
[all...]
/linux/arch/arm/mach-shmobile/ !
H A DMakefile10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o
16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o
23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/linux/fs/xfs/scrub/ !
H A Dscrub.c167 /* Scrub setup and teardown */
281 .setup = xchk_setup_fs,
287 .setup = xchk_setup_agheader,
293 .setup = xchk_setup_agheader,
299 .setup = xchk_setup_agheader,
305 .setup = xchk_setup_agheader,
311 .setup = xchk_setup_ag_allocbt,
318 .setup = xchk_setup_ag_allocbt,
325 .setup = xchk_setup_ag_iallocbt,
332 .setup
[all...]
/linux/arch/sh/kernel/cpu/sh2a/ !
H A DMakefile12 obj-$(CONFIG_CPU_SUBTYPE_SH7201) += setup-sh7201.o clock-sh7201.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7203) += setup-sh7203.o clock-sh7203.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7263) += setup-sh7203.o clock-sh7203.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7264) += setup-sh7264.o clock-sh7264.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7269) += setup-sh7269.o clock-sh7269.o
18 obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o
20 # Pinmux setup
/linux/arch/sh/kernel/cpu/sh4/ !
H A DMakefile18 # CPU subtype setup
19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
/linux/drivers/gpu/drm/amd/display/dc/sspl/ !
H A Ddc_spl_isharp_filters.c295 /* Pre-generated 1DLUT for given setup and sharpness level */
383 unsigned int discrete_sharpness_level, enum system_setup setup, in spl_calculate_sharpness_level() argument
402 switch (setup) { in spl_calculate_sharpness_level()
450 void spl_build_isharp_1dlut_from_reference_curve(struct spl_fixed31_32 ratio, enum system_setup setup, in spl_build_isharp_1dlut_from_reference_curve() argument
462 sharpness.sharpness_level, setup, in spl_build_isharp_1dlut_from_reference_curve()
470 if ((filter_isharp_1D_lut_pregen[setup].sharpness_numer == sharpnessX1000) && in spl_build_isharp_1dlut_from_reference_curve()
471 (filter_isharp_1D_lut_pregen[setup].sharpness_denom == 1000)) in spl_build_isharp_1dlut_from_reference_curve()
504 memcpy((void *)filter_isharp_1D_lut_pregen[setup].value, (void *)filter_pregen_store, size_1dlut); in spl_build_isharp_1dlut_from_reference_curve()
505 filter_isharp_1D_lut_pregen[setup].sharpness_numer = sharpnessX1000; in spl_build_isharp_1dlut_from_reference_curve()
506 filter_isharp_1D_lut_pregen[setup] in spl_build_isharp_1dlut_from_reference_curve()
509 spl_get_pregen_filter_isharp_1D_lut(enum system_setup setup) spl_get_pregen_filter_isharp_1D_lut() argument
[all...]
/linux/arch/arm/mach-s3c/ !
H A DMakefile.s3c64xx30 # Device setup
32 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp-s3c64xx.o
33 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0-s3c64xx.o
34 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1-s3c64xx.o
35 obj-$(CONFIG_S3C64XX_SETUP_KEYPAD) += setup-keypad-s3c64xx.o
36 obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio-s3c64xx.o
37 obj-$(CONFIG_S3C64XX_SETUP_SPI) += setup-spi-s3c64xx.o
38 obj-$(CONFIG_S3C64XX_SETUP_USB_PHY) += setup-usb-phy-s3c64xx.o
H A DKconfig.s3c64xx53 Internal configuration for default SDHCI setup for S3C6400 and
56 # platform specific device setup
62 Common setup code for i2c bus 0.
64 Note, currently since i2c0 is always compiled, this setup helper
70 Common setup code for i2c bus 1.
75 Common setup code for S3C64XX with an 24bpp RGB display helper.
80 Common setup code for S3C64XX KEYPAD GPIO configurations
85 Common setup code for S3C64XX SDHCI GPIO configurations
90 Common setup code for SPI GPIO configurations
95 Common setup cod
[all...]
/linux/drivers/acpi/acpica/ !
H A Devhandler.c317 * setup - Address of the setup function
331 acpi_adr_space_setup setup, void *context) in acpi_ev_install_space_handler() argument
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()
[all...]
/linux/drivers/iio/adc/ !
H A Dad4170-4.c394 * to MISC7. Each MISC register is associated with a setup; MISCN is associated
395 * with setup number N. The other 5 above mentioned types of registers have
396 * analogous structure. A setup is a set of those registers. For example,
397 * setup 1 comprises of MISC1, AFE1, FILTER1, FILTER_FS1, OFFSET1, and GAIN1
399 * CHANNEL_SETUP15). Each channel setup is associated with one of the 8 possible
417 struct ad4170_setup setup; member
425 struct ad4170_setup setup; /* cached setup */ member
618 /* Immediately accept a matching setup. */ in ad4170_find_setup()
619 if (ad4170_setup_eq(target_setup, &setup_info->setup)) { in ad4170_find_setup()
685 ad4170_write_setup(struct ad4170_state * st,unsigned int setup_num,struct ad4170_setup * setup) ad4170_write_setup() argument
852 struct ad4170_setup *setup = &chan_info->setup; ad4170_set_filter_type() local
905 struct ad4170_setup *setup = &chan_info->setup; ad4170_get_filter_type() local
1278 struct ad4170_setup *setup = &chan_info->setup; ad4170_read_raw() local
1459 struct ad4170_setup *setup = &chan_info->setup; ad4170_set_pga() local
1483 struct ad4170_setup *setup = &chan_info->setup; ad4170_set_channel_freq() local
1518 struct ad4170_setup *setup = &chan_info->setup; ad4170_set_calib_offset() local
1530 struct ad4170_setup *setup = &chan_info->setup; ad4170_set_calib_gain() local
1931 ad4170_setup_current_src(struct ad4170_state * st,struct fwnode_handle * child,struct ad4170_setup * setup,u32 * exc_pins,unsigned int * exc_curs,int num_exc_pins,bool ac_excited) ad4170_setup_current_src() argument
2017 ad4170_setup_bridge(struct ad4170_state * st,struct fwnode_handle * child,struct ad4170_setup * setup,u32 * exc_pins,unsigned int * exc_curs,int num_exc_pins,bool ac_excited) ad4170_setup_bridge() argument
2120 ad4170_setup_rtd(struct ad4170_state * st,struct fwnode_handle * child,struct ad4170_setup * setup,u32 * exc_pins,unsigned int * exc_curs,int num_exc_pins,bool ac_excited) ad4170_setup_rtd() argument
2129 ad4170_parse_external_sensor(struct ad4170_state * st,struct fwnode_handle * child,struct ad4170_setup * setup,struct iio_chan_spec * chan,unsigned int s_type) ad4170_parse_external_sensor() argument
2183 ad4170_parse_reference(struct ad4170_state * st,struct fwnode_handle * child,struct ad4170_setup * setup) ad4170_parse_reference() argument
2280 struct ad4170_setup *setup; ad4170_parse_channel_node() local
2383 struct ad4170_setup *setup = &st->chan_infos[chan_num].setup; ad4170_parse_channels() local
2626 struct ad4170_setup *setup; ad4170_initial_config() local
[all...]
/linux/drivers/net/wireless/intersil/p54/ !
H A Dfwio.c318 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...]
/linux/tools/perf/tests/shell/base_report/ !
H A Dsetup.sh6 # setup.sh of perf report test
24 $CMD_PERF record -asdg -e $SW_EVENT -o $CURRENT_TEST_DIR/perf.data -- $CMD_LONGER_SLEEP 2> $LOGS_DIR/setup.log
27 ../common/check_all_patterns_found.pl "$RE_LINE_RECORD1" "$RE_LINE_RECORD2" < $LOGS_DIR/setup.log
34 $CMD_PERF record --latency -o $CURRENT_TEST_DIR/perf.data.1 bash -c "for i in {1..100} ; do cat /proc/cpuinfo 1> /dev/null & done; sleep 1" 2> $LOGS_DIR/setup-latency.log
38 cat $LOGS_DIR/setup-latency.log
41 ../common/check_all_patterns_found.pl "$RE_LINE_RECORD1" "$RE_LINE_RECORD2" < $LOGS_DIR/setup-latency.log
/linux/drivers/usb/usbip/ !
H A Dvudc_transfer.c48 * @setup: pointer to the setup data for a USB device control
59 struct usb_ctrlrequest *setup, in handle_control_request() argument
67 w_index = le16_to_cpu(setup->wIndex); in handle_control_request()
68 w_value = le16_to_cpu(setup->wValue); in handle_control_request()
69 switch (setup->bRequest) { in handle_control_request()
71 if (setup->bRequestType != DEV_REQUEST) in handle_control_request()
78 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()
99 } else if (setup->bRequestType == EP_REQUEST) { in handle_control_request()
112 if (setup in handle_control_request()
[all...]
/linux/drivers/hwmon/ !
H A Dshtc1.c64 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()
232 data->setup.blocking_io = false; in shtc1_probe()
233 data->setup.high_precision = true; in shtc1_probe()
238 data->setup.blocking_io = of_property_read_bool(np, "sensirion,blocking-io"); in shtc1_probe()
239 data->setup.high_precision = !of_property_read_bool(np, "sensirion,low-precision"); in shtc1_probe()
242 data->setup in shtc1_probe()
[all...]
/linux/tools/testing/selftests/exec/ !
H A Dnon-regular.c46 void (*setup)(struct __test_metadata *_metadata, in FIXTURE_VARIANT() local
77 .setup = setup_link, in FIXTURE_VARIANT_ADD()
92 .setup = setup_dir, in FIXTURE_VARIANT_ADD()
115 .setup = setup_node, in FIXTURE_VARIANT_ADD()
126 .setup = setup_node, in FIXTURE_VARIANT_ADD()
144 .setup = setup_fifo, in FIXTURE_VARIANT_ADD()
153 variant->setup(_metadata, self, variant); in FIXTURE_SETUP()
/linux/drivers/net/arcnet/ !
H A Dcom20020.c102 lp->setup = lp->clockm ? 0 : (lp->clockp << 1); in com20020_check()
107 lp->setup = lp->setup | P1MODE; in com20020_check()
110 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_check()
226 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_found()
260 lp->setup >> 1, in com20020_found()
263 ((lp->setup & 0x0F) >> 1)]); in com20020_found()
379 if (!(lp->setup & PROMISCset)) in com20020_set_mc_list()
382 lp->setup |= PROMISCset; in com20020_set_mc_list()
383 arcnet_outb(lp->setup, ioadd in com20020_set_mc_list()
[all...]
/linux/tools/testing/selftests/bpf/benchs/ !
H A Dbench_rename.c112 .setup = setup_base,
122 .setup = setup_kprobe,
132 .setup = setup_kretprobe,
142 .setup = setup_rawtp,
152 .setup = setup_fentry,
162 .setup = setup_fexit,

12345678910>>...54