/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 1895 char unit = 'n'; in parse_time() local 1898 if (sscanf(arg, "%" PRIu64 "%cs", value, &unit) > 0) { in parse_time() 1899 switch (unit) { in parse_time()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 338 field->unit = parser->global.unit; in hid_add_field() 424 /* Many devices provide unit exponent as a two's complement in hid_parser_global() 436 parser->global.unit = item_udata(item); in hid_parser_global() 1046 * Handling the unit exponent is left as an exercise to whoever in hid_calculate_multiplier() 1052 "unsupported Resolution Multiplier unit exponent %d\n", in hid_calculate_multiplier()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1397 u8 unit; member 1413 .unit = v.unit, in uvc_v4l2_get_xu_query()
|
H A D | uvc_ctrl.c | 827 * Terminal and unit management 1868 /* Find the extension unit. */ in uvc_xu_ctrl_query() 1872 entity->id == xqry->unit) { in uvc_xu_ctrl_query() 1879 uvc_trace(UVC_TRACE_CONTROL, "Extension unit %u not found.\n", in uvc_xu_ctrl_query() 1880 xqry->unit); in uvc_xu_ctrl_query() 1965 ret = uvc_query_ctrl(chain->dev, xqry->query, xqry->unit, in uvc_xu_ctrl_query()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-tegra114.c | 732 if ((setup && setup->unit != SPI_DELAY_UNIT_SCK) || in tegra_spi_set_hw_cs_timing() 733 (hold && hold->unit != SPI_DELAY_UNIT_SCK) || in tegra_spi_set_hw_cs_timing() 734 (inactive && inactive->unit != SPI_DELAY_UNIT_SCK)) { in tegra_spi_set_hw_cs_timing() 736 "Invalid delay unit %d, should be SPI_DELAY_UNIT_SCK\n", in tegra_spi_set_hw_cs_timing()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 127 char unit = 'M'; in fun_report_link() local 131 unit = 'G'; in fun_report_link() 147 speed, unit, pause, fec); in fun_report_link()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1430 u8 unit; member 1446 .unit = v.unit, in uvc_v4l2_get_xu_query()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tegra114.c | 731 if (setup->unit != SPI_DELAY_UNIT_SCK || in tegra_spi_set_hw_cs_timing() 732 hold->unit != SPI_DELAY_UNIT_SCK || in tegra_spi_set_hw_cs_timing() 733 inactive->unit != SPI_DELAY_UNIT_SCK) { in tegra_spi_set_hw_cs_timing() 735 "Invalid delay unit %d, should be SPI_DELAY_UNIT_SCK\n", in tegra_spi_set_hw_cs_timing()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed.c | 848 __le32 unit; in mtk_wed_rro_cfg() member 856 .unit = cpu_to_le32(MTK_WED_MIOD_ENTRY_CNT), in mtk_wed_rro_cfg() 862 .unit = cpu_to_le32(4), in mtk_wed_rro_cfg()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 221 const char *unit; in lock_stat_key_print_time() member 237 for (int i = 0; table[i].unit; i++) { in lock_stat_key_print_time() 241 fprintf(lock_output, "%*.2f %s", len - 3, nsec / table[i].base, table[i].unit); in lock_stat_key_print_time()
|
H A D | builtin-report.c | 475 char unit; in hists__fprintf_nr_sample_events() local 510 nr_samples = convert_unit(nr_samples, &unit); in hists__fprintf_nr_sample_events() 511 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit); in hists__fprintf_nr_sample_events()
|
H A D | builtin-timechart.c | 1903 char unit = 'n'; in parse_time() local 1906 if (sscanf(arg, "%" PRIu64 "%cs", value, &unit) > 0) { in parse_time() 1907 switch (unit) { in parse_time()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1102 host->unique_id = ahc->unit; in ahc_linux_register_host() 1347 if (ahc->unit >= ARRAY_SIZE(aic7xxx_tag_info)) { in ahc_linux_user_tagdepth() 1361 tag_info = &aic7xxx_tag_info[ahc->unit]; in ahc_linux_user_tagdepth()
|
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | core.c | 881 struct rsnd_dai_stream *io, char *unit) in rsnd_soc_hw_rule() 917 baseline->min, unit, baseline->max, unit); in rsnd_soc_hw_rule() 1612 * k_down depends on number of channels and SRC unit. in rsnd_hw_params() 1670 * of channels and SRC unit: in rsnd_hw_params() 878 rsnd_soc_hw_rule(struct rsnd_dai *rdai, unsigned int *list, int list_num, struct snd_interval *baseline, struct snd_interval *iv, struct rsnd_dai_stream *io, char *unit) rsnd_soc_hw_rule() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 275 * This function will release the reference count by one unit for the 1478 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, in usb_fifo_attach() 1554 unit, pm->postfix[n] ? in usb_fifo_attach() 1561 unit, subunit, pm->postfix[n] ? in usb_fifo_attach() 1476 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) usb_fifo_attach() argument
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 52 bytes byte_buf unit unit_struct newtype_struct seq tuple in missing_field() 1304 // Allow deserializing newtype variant containing unit. in deserialize_unit() 1328 // variant containing unit struct. in deserialize_unit_struct() 1340 // ordinarily unit structs do not deserialize from empty map/seq. in deserialize_unit_struct() 2241 bytes byte_buf option unit unit_struct newtype_struct seq tuple 2341 bytes byte_buf option unit unit_struct newtype_struct seq tuple 2368 /// Visitor for deserializing an internally tagged unit variant. 2392 "unit variant {}::{}", in expecting() 2413 /// Visitor for deserializing an untagged unit variant. 2437 "unit varian in expecting() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 458 void toUnit (int unit) const; 604 void Texture::toUnit (const int unit) const in toUnit() 606 glActiveTexture(GL_TEXTURE0 + unit); in toUnit() 1327 // Bind textures to units, in random order (because when multiple texture specs have same unit, we want to pick one randomly). in iterate()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 978 auto unit = DimensionUnit::VP; in ParseJsLengthMetrics() local 979 auto jsUnit = jsObj->Get(vm, panda::StringRef::NewFromUtf8(vm, "unit")); in ParseJsLengthMetrics() 981 unit = static_cast<DimensionUnit>(jsUnit->ToNumber(vm)->Value()); in ParseJsLengthMetrics() 983 CalcDimension dimension(value->ToNumber(vm)->Value(), unit); in ParseJsLengthMetrics() 1378 result.unit = static_cast<int8_t>(dimen.Unit()); in ParsePadding() 1786 size.unit = static_cast<int8_t>(dimen.Unit()); in ParseJsToArkUISize()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 134 void GL_APIENTRY GL_BindSampler(GLuint unit, GLuint sampler) in GL_BindSampler() argument 137 EVENT(context, GLBindSampler, "context = %d, unit = %u, sampler = %u", CID(context), unit, in GL_BindSampler() 146 ValidateBindSampler(context, angle::EntryPoint::GLBindSampler, unit, samplerPacked)); in GL_BindSampler() 149 context->bindSampler(unit, samplerPacked); in GL_BindSampler() 151 ANGLE_CAPTURE(BindSampler, isCallValid, context, unit, samplerPacked); in GL_BindSampler()
|
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 628 double ConvertVirtualSize(const std::string& size, const DimensionUnit& unit);
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 336 * the component is not blurred. The unit is vp. The default value is <b>0.0</b>. \n
340 * the image is not blurred. The unit is vp. \n
647 * .value[0].f32: width of the image. The value range is [0, +∞), and the unit is vp. \n
648 * .value[1].f32: height of the image. The value range is [0, +∞), and the unit is vp. \n
2258 * .value[0].f32: width of the left edge. The unit is vp. \n
2259 * .value[1].f32: width of the top edge. The unit is vp. \n
2260 * .value[2].f32: width of the right edge. The unit is vp. \n
2261 * .value[3].f32: width of the bottom edge. The unit is vp. \n
2264 * .value[0].f32: width of the left edge. The unit is vp. \n
2265 * .value[1].f32: width of the top edge. The unit i [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 112 Dimension(gradient->offset[j].number, static_cast<DimensionUnit>(gradient->offset[j].unit))); in SetProgressGradientColor()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 229 | unit.
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 326 .quad .Lduct # cr2: dispatchable unit control table
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 229 | unit.
|