Home
last modified time | relevance | path

Searched refs:index (Results 24301 - 24325 of 25737) sorted by relevance

1...<<971972973974975976977978979980>>...1030

/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_common.c536 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
1806 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join()
1860 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lib.c229 * ice_get_free_slot - get the next non-NULL location index in array
232 * @curr: last known occupied index to be used as a search hint
415 * pf->next_vsi will be ICE_NO_VSI. If not, pf->next_vsi index in ice_vsi_alloc()
465 /* Use the last VSI slot as the index for the control VSI */ in ice_vsi_alloc()
470 /* fill slot and make note of the index */ in ice_vsi_alloc()
885 /* default queue index within the VSI of the default FD */ in ice_set_fd_vsi_ctx()
892 /* queue index on which FD filter completion is reported */ in ice_set_fd_vsi_ctx()
1058 * @index: starting index previously returned by ice_get_res
1063 int ice_free_res(struct ice_res_tracker *res, u16 index, u1 argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c586 PPCLK_e clkID, uint32_t index, uint32_t *clock) in vega12_get_dpm_frequency_by_index()
593 PPSMC_MSG_GetDpmFreqByIndex, (clkID << 16 | index), in vega12_get_dpm_frequency_by_index()
1451 pr_err("Invalid index for retrieving clock activity\n"); in vega12_get_current_activity_percent()
2799 PHM_PerformanceLevelDesignation designation, uint32_t index, in vega12_get_performance_level()
585 vega12_get_dpm_frequency_by_index(struct pp_hwmgr *hwmgr, PPCLK_e clkID, uint32_t index, uint32_t *clock) vega12_get_dpm_frequency_by_index() argument
2798 vega12_get_performance_level(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *state, PHM_PerformanceLevelDesignation designation, uint32_t index, PHM_PerformanceLevel *level) vega12_get_performance_level() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c431 int index, ret; in arcturus_append_powerplay_table() local
433 index = get_index_into_master_table(atom_master_list_of_data_tables_v2_1, in arcturus_append_powerplay_table()
436 ret = amdgpu_atombios_get_data_table(smu->adev, index, NULL, NULL, NULL, in arcturus_append_powerplay_table()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2467 if (i->index >= MXT_V4L_INPUT_MAX) in mxt_vidioc_enum_input()
2472 switch (i->index) { in mxt_vidioc_enum_input()
2539 switch (fmt->index) { in mxt_vidioc_enum_fmt()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-bit.c448 static void coda_parabuf_write(struct coda_ctx *ctx, int index, u32 value) in coda_parabuf_write() argument
454 p[index] = value; in coda_parabuf_write()
456 p[index ^ 1] = value; in coda_parabuf_write()
2195 * internal frame buffers' index and 64. in coda_prepare_decode()
2399 * The index of the last decoded frame, not necessarily in in coda_finish_decode()
2400 * display order, and the index of the next display frame. in coda_finish_decode()
2419 "decoded frame index out of range: %d\n", decoded_idx); in coda_finish_decode()
2479 "presentation frame index out of range: %d\n", in coda_finish_decode()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c57 /* Frequencies are given as frequencies_bg[index] + 2.4GHz in channel2freq_bg()
1369 u16 index; in b43legacy_radio_calibrationvalue() local
1373 index = (reg & 0x001E) >> 1; in b43legacy_radio_calibrationvalue()
1374 ret = rcc_table[index] << 1; in b43legacy_radio_calibrationvalue()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1098 u32 index; /*index to current array to store */ member
1973 u8 thermalmeter[2]; /*ThermalMeter, index 0 for RFIC0, 1 for RFIC1 */
2091 u8 signalquality; /*in 0-100 index. */
2097 u8 signalstrength; /*in 0-100 index. */
2116 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2287 u8 hw_queue, u16 index);
2329 u8 index);
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1000 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1008 iocell_info[index] = value & 0xFFFF; in ahd_linux_setup_iocell_info()
1010 printk("iocell[%d:%ld] = %d\n", instance, index, value); in ahd_linux_setup_iocell_info()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H A Dmv_sas.c42 unsigned int index, tag; in mvs_tag_alloc() local
45 index = find_first_zero_bit(bitmap, mvi->tags_num); in mvs_tag_alloc()
46 tag = index; in mvs_tag_alloc()
2050 * a mirror of the hardware's RX producer index, so that in mvs_int_rx()
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvhost.c94 .index = idx, in vhost_get_vring_endian()
1634 /* Forget the cached index value. */ in vhost_vring_ioctl()
1638 s.index = idx; in vhost_vring_ioctl()
1701 s.index = idx; in vhost_vring_ioctl()
2232 vq_err(vq, "Guest moved used index from %u to %u", in vhost_get_vq_desc()
2250 * the index we've seen. */ in vhost_get_vq_desc()
2262 vq_err(vq, "Guest says index %u > %u is available", in vhost_get_vq_desc()
2276 vq_err(vq, "Desc index is %u > %u, head = %u", in vhost_get_vq_desc()
2339 /* On success, increment avail index. */ in vhost_get_vq_desc()
2343 * if they aren't we would need to update avail_event index in vhost_get_vq_desc()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1189 int count, index, r; in omapfb_setcmap() local
1199 index = cmap->start; in omapfb_setcmap()
1204 r = _setcolreg(info, index++, *red++, *green++, *blue++, trans, in omapfb_setcmap()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptscsih.c368 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT " Current buff @ %p (index 0x%x)", in mptscsih_AddSGE()
377 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT " Chain buff @ %p (index 0x%x)\n", in mptscsih_AddSGE()
1457 /* Get the first chain index and reset in mptscsih_freeChainBuffers()
1465 /* Save the next chain buffer index */ in mptscsih_freeChainBuffers()
1480 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "FreeChainBuffers (index %d)\n", in mptscsih_freeChainBuffers()
2462 * @i: index into the array
2483 * @i: index into the array
2506 * @i: index into the array
2529 int i, index=-1; in SCPNT_TO_LOOKUP_IDX() local
2534 index in SCPNT_TO_LOOKUP_IDX()
[all...]
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A Drio_mport_cdev.c1355 * maint_port_idx_get() - Get the port index of the mport instance
1357 * @arg: port index
1362 u32 port_idx = md->mport->index; in maint_port_idx_get()
2399 md->properties.index = mport->index; in mport_cdev_add()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dspca501.c101 /* bmRequest,value,index */
192 below, dmRequest is the register number, index is the Addr,
208 /* bmRequest,value,index */
494 /* bmRequest,value,index */
589 /* bmRequest,value,index */
611 /* bmRequest,value,index */
1746 __u16 req, __u16 index, __u16 value) in reg_write()
1755 value, index, NULL, 0, 500); in reg_write()
1757 req, index, value); in reg_write()
1879 * index in sd_start()
1745 reg_write(struct gspca_dev *gspca_dev, __u16 req, __u16 index, __u16 value) reg_write() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h911 * Check if @index falls in the readahead windows.
913 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument
915 return (index >= ra->start && in ra_has_index()
916 index < ra->start + ra->size); in ra_has_index()
1427 dev_t s_dev; /* search index; _not_ kdev_t */
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dspca501.c101 /* bmRequest,value,index */
192 below, dmRequest is the register number, index is the Addr,
208 /* bmRequest,value,index */
494 /* bmRequest,value,index */
589 /* bmRequest,value,index */
611 /* bmRequest,value,index */
1746 __u16 req, __u16 index, __u16 value) in reg_write()
1755 value, index, NULL, 0, 500); in reg_write()
1757 req, index, value); in reg_write()
1879 * index in sd_start()
1745 reg_write(struct gspca_dev *gspca_dev, __u16 req, __u16 index, __u16 value) reg_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptscsih.c368 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT " Current buff @ %p (index 0x%x)", in mptscsih_AddSGE()
377 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT " Chain buff @ %p (index 0x%x)\n", in mptscsih_AddSGE()
1456 /* Get the first chain index and reset in mptscsih_freeChainBuffers()
1464 /* Save the next chain buffer index */ in mptscsih_freeChainBuffers()
1479 dmfprintk(ioc, printk(MYIOC_s_DEBUG_FMT "FreeChainBuffers (index %d)\n", in mptscsih_freeChainBuffers()
2461 * @i: index into the array
2482 * @i: index into the array
2505 * @i: index into the array
2528 int i, index=-1; in SCPNT_TO_LOOKUP_IDX() local
2533 index in SCPNT_TO_LOOKUP_IDX()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/b53/
H A Db53_common.c572 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
1894 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join()
1946 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c356 sja1105_packing(buf, &entry->index, 29, 20, size, op); in sja1105et_l2_lookup_entry_packing()
384 sja1105_packing(buf, &entry->index, 15, 6, size, op); in sja1105pqrs_l2_lookup_entry_packing()
414 sja1105_packing(buf, &entry->index, 10, 1, size, op); in sja1110_l2_lookup_entry_packing()
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h980 * Check if @index falls in the readahead windows.
982 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument
984 return (index >= ra->start && in ra_has_index()
985 index < ra->start + ra->size); in ra_has_index()
1192 dev_t s_dev; /* search index; _not_ kdev_t */
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c994 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1002 iocell_info[index] = value & 0xFFFF; in ahd_linux_setup_iocell_info()
1004 printk("iocell[%d:%ld] = %d\n", instance, index, value); in ahd_linux_setup_iocell_info()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Datmel_serial.c2592 struct uart_port *port = &atmel_ports[co->index].uart; in atmel_console_write()
2664 struct uart_port *port = &atmel_ports[co->index].uart; in atmel_console_setup()
2697 .index = -1,
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c2172 static void check_reset_complete(struct usb_hcd *hcd, int index) in check_reset_complete() argument
2180 "port %d full speed --> companion\n", index + 1); in check_reset_complete()
2187 index + 1); in check_reset_complete()
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Drio_mport_cdev.c1356 * maint_port_idx_get() - Get the port index of the mport instance
1358 * @arg: port index
1363 u32 port_idx = md->mport->index; in maint_port_idx_get()
2400 md->properties.index = mport->index; in mport_cdev_add()

Completed in 93 milliseconds

1...<<971972973974975976977978979980>>...1030