Home
last modified time | relevance | path

Searched refs:unit (Results 751 - 775 of 1654) sorted by relevance

1...<<31323334353637383940>>...67

/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-presonus.c35 fw_csr_iterator_init(&it, dice->unit->directory); in snd_dice_detect_presonus_formats()
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c59 .unit = 888888, /* 1/36k*32=888.888microseconds */
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c59 .unit = 888888, /* 1/36k*32=888.888microseconds */
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprint-events.h28 const char *unit);
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-presonus.c33 fw_csr_iterator_init(&it, dice->unit->directory); in snd_dice_detect_presonus_formats()
/third_party/lwip/test/unit/
H A DFilelists.mk32 TESTDIR=$(LWIPDIR)/../test/unit
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.h40 // For each unit a sampler is bound to we need to know if we should use filtering or not
43 GLuint unit; member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1029 unsigned unit = dss_feat_get_burst_size_unit(); in dispc_ovl_get_burst_size() local
1031 return unit * 8; in dispc_ovl_get_burst_size()
1116 u32 unit; in dispc_init_fifos() local
1119 unit = dss_feat_get_buffer_size_unit(); in dispc_init_fifos()
1125 size *= unit; in dispc_init_fifos()
1200 u32 unit; in dispc_ovl_set_fifo_threshold() local
1202 unit = dss_feat_get_buffer_size_unit(); in dispc_ovl_set_fifo_threshold()
1204 WARN_ON(low % unit != 0); in dispc_ovl_set_fifo_threshold()
1205 WARN_ON(high % unit != 0); in dispc_ovl_set_fifo_threshold()
1207 low /= unit; in dispc_ovl_set_fifo_threshold()
1332 u32 unit = dss_feat_get_buffer_size_unit(); dispc_init_mflag() local
1351 u32 unit = dss_feat_get_buffer_size_unit(); dispc_init_mflag() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1027 unsigned unit = dss_feat_get_burst_size_unit(); in dispc_ovl_get_burst_size() local
1029 return unit * 8; in dispc_ovl_get_burst_size()
1114 u32 unit; in dispc_init_fifos() local
1117 unit = dss_feat_get_buffer_size_unit(); in dispc_init_fifos()
1123 size *= unit; in dispc_init_fifos()
1198 u32 unit; in dispc_ovl_set_fifo_threshold() local
1200 unit = dss_feat_get_buffer_size_unit(); in dispc_ovl_set_fifo_threshold()
1202 WARN_ON(low % unit != 0); in dispc_ovl_set_fifo_threshold()
1203 WARN_ON(high % unit != 0); in dispc_ovl_set_fifo_threshold()
1205 low /= unit; in dispc_ovl_set_fifo_threshold()
1330 u32 unit = dss_feat_get_buffer_size_unit(); dispc_init_mflag() local
1349 u32 unit = dss_feat_get_buffer_size_unit(); dispc_init_mflag() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c359 unsigned unit = instr->texture_index; in ntq_emit_txf() local
360 uint32_t w = align(c->key->tex[unit].msaa_width, tile_width); in ntq_emit_txf()
362 uint32_t h = align(c->key->tex[unit].msaa_height, tile_height); in ntq_emit_txf()
376 addr, qir_uniform(c, QUNIFORM_TEXTURE_MSAA_ADDR, unit)); in ntq_emit_txf()
383 enum pipe_format format = c->key->tex[unit].format; in ntq_emit_txf()
400 unsigned unit = instr->texture_index; in ntq_emit_tex() local
444 if (c->key->tex[unit].force_first_level) { in ntq_emit_tex()
445 lod = qir_uniform(c, QUNIFORM_TEXTURE_FIRST_LEVEL, unit); in ntq_emit_tex()
451 qir_uniform(c, QUNIFORM_TEXTURE_CONFIG_P0, unit), in ntq_emit_tex()
452 qir_uniform(c, QUNIFORM_TEXTURE_CONFIG_P1, unit), in ntq_emit_tex()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dimc-pmu.c152 const char *unit, const char *prefix, in imc_parse_event()
179 if (of_property_read_string(np, "unit", &s)) in imc_parse_event()
180 s = unit; in imc_parse_event()
183 event->unit = kstrdup(s, GFP_KERNEL); in imc_parse_event()
184 if (!event->unit) in imc_parse_event()
190 kfree(event->unit); in imc_parse_event()
208 kfree(events[i].unit); in imc_free_events()
246 /* Get a global unit and scale data if available */ in update_events_in_group()
250 if (of_property_read_string(node, "unit", &g_unit)) in update_events_in_group()
279 * memory for the scale and unit attribut in update_events_in_group()
151 imc_parse_event(struct device_node *np, const char *scale, const char *unit, const char *prefix, u32 base, struct imc_events *event) imc_parse_event() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore_snb.c424 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
428 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"),
432 INTEL_UNCORE_EVENT_DESC(gt_requests.unit, "MiB"),
436 INTEL_UNCORE_EVENT_DESC(ia_requests.unit, "MiB"),
440 INTEL_UNCORE_EVENT_DESC(io_requests.unit, "MiB"),
1229 INTEL_UNCORE_EVENT_DESC(data_total.unit, "MiB"),
1233 INTEL_UNCORE_EVENT_DESC(data_read.unit, "MiB"),
1237 INTEL_UNCORE_EVENT_DESC(data_write.unit, "MiB"),
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dimc-pmu.c153 const char *unit, const char *prefix, in imc_parse_event()
180 if (of_property_read_string(np, "unit", &s)) in imc_parse_event()
181 s = unit; in imc_parse_event()
184 event->unit = kstrdup(s, GFP_KERNEL); in imc_parse_event()
185 if (!event->unit) in imc_parse_event()
191 kfree(event->unit); in imc_parse_event()
209 kfree(events[i].unit); in imc_free_events()
249 /* Get a global unit and scale data if available */ in update_events_in_group()
253 if (of_property_read_string(node, "unit", &g_unit)) in update_events_in_group()
286 * memory for the scale and unit attribut in update_events_in_group()
152 imc_parse_event(struct device_node *np, const char *scale, const char *unit, const char *prefix, u32 base, struct imc_events *event) imc_parse_event() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore_snb.c756 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"),
760 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"),
764 INTEL_UNCORE_EVENT_DESC(gt_requests.unit, "MiB"),
768 INTEL_UNCORE_EVENT_DESC(ia_requests.unit, "MiB"),
772 INTEL_UNCORE_EVENT_DESC(io_requests.unit, "MiB"),
1453 INTEL_UNCORE_EVENT_DESC(data_total.unit, "MiB"),
1457 INTEL_UNCORE_EVENT_DESC(data_read.unit, "MiB"),
1461 INTEL_UNCORE_EVENT_DESC(data_write.unit, "MiB"),
/third_party/backends/backend/
H A Dhpljm1005.c277 dev->optiond[0].unit = SANE_UNIT_NONE; in attach()
286 dev->optiond[RES_OFFSET].unit = SANE_UNIT_DPI; in attach()
299 dev->optiond[X1_OFFSET].unit = SANE_UNIT_MM; in attach()
310 dev->optiond[Y1_OFFSET].unit = SANE_UNIT_MM; in attach()
321 dev->optiond[X2_OFFSET].unit = SANE_UNIT_MM; in attach()
332 dev->optiond[Y2_OFFSET].unit = SANE_UNIT_MM; in attach()
344 dev->optiond[BRIGH_OFFSET].unit = SANE_UNIT_NONE; in attach()
357 dev->optiond[CONTR_OFFSET].unit = SANE_UNIT_NONE; in attach()
627 /* convert into "scanner" unit, then back into mm */ in setvalue()
H A Dst400.c868 dev->opt[OPT_NUM_OPTS].unit = SANE_UNIT_NONE; in st400_init_options()
880 dev->opt[OPT_RESOLUTION].unit = SANE_UNIT_DPI; in st400_init_options()
890 dev->opt[OPT_DEPTH].unit = SANE_UNIT_BIT; in st400_init_options()
900 dev->opt[OPT_THRESHOLD].unit = SANE_UNIT_PERCENT; in st400_init_options()
913 dev->opt[OPT_TL_X].unit = SANE_UNIT_MM; in st400_init_options()
923 dev->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in st400_init_options()
933 dev->opt[OPT_BR_X].unit = SANE_UNIT_MM; in st400_init_options()
943 dev->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in st400_init_options()
H A Dricoh.c157 DBG (1, "attach: test unit ready failed (%s)\n", in attach()
357 s->opt[OPT_X_RESOLUTION].unit = SANE_UNIT_DPI; in init_options()
371 s->opt[OPT_Y_RESOLUTION].unit = SANE_UNIT_DPI; in init_options()
391 s->opt[OPT_TL_X].unit = SANE_UNIT_PIXEL; in init_options()
401 s->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options()
411 s->opt[OPT_BR_X].unit = SANE_UNIT_PIXEL; in init_options()
421 s->opt[OPT_BR_Y].unit = SANE_UNIT_PIXEL; in init_options()
438 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_NONE; in init_options()
448 s->opt[OPT_CONTRAST].unit = SANE_UNIT_NONE; in init_options()
H A Dplustek_pp.c649 s->opt[OPT_NUM_OPTS].unit = SANE_UNIT_NONE; in init_options()
703 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_PERCENT; in init_options()
713 s->opt[OPT_CONTRAST].unit = SANE_UNIT_PERCENT; in init_options()
723 s->opt[OPT_RESOLUTION].unit = SANE_UNIT_DPI; in init_options()
755 s->opt[OPT_TL_X].unit = SANE_UNIT_MM; in init_options()
765 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options()
775 s->opt[OPT_BR_X].unit = SANE_UNIT_MM; in init_options()
785 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
804 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
815 s->opt[OPT_GAMMA_VECTOR_R].unit in init_options()
[all...]
H A Du12.c464 s->opt[OPT_NUM_OPTS].unit = SANE_UNIT_NONE; in init_options()
502 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_PERCENT; in init_options()
512 s->opt[OPT_CONTRAST].unit = SANE_UNIT_PERCENT; in init_options()
522 s->opt[OPT_RESOLUTION].unit = SANE_UNIT_DPI; in init_options()
554 s->opt[OPT_TL_X].unit = SANE_UNIT_MM; in init_options()
564 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options()
574 s->opt[OPT_BR_X].unit = SANE_UNIT_MM; in init_options()
584 s->opt[OPT_BR_Y].unit = SANE_UNIT_MM; in init_options()
603 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
614 s->opt[OPT_GAMMA_VECTOR_R].unit in init_options()
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngset.c329 /* TODO: validate format of calibration name and unit name */ in png_set_pCAL()
431 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s()
440 /* Double check the unit (should never get here with an invalid in png_set_sCAL_s()
441 * unit unless this is an API call.) in png_set_sCAL_s()
443 if (unit != 1 && unit != 2) in png_set_sCAL_s()
444 png_error(png_ptr, "Invalid sCAL unit"); in png_set_sCAL_s()
454 info_ptr->scal_unit = (png_byte)unit; in png_set_sCAL_s()
458 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw); in png_set_sCAL_s()
474 png_debug1(3, "allocating unit fo in png_set_sCAL_s()
430 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) png_set_sCAL_s() argument
497 png_set_sCAL(png_const_structrp png_ptr, png_inforp info_ptr, int unit, double width, double height) png_set_sCAL() argument
527 png_set_sCAL_fixed(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_fixed_point width, png_fixed_point height) png_set_sCAL_fixed() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_overlay.c1068 { "init", "eval expressions once during initialization", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_INIT}, .flags = FLAGS, .unit = "eval" },
1069 { "frame", "eval expressions per-frame", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_FRAME}, .flags = FLAGS, .unit = "eval" },
1072 { "yuv420", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV420}, .flags = FLAGS, .unit = "format" },
1073 { "yuv420p10", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV420P10}, .flags = FLAGS, .unit = "format" },
1074 { "yuv422", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV422}, .flags = FLAGS, .unit = "format" },
1075 { "yuv422p10", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV422P10}, .flags = FLAGS, .unit = "format" },
1076 { "yuv444", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_YUV444}, .flags = FLAGS, .unit = "format" },
1077 { "rgb", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_RGB}, .flags = FLAGS, .unit = "format" },
1078 { "gbrp", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_GBRP}, .flags = FLAGS, .unit = "format" },
1079 { "auto", "", 0, AV_OPT_TYPE_CONST, {.i64=OVERLAY_FORMAT_AUTO}, .flags = FLAGS, .unit
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmax1118.c82 .unit = SPI_DELAY_UNIT_USECS in max1118_read()
95 .unit = SPI_DELAY_UNIT_USECS in max1118_read()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h149 uint unit; /* device instance number */ member
270 struct bcma_device *core, uint unit,
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_init.c48 static void mt76x2u_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2u_power_on_rf() argument
50 int shift = unit ? 8 : 0; in mt76x2u_power_on_rf()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu.h44 struct fw_unit *unit; member
125 int amdtp_motu_init(struct amdtp_stream *s, struct fw_unit *unit,

Completed in 29 milliseconds

1...<<31323334353637383940>>...67