Home
last modified time | relevance | path

Searched refs:start (Results 6926 - 6950 of 20787) sorted by relevance

1...<<271272273274275276277278279280>>...832

/kernel/linux/linux-6.6/include/linux/
H A Dftrace.h305 void ftrace_free_mem(struct module *mod, void *start, void *end);
311 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
403 static inline void ftrace_free_mem(struct module *mod, void *start, void *end) { } in ftrace_free_mem() argument
539 extern int ftrace_text_reserved(const void *start, const void *end);
669 unsigned long ftrace_location_range(unsigned long start, unsigned long end);
870 static inline int ftrace_text_reserved(const void *start, const void *end) in ftrace_text_reserved() argument
/kernel/linux/linux-6.6/fs/gfs2/
H A Daops.c47 size_t start, end; in gfs2_trans_add_databufs() local
49 for (bh = head, start = 0; bh != head || !start; in gfs2_trans_add_databufs()
50 bh = bh->b_this_page, start = end) { in gfs2_trans_add_databufs()
51 end = start + bsize; in gfs2_trans_add_databufs()
54 if (start >= to) in gfs2_trans_add_databufs()
303 * start transactions before we grab page locks. This allows us
367 * back to the start of the file in gfs2_write_cache_jdata()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-utils.c16 /*** YUV formats start here ***/
65 /*** RGB formats start here ***/
108 /*** raw bayer and grayscale formats start here ***/
550 /* Round up stride for IDMAC line start address alignment */ in imx_media_mbus_fmt_to_pix_fmt()
707 find_pipeline_entity(struct media_entity *start, u32 grp_id, in find_pipeline_entity() argument
714 if (grp_id && is_media_entity_v4l2_subdev(start)) { in find_pipeline_entity()
715 sd = media_entity_to_v4l2_subdev(start); in find_pipeline_entity()
718 } else if (buftype && is_media_entity_v4l2_video_device(start)) { in find_pipeline_entity()
719 vfd = media_entity_to_video_device(start); in find_pipeline_entity()
724 pad = imx_media_pipeline_pad(start, grp_i in find_pipeline_entity()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dds2760_battery.c257 int ret, i, start, count, scale[5]; in ds2760_battery_read_status() local
266 start = 0; in ds2760_battery_read_status()
269 start = DS2760_VOLTAGE_MSB; in ds2760_battery_read_status()
270 count = DS2760_TEMP_LSB - start + 1; in ds2760_battery_read_status()
273 ret = w1_ds2760_read(di->dev, di->raw + start, start, count); in ds2760_battery_read_status()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-rsa.c113 rctx->csr.pka.start = 1; in starfive_rsa_montgomery_form()
136 rctx->csr.pka.start = 1; in starfive_rsa_montgomery_form()
150 rctx->csr.pka.start = 1; in starfive_rsa_montgomery_form()
172 rctx->csr.pka.start = 1; in starfive_rsa_montgomery_form()
226 rctx->csr.pka.start = 1; in starfive_rsa_cpu_start()
242 rctx->csr.pka.start = 1; in starfive_rsa_cpu_start()
/kernel/linux/linux-6.6/drivers/edac/
H A Dmpc85xx_edac.c207 r.start += 0xe00; in mpc85xx_pci_err_probe()
209 if (!devm_request_mem_region(&op->dev, r.start, resource_size(&r), in mpc85xx_pci_err_probe()
216 pdata->pci_vbase = devm_ioremap(&op->dev, r.start, resource_size(&r)); in mpc85xx_pci_err_probe()
522 r.start += 0xe00; in mpc85xx_l2_err_probe()
524 if (!devm_request_mem_region(&op->dev, r.start, resource_size(&r), in mpc85xx_l2_err_probe()
531 pdata->l2_vbase = devm_ioremap(&op->dev, r.start, resource_size(&r)); in mpc85xx_l2_err_probe()
/kernel/linux/linux-6.6/drivers/perf/
H A Dqcom_l3_pmu.c174 /* Called to start event monitoring */
175 void (*start)(struct perf_event *event); member
259 .start = qcom_l3_cache__64bit_counter_start,
331 .start = qcom_l3_cache__32bit_counter_start,
530 ops->start(event); in qcom_l3_cache__event_start()
758 .start = qcom_l3_cache__event_start, in qcom_l3_cache_pmu_probe()
780 &memrc->start); in qcom_l3_cache_pmu_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_trace.h73 __entry->offset = vma->node.start;
98 __entry->offset = vma->node.start;
228 __field(u64, start)
237 __entry->start = node->start;
243 TP_printk("dev=%d, vm=%p, start=0x%llx size=0x%llx, color=0x%lx, flags=%x",
245 __entry->start, __entry->size,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c329 pcbr_offset = (pcbr & ~4095) - i915->dsm.stolen.start; in vlv_rc6_init()
358 i915->dsm.stolen.start, in vlv_rc6_init()
359 pctx->stolen->start, in vlv_rc6_init()
361 pctx_paddr = i915->dsm.stolen.start + pctx->stolen->start; in vlv_rc6_init()
467 if (!(rc6_ctx_base >= i915->dsm.reserved.start && in bxt_check_bios_rc6_setup()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddlfilter.c51 d_al->sym_start = sym->start; in al_to_d_al()
54 d_al->symoff = al->addr - sym->start; in al_to_d_al()
56 d_al->symoff = al->addr - map__start(al->map) - sym->start; in al_to_d_al()
403 d->start = dlsym(d->handle, "start"); in dlfilter__open()
452 if (d->start) { in dlfilter__start()
456 ret = d->start(&d->data, d); in dlfilter__start()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c158 char *start = param->data; in tomoyo_get_domainname() local
159 char *pos = start; in tomoyo_get_domainname()
169 if (tomoyo_correct_domain(start)) in tomoyo_get_domainname()
170 return tomoyo_get_name(start); in tomoyo_get_domainname()
438 const char *const start = string; in tomoyo_correct_word2() local
484 if (string - 3 < start || *(string - 3) != '/') in tomoyo_correct_word2()
691 * @filename: The start of string to check.
693 * @pattern: The start of pattern to compare.
810 * @filename: The start of string to check.
812 * @pattern: The start o
[all...]
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_paula.c464 u_char *start, *ch0, *ch1, *ch2, *ch3; in AmiPlayNextFrame() local
470 start = write_sq.buffers[write_sq.front]; in AmiPlayNextFrame()
475 ch0 = start; in AmiPlayNextFrame()
476 ch1 = start+write_sq_block_size_half; in AmiPlayNextFrame()
479 ch0 = start; in AmiPlayNextFrame()
480 ch1 = start; in AmiPlayNextFrame()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c99 /* symbol start positions */ in FSE_buildCTable_wksp()
261 unsigned start = symbol; in FSE_writeNCount_generic() local
264 while (symbol >= start+24) { in FSE_writeNCount_generic()
265 start+=24; in FSE_writeNCount_generic()
274 while (symbol >= start+3) { in FSE_writeNCount_generic()
275 start+=3; in FSE_writeNCount_generic()
279 bitStream += (symbol-start) << bitCount; in FSE_writeNCount_generic()
/kernel/linux/linux-6.6/kernel/time/
H A Dalarmtimer.c353 * @start: time to run the alarm
355 void alarm_start(struct alarm *alarm, ktime_t start) in alarm_start() argument
361 alarm->node.expires = start; in alarm_start()
373 * @start: time relative to now to run the alarm
375 void alarm_start_relative(struct alarm *alarm, ktime_t start) in alarm_start_relative() argument
379 start = ktime_add_safe(start, base->get_ktime()); in alarm_start_relative()
380 alarm_start(alarm, start); in alarm_start_relative()
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c114 adsp->pa_shared_dram = (phys_addr_t)res.start; in platform_parse_resource()
141 adsp->pa_dram = (phys_addr_t)res.start; in platform_parse_resource()
167 adsp->pa_cfgreg = (phys_addr_t)mmio->start; in platform_parse_resource()
178 adsp->pa_sram = (phys_addr_t)mmio->start; in platform_parse_resource()
193 adsp->pa_secreg = (phys_addr_t)mmio->start; in platform_parse_resource()
208 adsp->pa_busreg = (phys_addr_t)mmio->start; in platform_parse_resource()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Ddsp.c158 u32 off = sram->start; in catpt_dsp_set_srampge()
199 h = (res->end - sram->start) / CATPT_MEMBLOCK_SIZE; in catpt_dsp_update_srampge()
200 l = (res->start - sram->start) / CATPT_MEMBLOCK_SIZE; in catpt_dsp_update_srampge()
204 /* offset value given mask's start and invert it as ON=b0 */ in catpt_dsp_update_srampge()
508 memcpy_fromio(pos, cdev->lpe_ba + cdev->iram.start, hdr->size); in catpt_coredump()
518 memcpy_fromio(pos, cdev->lpe_ba + cdev->dram.start, hdr->size); in catpt_coredump()
/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c63 uint16_t start; member
138 bytestream_put_be16(&p, s->hlit.start); in encode_hlit()
355 // last style != defaults, end the style entry and start a new one in mov_text_style_start()
445 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_color_cb()
448 s->hlit.start = s->text_pos; in mov_text_color_cb()
454 take start of first section and end of last section. Movtext in mov_text_color_cb()
483 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_alpha_cb()
486 s->hlit.start = s->text_pos; in mov_text_alpha_cb()
/third_party/ffmpeg/libavformat/
H A Dwavenc.c538 static void end_guid(AVIOContext *pb, int64_t start) in end_guid() argument
544 avio_seek(pb, start + 16, SEEK_SET); in end_guid()
545 avio_wl64(pb, end - start); in end_guid()
553 int64_t start; in w64_write_header() local
559 start_guid(pb, ff_w64_guid_fmt, &start); in w64_write_header()
565 end_guid(pb, start); in w64_write_header()
H A Davio.c114 char *start; in url_alloc_for_protocol() local
117 if (av_strstart(uc->filename, up->name, (const char**)&start) && *start == ',') { in url_alloc_for_protocol()
119 char *p= start; in url_alloc_for_protocol()
129 if (strcmp(p, "start") && strcmp(p, "end")) { in url_alloc_for_protocol()
139 av_log(uc, AV_LOG_ERROR, "Error parsing options string %s\n", start); in url_alloc_for_protocol()
145 memmove(start, key+1, strlen(key)); in url_alloc_for_protocol()
/third_party/backends/backend/
H A Dplustek-pp_io.c278 UChar start, end; in fnBiDirRead() local
280 start = _CTRL_START_BIDIREAD; in fnBiDirRead()
286 start &= ~_CTRL_DIRECTION; in fnBiDirRead()
294 _OUTB_CTRL( ps, start ); in fnBiDirRead()
303 _OUTB_CTRL( ps, start ); in fnBiDirRead()
316 _OUTB_CTRL( ps, start ); in fnBiDirRead()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java152 // langtag must start with either language or privateuse in parse()
308 int start = itr.currentStart(); in parseExtensions()
324 if (sts._parseLength <= start) { in parseExtensions()
325 sts._errorIndex = start; in parseExtensions()
358 int start = itr.currentStart(); in parsePrivateuse()
373 if (sts._parseLength <= start) { in parsePrivateuse()
375 sts._errorIndex = start; in parsePrivateuse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLanguageTag.java197 // langtag must start with either language or privateuse in parse()
353 int start = itr.currentStart(); in parseExtensions()
369 if (sts._parseLength <= start) { in parseExtensions()
370 sts._errorIndex = start; in parseExtensions()
403 int start = itr.currentStart(); in parsePrivateuse()
418 if (sts._parseLength <= start) { in parsePrivateuse()
420 sts._errorIndex = start; in parsePrivateuse()
/third_party/icu/icu4c/source/i18n/
H A Dislamcal.cpp417 int32_t start = CalendarCache::get(&gMonthCache, month, status); in trueMonthStart() local
419 if (start==0) { in trueMonthStart()
450 start = (int32_t)(ClockMath::floorDivide( in trueMonthStart()
452 CalendarCache::put(&gMonthCache, month, start, status); in trueMonthStart()
456 start = 0; in trueMonthStart()
458 return start; in trueMonthStart()
551 // Return JD of start of given month/year
553 // Get the Julian day of the day BEFORE the start of this year.
554 // If useMonth is true, get the day before the start of the month.
709 * The system maintains a static default century start dat
[all...]
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp288 // start a new array if reference token is 0 in get_and_create()
293 // start a new object otherwise in get_and_create()
684 // - start: position after the previous slash in split()
689 start = 1; in split()
690 // we can stop if start == 0 (if slash == string_t::npos) in split()
691 start != 0; in split()
694 start = (slash == string_t::npos) ? 0 : slash + 1, in split()
696 slash = reference_string.find_first_of('/', start)) in split()
699 // (start) and the last slash (slash). in split()
700 auto reference_token = reference_string.substr(start, slas in split()
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js56 const testMe = repl.start({
617 const testNonGlobal = repl.start({
651 const testCustomCompleterSyncMode = repl.start({
681 const testCustomCompleterAsyncMode = repl.start({
711 const editor = repl.start({
734 const testRepl = repl.start({ stream });

Completed in 32 milliseconds

1...<<271272273274275276277278279280>>...832