/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-ccn.c | 1278 .start = arm_ccn_pmu_event_start, in arm_ccn_pmu_init() 1487 irq = res->start; in arm_ccn_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 326 * Setup pointers that address the data and start the I/O. 1230 * start the timer daemon. 1514 device->mmio_base = bus_addr.start; in sym_iomap_device() 1525 device->ram_base = bus_addr.start; in sym_iomap_device()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-atmel.c | 603 " start pio xfer %p: len %u tx %p rx %p bitpw %d\n", in atmel_spi_next_xfer_single() 670 " start fifo xfer %p: len %u tx %p rx %p bitpw %d\n", in atmel_spi_next_xfer_fifo() 766 " start dma xfer %p: len %u tx %p/%08llx rx %p/%08llx\n", 824 /* v1 chips start out at half the peripheral bus speed. */ in atmel_spi_set_xfer_speed() 885 " start xfer %p: len %u tx %p/%08llx rx %p/%08llx\n", in atmel_spi_pdc_next_xfer() 910 /* REVISIT: We're waiting for RXBUFF before we start the next in atmel_spi_pdc_next_xfer() 1515 as->phybase = regs->start; in atmel_spi_probe() 1599 atmel_get_version(as), (unsigned long)regs->start, in atmel_spi_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_scsi.c | 1205 u64 start = jiffies, cmpl_time; in snic_io_cmpl_handler() local 1268 cmpl_time = jiffies - start; in snic_io_cmpl_handler()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_dev.c | 700 start: in rtl92e_start_adapter() 837 goto start; in rtl92e_start_adapter()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_cmd.c | 416 RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("start r871x rtw_cmd_thread !!!!\n")); in rtw_cmd_thread() 1684 unsigned long start = jiffies; in rtw_chk_hi_queue_hdl() local 1693 while (false == empty && jiffies_to_msecs(jiffies - start) < g_wait_hiq_empty) { in rtw_chk_hi_queue_hdl()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sunzilog.c | 693 /* Send the first character to jump-start the TX done in sunzilog_start_tx() 1431 up[0].port.mapbase = op->resource[0].start + 0x00; in zs_probe() 1449 up[1].port.mapbase = op->resource[0].start + 0x04; in zs_probe()
|
H A D | mxs-auart.c | 310 * Auto-baud start (auto-baud is running). Auto-baud run bit. This bit is 863 /* start the next DMA for RX. */ in dma_rx_callback() 1101 dev_err(s->dev, "We can not start up the DMA.\n"); in mxs_auart_settermios() 1681 s->port.mapbase = r->start; in mxs_auart_probe() 1682 s->port.membase = ioremap(r->start, resource_size(r)); in mxs_auart_probe()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | composite.c | 121 * @start: pointer within descriptor array. 125 #define for_each_desc(start, iter_desc, desc_type) \ 126 for (iter_desc = next_desc(start, desc_type); \ 2201 /* interface and string IDs start at zero via kzalloc. in composite_dev_prepare() 2202 * we force endpoints to start unassigned; few controller in composite_dev_prepare()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 1077 * We need to put the first byte into the FIFO in order to start in omap_8250_tx_dma() 1324 membase = devm_ioremap(&pdev->dev, regs->start, in omap8250_probe() 1331 up.port.mapbase = regs->start; in omap8250_probe()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | switch.c | 125 /* Digital section start should be aligned to 4k page */ in nvm_validate_and_write() 853 * @start: Start port of the walk 866 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() argument 872 return start; in tb_next_port_on_path()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tgafb.c | 392 /* Fill window type table after start of vertical retrace. */ 782 /* Finally, handle the generic case of misaligned start. 1439 bar0_start = to_tc_dev(dev)->resource.start; 1557 bar0_start = to_tc_dev(dev)->resource.start;
|
H A D | s3fb.c | 894 /* Set interlaced mode start/end register */ in s3fb_set_par() 1167 bus_reg.start = 0; in s3_pci_probe() 1174 par->state.vgabase = (void __iomem *) (unsigned long) vga_res.start; in s3_pci_probe()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 183 map->start, map->end, sym->start, sym->end, in ui__warn_map_erange() 1309 * XXX 'top' still doesn't start workloads like record, trace, but should, in __cmd_top() 1767 pr_debug("Couldn't start the BPF side band thread:\nBPF programs starting from now on won't be annotatable\n"); in cmd_top()
|
/kernel/linux/linux-5.10/sound/x86/ |
H A D | intel_hdmi_audio.c | 1683 * hdmi_lpe_audio_probe - start bridge with i915 1751 __func__, (unsigned int)res_mmio->start, in hdmi_lpe_audio_probe() 1754 card_ctx->mmio_start = ioremap(res_mmio->start, in hdmi_lpe_audio_probe()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | inode.c | 2069 u64 start, u64 len) in gfs2_fiemap() 2081 ret = iomap_fiemap(inode, fieinfo, start, len, &gfs2_iomap_ops); in gfs2_fiemap() 2068 gfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len) gfs2_fiemap() argument
|
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | buffered-io.c | 851 /* don't bother with blocks that are not shared to start with */ in iomap_unshare_actor() 1070 u64 start = bio->bi_iter.bi_sector; in iomap_finish_ioend() local 1098 inode->i_sb->s_id, inode->i_ino, offset, start); in iomap_finish_ioend() 1287 * first, otherwise finish off the current ioend and start another. 1435 * For unwritten space on the page we need to start the conversion to
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 338 * All checks have passed. Before we start doing any writing we want in ntfs_prepare_file_for_write() 463 * New direct i/o cannot start as we hold i_mutex. in ntfs_prepare_file_for_write() 605 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page " in ntfs_prepare_pages_for_non_resident_write() 1561 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page " in ntfs_commit_pages_after_write() 1970 static int ntfs_file_fsync(struct file *filp, loff_t start, loff_t end, in ntfs_file_fsync() argument 1978 err = file_write_and_wait_range(filp, start, end); in ntfs_file_fsync()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 692 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */ 693 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */ 972 * V4L2_MEMORY_MMAP, equals the offset from the start of 979 * @data_offset: offset in the plane to the start of data; usually 0, 1014 * offset from the start of the device memory for this plane, 2073 } start; member 2095 __s32 start[2]; member 2105 /* ITU-R start lines for each field */
|
/kernel/linux/linux-5.10/mm/ |
H A D | page-writeback.c | 911 * - start writing to a slow SD card and a fast disk at the same time. The SD 1415 * will look to see if it needs to start dirty throttling. 1853 * In normal mode, we start background writeout at the lower in balance_dirty_pages() 1918 * 1000+ tasks, all of them start dirtying pages at exactly the same in balance_dirty_pages_ratelimited() 2121 * @start: starting page index 2124 * This function scans the page range from @start to @end (inclusive) and tags 2133 pgoff_t start, pgoff_t end) in tag_pages_for_writeback() 2135 XA_STATE(xas, &mapping->i_pages, start); in tag_pages_for_writeback() 2170 * pages which should be written back with TOWRITE tag and only then start 2178 * we do not loop back to the start o 2132 tag_pages_for_writeback(struct address_space *mapping, pgoff_t start, pgoff_t end) tag_pages_for_writeback() argument [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 1848 * The search for an empty entry will start at @next and will wrap 2132 * @start: The first index in the XArray eligible to be selected. 2138 * copied entries will have indices between @start and @max, inclusive. 2156 unsigned int xa_extract(struct xarray *xa, void **dst, unsigned long start, in xa_extract() argument 2159 XA_STATE(xas, xa, start); in xa_extract()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcutorture.c | 253 static unsigned long boost_starttime; /* jiffies of next boost test start. */ 869 static bool rcu_torture_boost_failed(unsigned long start, unsigned long end) in rcu_torture_boost_failed() argument 871 if (end - start > test_boost_duration * HZ - HZ / 2) { in rcu_torture_boost_failed() 949 * Set the start time of the next test interval. in rcu_torture_boost() 1749 pr_alert("rcu_torture_stall start on CPU %d.\n", in rcu_torture_stall() 2619 local_irq_disable(); /* Make it harder to start a new grace period. */ in rcu_test_debug_objects()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 617 static int shm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in shm_fsync() argument 623 return sfd->file->f_op->fsync(sfd->file, start, end, datasync); in shm_fsync()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_kprobe.c | 1142 .start = dyn_event_seq_start, 1203 .start = dyn_event_seq_start,
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.c | 780 * take the inode to start with, so we have to compute the startino in xfs_ioc_fsbulkstat() 869 * If @hdr->ino is zero, we start iterating in that AG. If @hdr->ino is in xfs_bulk_ireq_setup() 1055 unsigned int start) in xfs_merge_ioc_xflags() 1057 unsigned int xflags = start; in xfs_merge_ioc_xflags() 1450 * before we start any other transactions. Trying to do this later in xfs_ioctl_setattr() 1053 xfs_merge_ioc_xflags( unsigned int flags, unsigned int start) xfs_merge_ioc_xflags() argument
|