/kernel/linux/linux-6.6/include/linux/device/ |
H A D | class.h | 93 const struct device *start, const struct device_type *type); 97 int class_for_each_device(const struct class *class, const struct device *start, void *data, 99 struct device *class_find_device(const struct class *class, const struct device *start,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | static_call.h | 181 extern int static_call_text_reserved(void *start, void *end); 262 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() argument 336 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() argument
|
/kernel/linux/linux-6.6/drivers/sh/superhyway/ |
H A D | superhyway.c | 76 dev->resource->start = base; in superhyway_add_device() 77 dev->resource->end = dev->resource->start + 0x01000000; in superhyway_add_device() 101 ret |= superhyway_add_device(dev->resource[0].start, dev, bus); in superhyway_add_devices()
|
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | base.h | 169 resource_size_t start, 172 resource_size_t start, 175 resource_size_t start,
|
/kernel/linux/linux-6.6/drivers/virt/acrn/ |
H A D | acrn_drv.h | 99 u64 start; member 215 u32 type, u64 start, u64 end); 217 u32 type, u64 start, u64 end);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pci_x86.h | 184 extern int pci_mmconfig_insert(struct device *dev, u16 seg, u8 start, u8 end, 186 extern int pci_mmconfig_delete(u16 seg, u8 start, u8 end); 188 extern struct pci_mmcfg_region *__init pci_mmconfig_add(int segment, int start,
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | mdio-thunder.c | 88 r.start - pci_resource_start(pdev, 0); in thunder_mdiobus_pci_probe() 94 snprintf(bus->mii_bus->id, MII_BUS_ID_SIZE, "%llx", r.start); in thunder_mdiobus_pci_probe() 105 dev_info(&pdev->dev, "Added bus at %llx\n", r.start); in thunder_mdiobus_pci_probe()
|
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_cs.c | 140 p = parport_pc_probe_port(link->resource[0]->start, in parport_config() 141 link->resource[1]->start, in parport_config() 146 (unsigned int)link->resource[0]->start, link->irq); in parport_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_wait.c | 236 ktime_t start; in i915_gem_wait_ioctl() local 246 start = ktime_get(); in i915_gem_wait_ioctl() 255 args->timeout_ns -= ktime_to_ns(ktime_sub(ktime_get(), start)); in i915_gem_wait_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | g84.c | 124 u64 start; in g84_gr_tlb_flush() local 130 start = nvkm_timer_read(tmr); in g84_gr_tlb_flush() 149 !(timeout = nvkm_timer_read(tmr) - start > 2000000000)); in g84_gr_tlb_flush()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
H A D | debug_hw_1x01.c | 75 u32 val, rd_ptr, wr_ptr, start, end; in host1x_debug_show_channel_fifo() local 97 start = HOST1X_SYNC_CF_SETUP_BASE_V(val); in host1x_debug_show_channel_fifo() 118 rd_ptr = start; in host1x_debug_show_channel_fifo()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-designware-amdpsp.c | 92 unsigned long start; in psp_send_i2c_req() local 103 start = jiffies; in psp_send_i2c_req() 123 jiffies_to_msecs(jiffies - start)); in psp_send_i2c_req()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 97 struct timeval start, stop, diff; in bench_sched_seccomp_notify() local 105 gettimeofday(&start, NULL); in bench_sched_seccomp_notify() 143 timersub(&stop, &start, &diff); in bench_sched_seccomp_notify()
|
H A D | pmu-scan.c | 131 struct timeval start, end, diff; in run_pmu_scan() local 149 gettimeofday(&start, NULL); in run_pmu_scan() 155 timersub(&end, &start, &diff); in run_pmu_scan()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 36 struct timeval start, end; in client() local 40 gettimeofday(&start, NULL); in client() 69 lat = timediff(start, end); in client()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | preemptirq_delay_test.c | 41 u64 start, end; in busy_wait() local 43 start = trace_clock_local(); in busy_wait() 49 } while ((end - start) < (time * 1000)); in busy_wait()
|
/kernel/linux/linux-6.6/lib/ |
H A D | error-inject.c | 64 static void populate_error_injection_list(struct error_injection_entry *start, in populate_error_injection_list() argument 73 for (iter = start; iter < end; iter++) { in populate_error_injection_list() 207 .start = ei_seq_start,
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | netdev.c | 75 u8 start[ETH_ALEN] = { 0x01 }; in bnep_net_set_mc_list() local 78 __skb_put_data(skb, start, ETH_ALEN); in bnep_net_set_mc_list() 155 if (proto >= f[i].start && proto <= f[i].end) in bnep_net_proto_filter()
|
/kernel/linux/linux-6.6/samples/ftrace/ |
H A D | ftrace-ops.c | 172 ktime_t start, end; in ftrace_ops_sample_init() local 214 start = ktime_get(); in ftrace_ops_sample_init() 222 period = ktime_to_ns(ktime_sub(end, start)); in ftrace_ops_sample_init()
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | x25_proc.c | 148 .start = x25_seq_route_start, 155 .start = x25_seq_socket_start, 162 .start = x25_seq_forward_start,
|
/test/xts/hats/kernel/syscalls/fileio/lseek/ |
H A D | LseekApiTest.cpp | 78 // file start position test in HWTEST_F() 133 off_t start = TEST_LEN / 2; in HWTEST_F() local 134 off_t initPos = lseek(fd, start, SEEK_SET); in HWTEST_F() 135 EXPECT_EQ(initPos, start); in HWTEST_F()
|
/third_party/elfutils/tests/ |
H A D | funcscopes.c | 127 Dwarf_Addr start, end; in handle_function() local 130 &start, &end, in handle_function() 137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
|
H A D | dwarfcfi.c | 90 Dwarf_Addr start = pc; in handle_address() local 93 int ra_regno = dwarf_frame_info (frame, &start, &end, &signalp); in handle_address() 96 pc, start, end); in handle_address()
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_filter.c | 47 long WINAPI ff_dshow_filter_Run(DShowFilter *this, REFERENCE_TIME start) in ff_dshow_filter_Run() argument 49 dshowdebug("ff_dshow_filter_Run(%p) %"PRId64"\n", this, start); in ff_dshow_filter_Run() 51 this->start_time = start; in ff_dshow_filter_Run()
|
/third_party/ffmpeg/libavformat/ |
H A D | assdec.c | 53 int64_t *start, int *duration) in read_dialogue() 71 *start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in read_dialogue() 72 *duration = end - *start; in read_dialogue() 52 read_dialogue(ASSContext *ass, AVBPrint *dst, const uint8_t *p, int64_t *start, int *duration) read_dialogue() argument
|