/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | main.c | 437 WARN(1, "firmware crash, start reset and recover\n"); in rtw_fw_recovery_work() 622 static void rtw_vif_write_addr(struct rtw_dev *rtwdev, u32 start, u8 *addr) in rtw_vif_write_addr() argument 627 rtw_write8(rtwdev, start + i, addr[i]); in rtw_vif_write_addr() 1069 rtw_err(rtwdev, "failed to start hci\n"); in rtw_power_on()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_new.c | 1955 (u32 __force)ss_res->start + CPSW2_BD_OFFSET, in cpsw_probe() 2034 &ss_res->start, descs_pool_size, in cpsw_probe()
|
H A D | cpsw.c | 1613 ss_res->start + CPSW2_BD_OFFSET, in cpsw_probe() 1729 &ss_res->start, cpsw->irqs_table[0], descs_pool_size); in cpsw_probe()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83640.c | 330 sec = clkreq->perout.start.sec; in periodic_output() 331 nsec = clkreq->perout.start.nsec; in periodic_output()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 505 addr_t start = (addr_t)skb->data; in qeth_l2_xmit_osn() local 513 if (qeth_get_elements_for_range(start, end) > 1) { in qeth_l2_xmit_osn() 2276 /* kick-start the NAPI softirq: */ in qeth_l2_set_online()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 680 unsigned long start = jiffies; in bnx2fc_initiate_tmf() local 714 if (time_after(jiffies, start + HZ)) { in bnx2fc_initiate_tmf() 908 * irrespective of ABTS response. We need to start the timer in bnx2fc_initiate_abts()
|
/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 */
|