Home
last modified time | relevance | path

Searched refs:start (Results 19976 - 20000 of 20761) sorted by relevance

1...<<791792793794795796797798799800>>...831

/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css-params.c614 * start from different input chunks. in imgu_css_osys_calc_frame_and_stripe_params()
1321 * Always start with a transfer - process lines command must be in imgu_css_shd_ops_calc()
1465 * start at (0,0)
1714 static u16 imgu_css_grid_end(u16 start, u8 width, u8 block_width_log2) in imgu_css_grid_end() argument
1716 return (start & IPU3_UAPI_GRID_START_MASK) + in imgu_css_grid_end()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H A Dallegro-core.c2195 "%s: start streaming\n", in allegro_start_streaming()
3140 regs = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in allegro_probe()
3159 sram_res->start, in allegro_probe()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dxirlink_cit.c2590 /* -- start the camera -- */
3067 .start = sd_start,
3082 .start = sd_start,
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c2836 "%s: start streaming\n", in allegro_start_streaming()
3849 regs = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in allegro_probe()
3868 sram_res->start, in allegro_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c895 * root sub-tree from start(closest from right), else we search for the
896 * last flow table in the root sub-tree till start(closest from left).
899 struct list_head *start, in find_closest_ft_recursive()
910 struct fs_node *iter = list_entry(start, struct fs_node, list); in find_closest_ft_recursive()
898 find_closest_ft_recursive(struct fs_node *root, struct list_head *start, bool reverse) find_closest_ft_recursive() argument
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c803 if (card->atmdev->phy && card->atmdev->phy->start) in ns_init_card()
804 card->atmdev->phy->start(card->atmdev); in ns_init_card()
H A Didt77252.c3701 if (dev->phy->start) in idt77252_init_one()
3702 dev->phy->start(dev); in idt77252_init_one()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c2701 int cifs_fiemap(struct inode *inode, struct fiemap_extent_info *fei, u64 start, argument
2732 rc = server->ops->fiemap(tcon, cfile, fei, start, len);
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css-params.c614 * start from different input chunks. in imgu_css_osys_calc_frame_and_stripe_params()
1318 * Always start with a transfer - process lines command must be in imgu_css_shd_ops_calc()
1462 * start at (0,0)
1711 static u16 imgu_css_grid_end(u16 start, u8 width, u8 block_width_log2) in imgu_css_grid_end() argument
1713 return (start & IPU3_UAPI_GRID_START_MASK) + in imgu_css_grid_end()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c81 static void vgaHWSeqReset(struct savagefb_par *par, int start) in vgaHWSeqReset() argument
83 if (start) in vgaHWSeqReset()
99 vgaHWSeqReset(par, 1); /* start synchronous reset */ in vgaHWProtect()
1480 /* program the start address registers */ in savagefb_update_start()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c1658 /* clear hang status when driver try to start the hw scheduler */ in start_cpsch()
2514 dqm->ops.start = start_cpsch; in device_queue_manager_init()
2535 dqm->ops.start = start_nocpsch; in device_queue_manager_init()
/kernel/linux/linux-6.6/drivers/edac/
H A Dsb_edac.c117 unsigned char start; member
146 return GET_BITFIELD(reg, table[interleave].start, in sad_pkg()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmicrel.c4362 ret = lan8841_ptp_set_target(ptp_priv, LAN8841_EVENT_A, rq->perout.start.sec, in lan8841_ptp_perout()
4363 rq->perout.start.nsec); in lan8841_ptp_perout()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1505 /* start config phase */ in mxc_jpeg_device_run()
1858 psof = (struct mxc_jpeg_sof *)header.sof.start; in mxc_jpeg_parse()
1859 psos = (struct mxc_jpeg_sos *)header.sos.start; in mxc_jpeg_parse()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c510 static void _phy_convert_txpower_dbm_to_relative_value(u32 *data, u8 start, in _phy_convert_txpower_dbm_to_relative_value() argument
518 if (i >= start && i <= end) { in _phy_convert_txpower_dbm_to_relative_value()
685 } else {/*This line is the start line of branch.*/ in phy_config_bb_with_hdr_file()
729 } else{/*This line is the start line of branch.*/ in phy_config_bb_with_hdr_file()
914 } else {/*This line is the start line of branch.*/ in rtl92ee_phy_config_rf_with_headerfile()
961 } else {/*This line is the start line of branch.*/ in rtl92ee_phy_config_rf_with_headerfile()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.c1803 static void rtw8852c_rfk_scan(struct rtw89_dev *rtwdev, bool start) in rtw8852c_rfk_scan() argument
1805 rtw8852c_wifi_scan_notify(rtwdev, start, RTW89_PHY_0); in rtw8852c_rfk_scan()
H A Drtw8852b.c1567 static void rtw8852b_rfk_scan(struct rtw89_dev *rtwdev, bool start) in rtw8852b_rfk_scan() argument
1569 rtw8852b_wifi_scan_notify(rtwdev, start, RTW89_PHY_0); in rtw8852b_rfk_scan()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3558 audio.phys = iores->start; in dw_hdmi_probe()
3589 audio.phys = iores->start; in dw_hdmi_probe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c849 struct ib_mr *ocrdma_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in ocrdma_reg_user_mr() argument
865 mr->umem = ib_umem_get(ibpd->device, start, len, acc); in ocrdma_reg_user_mr()
2179 /* inform hw to start processing it */ in ocrdma_post_send()
2246 /* inform hw to start processing it */ in ocrdma_post_recv()
2314 /* inform hw to start processing it */ in ocrdma_post_srq_recv()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Diommu.c49 /* IO virtual address start page frame number */
1005 * flipped between the start and end. in build_inv_address()
1011 * between the start and the end, invalidate everything. in build_inv_address()
2429 domain_flush_pages(dom, gather->start, gather->end - gather->start + 1, 1); in amd_iommu_iotlb_sync()
3694 * After this point, all the interrupts will start arriving in amd_ir_set_affinity()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c3305 .start = unix_seq_start,
3501 .start = bpf_iter_unix_seq_start,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8994.c150 val = rates[best].start << WM8958_MICD_BIAS_STARTTIME_SHIFT in wm8958_micd_set_rate()
154 rates[best].start, rates[best].rate, sysclk, in wm8958_micd_set_rate()
819 * JACKDET won't run until we start the clock and it in clk_sys_event()
3986 * If we can use jack detection start off with that, in wm8958_mic_detect()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c96 MODULE_PARM_DESC(dcbx_no_wait, " Do not wait for DCBX convergence to start "
3460 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start slowpath.\n"); in __qedf_probe()
3473 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start slowpath.\n"); in __qedf_probe()
3479 * start in __qedf_probe()
3490 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3492 QEDF_ERR(&(qedf->dbg_ctx), "Cannot start FCoE function.\n"); in __qedf_probe()
3497 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_DISC, "Task context start=%p, " in __qedf_probe()
3591 rc = qed_ops->ll2->start(qedf->cdev, &params); in __qedf_probe()
3593 QEDF_ERR(&(qedf->dbg_ctx), "Could not start Light L2.\n"); in __qedf_probe()
3622 QEDF_ERR(&(qedf->dbg_ctx), "Failed to start time in __qedf_probe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmegaraid.c2488 * @start: starting logical drive to display
2495 proc_show_rdrv(struct seq_file *m, adapter_t *adapter, int start, int end ) in proc_show_rdrv() argument
2572 for( i = start; i < ( (end+1 < num_ldrv) ? end+1 : num_ldrv ); i++ ) { in proc_show_rdrv()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c225 .start = rt_cache_seq_start,
303 .start = rt_cpu_seq_start,
865 * forgot redirected route and start to send redirects again.

Completed in 114 milliseconds

1...<<791792793794795796797798799800>>...831