/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | l440gx.c | 99 pm_iobase->start = 0; in init_l440gx() 106 pm_iobase->start += iobase & ~1; in init_l440gx() 121 iobase = pm_iobase->start; in init_l440gx()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | macide.c | 123 if (!devm_request_mem_region(&pdev->dev, mem->start, in mac_ide_probe() 132 macide_setup_ports(&hw, mem->start, irq->start); in mac_ide_probe()
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | ipa_qmi_msg.h | 85 /* This defines the start and end offset of a range of memory. The start 86 * value is a byte offset relative to the start of IPA shared memory. The 92 u32 start; member 96 /* This defines the location and size of an array. The start value 97 * is an offset relative to the start of IPA shared memory. The 102 u32 start; member 107 * start is an offset relative to the start of IPA shared memory. 113 u32 start; member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_pci.c | 47 res[0].start = pci_resource_start(pdev, 0); in macb_probe() 51 res[1].start = pci_irq_vector(pdev, 0); in macb_probe() 56 &res[0].start); in macb_probe()
|
/kernel/linux/linux-5.10/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() 103 dev_info(&pdev->dev, "Added bus at %llx\n", r.start); in thunder_mdiobus_pci_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 54 unsigned long timeout, start; in wl1251_ps_elp_wakeup() local 64 start = jiffies; in wl1251_ps_elp_wakeup() 85 jiffies_to_msecs(jiffies - start)); in wl1251_ps_elp_wakeup()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | sched-pipe.c | 81 struct timeval start, stop, diff; in bench_sched_pipe() local 99 gettimeofday(&start, NULL); in bench_sched_pipe() 148 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | json.c | 134 return countchar(map, '\n', t->start) + 1; in json_line() 154 return t->end - t->start; in json_len() 161 return len == strlen(s) && !strncasecmp(map + t->start, s, len); in json_streq()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 20 void bitmap_clear(unsigned long *map, unsigned int start, int len); 22 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1)))
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_iommu.h | 21 __le64 start; member 26 __le32 start; member 129 __le64 start; member
|
/kernel/linux/linux-5.10/lib/ |
H A D | cpumask.c | 69 * @start: the start point of the iteration 70 * @wrap: assume @n crossing @start terminates the iteration 74 * Note: the @wrap argument is required for the start condition when 75 * we cannot assume @start is set in @mask. 77 int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument 84 if (wrap && n < start && next >= start) { in cpumask_next_wrap()
|
/kernel/linux/linux-5.10/init/ |
H A D | do_mounts_initrd.c | 33 phys_addr_t start; in early_initrdmem() local 37 start = memparse(p, &endp); in early_initrdmem() 41 phys_initrd_start = start; in early_initrdmem()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | preemptirq_delay_test.c | 38 u64 start, end; in busy_wait() local 39 start = trace_clock_local(); in busy_wait() 44 } while ((end - start) < (time * 1000)); in busy_wait()
|
H A D | trace_benchmark.c | 39 u64 start; in trace_do_benchmark() local 53 start = trace_clock_local(); in trace_do_benchmark() 60 delta = stop - start; in trace_do_benchmark()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | altera-sysmgr.c | 149 (void *)(uintptr_t)res->start, in sysmgr_probe() 152 base = devm_ioremap(dev, res->start, resource_size(res)); in sysmgr_probe() 156 sysmgr_config.max_register = res->end - res->start - 3; in sysmgr_probe()
|
H A D | davinci_voicecodec.c | 54 fifo_base = (dma_addr_t)res->start; in davinci_vc_probe() 71 davinci_vc->davinci_vcif.dma_tx_channel = res->start; in davinci_vc_probe() 81 davinci_vc->davinci_vcif.dma_rx_channel = res->start; in davinci_vc_probe()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/ |
H A D | mailbox.c | 29 /* Command to start mailbox transaction */ 58 if (!(inb(ec->io_command->start) & in wilco_ec_response_timed_out() 129 outb(EC_MAILBOX_START_COMMAND, ec->io_command->start); in wilco_ec_transfer() 144 flag = inb(ec->io_data->start); in wilco_ec_transfer()
|
H A D | core.c | 33 return devm_request_region(dev, res->start, resource_size(res), in wilco_get_resource() 64 cros_ec_lpc_mec_init(ec->io_packet->start, in wilco_ec_probe() 65 ec->io_packet->start + EC_MAILBOX_DATA_SIZE); in wilco_ec_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dim.h | 30 #define BIT_GAP(bits, end, start) ((((end) - (start)) + BIT_ULL(bits)) \ 91 * @start_sample: Sampled data at start of current iteration 133 * These will determine if the algorithm is in a valid state to start an iteration. 233 * @start: start sample 241 bool dim_calc_stats(struct dim_sample *start, struct dim_sample *end,
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | l440gx.c | 99 pm_iobase->start = 0; in init_l440gx() 106 pm_iobase->start += iobase & ~1; in init_l440gx() 121 iobase = pm_iobase->start; in init_l440gx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_pci.c | 47 res[0].start = pci_resource_start(pdev, 0); in macb_probe() 51 res[1].start = pci_irq_vector(pdev, 0); in macb_probe() 56 &res[0].start); in macb_probe()
|
/kernel/linux/linux-6.6/drivers/acpi/arm64/ |
H A D | apmt.c | 32 res[num_res].start = node->base_address0; in apmt_init_resources() 39 res[num_res].start = node->base_address1; in apmt_init_resources() 58 res[num_res].start = irq; in apmt_init_resources() 126 * apmt_table and apmt both point to the start of APMT table, but in apmt_init_platform_devices()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | trace.h | 63 __field(u64, start) 72 __entry->start = lock->lock_start; 79 "addr=%pISpc oh=0x%08x svid=0x%08x fh=0x%08x start=%llu len=%llu status=%s", 81 __entry->fh, __entry->start, __entry->len,
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ordered-data.h | 18 * Logical start address and length for of the blocks covered by 189 int btrfs_wait_ordered_range(struct inode *inode, u64 start, u64 len); 204 void btrfs_lock_and_flush_ordered_range(struct btrfs_inode *inode, u64 start, 207 bool btrfs_try_lock_ordered_range(struct btrfs_inode *inode, u64 start, u64 end,
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | fiemap.c | 63 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap() 67 .pos = start, in iomap_fiemap() 76 ret = fiemap_prep(inode, fi, start, &iter.len, 0); in iomap_fiemap() 62 iomap_fiemap(struct inode *inode, struct fiemap_extent_info *fi, u64 start, u64 len, const struct iomap_ops *ops) iomap_fiemap() argument
|