Home
last modified time | relevance | path

Searched refs:index (Results 7201 - 7225 of 13381) sorted by relevance

1...<<281282283284285286287288289290>>...536

/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dutil.c30 /* byte index from start of sg to the end of the previous entry */ in spu_sg_at_offset()
31 unsigned int index = 0; in spu_sg_at_offset() local
32 /* byte index from start of sg to the end of the current entry */ in spu_sg_at_offset()
38 index = next_index; in spu_sg_at_offset()
44 *sge_offset = skip - index; in spu_sg_at_offset()
87 * @skip: index of starting point
/kernel/linux/linux-6.6/kernel/bpf/
H A Dlpm_trie.c72 * node (2) will become a child of (1). In child index depends on the next bit
152 static inline int extract_bit(const u8 *data, size_t index) in extract_bit() argument
154 return !!(data[index / 8] & (1 << (7 - (index % 8)))); in extract_bit()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvfio.h217 __u32 num_regions; /* Max region index + 1 */
218 __u32 num_irqs; /* Max IRQ index + 1 */
264 * struct vfio_region_info with index value set. Caller sets argsz.
278 __u32 index; /* Region index */ member
317 * means that non-VGA devices wouldn't need to waste this index, and thus the
504 * struct vfio_irq_info with index value set. Caller sets argsz.
510 * The EVENTFD flag indicates the interrupt index supports eventfd based
513 * The MASKABLE flags indicates the index supports MASK and UNMASK
521 * The NORESIZE flag indicates that the interrupt lines within the index
541 __u32 index; /* IRQ index */ global() member
593 __u32 index; global() member
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-topology.c93 int index, shift; in get_port_type() local
95 index = (port_index + 5) / 8; in get_port_type()
97 return (sid[index] >> shift) & 0x03; in get_port_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c20 static int lmtst_map_table_ops(struct rvu *rvu, u32 index, u64 *val, in lmtst_map_table_ops() argument
35 *val = readq(lmt_map_base + index); in lmtst_map_table_ops()
37 writeq((*val), (lmt_map_base + index)); in lmtst_map_table_ops()
111 "Failed to read LMT map table: index 0x%x err %d\n", in rvu_update_lmtaddr()
127 "Failed to update LMT map table: index 0x%x err %d\n", in rvu_update_lmtaddr()
167 /* Calculating the LMT table index equivalent to primary in rvu_mbox_handler_lmtst_tbl_setup()
177 "Failed to read LMT map table: index 0x%x err %d\n", in rvu_mbox_handler_lmtst_tbl_setup()
200 "Failed to read LMT map table: index 0x%x err %d\n", in rvu_mbox_handler_lmtst_tbl_setup()
229 "Failed to update LMT map table: index 0x%x err %d\n", in rvu_mbox_handler_lmtst_tbl_setup()
250 /* This corresponds to lmt map table index */ in rvu_reset_lmt_map_tbl()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_mac.c315 * @index: receive address array register
317 * Sets the receive address array register at index to the address passed
320 void igc_rar_set(struct igc_hw *hw, u8 *addr, u32 index) in igc_rar_set() argument
341 wr32(IGC_RAL(index), rar_low); in igc_rar_set()
343 wr32(IGC_RAH(index), rar_high); in igc_rar_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ptp.c306 event.index = 0; in otx2_ptp_extts_check()
351 rq->extts.index); in otx2_ptp_enable()
406 ptp_ptr->extts_config.index = 0; in otx2_ptp_init()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dst_pressure_core.c733 int index = st_sensors_get_settings_index(name, in st_press_get_settings() local
736 if (index < 0) in st_press_get_settings()
739 return &st_press_sensors_settings[index]; in st_press_get_settings()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c68 !s_asd->index ? MEDIA_LNK_FL_ENABLED : 0); in rkisp1_csi_link_sensor()
273 if (code->index) in rkisp1_csi_enum_mbus_code()
298 if (code->index == pos) { in rkisp1_csi_enum_mbus_code()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-crossbar.c173 *remote_pad = pad->index; in mxc_isi_crossbar_xlate_streams()
227 if (code->index > 0) in mxc_isi_crossbar_enum_mbus_code()
241 info = mxc_isi_bus_format_by_index(code->index, MXC_ISI_PIPE_PAD_SINK); in mxc_isi_crossbar_enum_mbus_code()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h221 * @index: buffer index for the output DMA engine
227 int index; member
297 * @buf_index: index for managing the output DMA buffers
406 * @id: FIMC device index (0..FIMC_MAX_DEVS)
623 unsigned int mask, int index);
624 struct fimc_fmt *fimc_get_format(unsigned int index);
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c94 * s3c_camif_find_format() - lookup camif color format by fourcc or an index
97 * @index: index to the camif_formats array, ignored if negative
101 int index) in s3c_camif_find_format()
107 if (index >= (int)ARRAY_SIZE(camif_formats)) in s3c_camif_find_format()
116 if (index == id) in s3c_camif_find_format()
99 s3c_camif_find_format(struct camif_vp *vp, const u32 *pixelformat, int index) s3c_camif_find_format() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc.h114 u8 index; member
242 u8 index; member
265 u8 index; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Duap_txrx.c56 /* This function deletes packets from particular RA List. RA list index
92 int index; in mwifiex_uap_queue_bridged_pkt() local
210 index = mwifiex_1d_to_wmm_queue[skb->priority]; in mwifiex_uap_queue_bridged_pkt()
211 atomic_inc(&priv->wmm_tx_pending[index]); in mwifiex_uap_queue_bridged_pkt()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c123 skb_cb->netif_idx = ccmni->index; in t7xx_ccmni_send_packet()
295 ccmni->index = if_id; in t7xx_ccmni_wwan_newlink()
313 u8 if_id = ccmni->index; in t7xx_ccmni_wwan_dellink()
H A Dt7xx_hif_dpmaif.c228 rx_q->index = rx_idx; in t7xx_dpmaif_rxtx_sw_allocs()
237 tx_q->index = tx_idx; in t7xx_dpmaif_rxtx_sw_allocs()
316 rxq->index = i; in t7xx_dpmaif_start()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dfwio.c299 int index; in init_gpr() member
310 ret = wfx_igpr_reg_write(wdev, gpr_init[i].index, gpr_init[i].value); in init_gpr()
313 dev_dbg(wdev->dev, " index %02x: %08x\n", gpr_init[i].index, gpr_init[i].value); in init_gpr()
/kernel/linux/linux-6.6/drivers/phy/renesas/
H A Dr8a779f0-ether-serdes.c30 int index; member
66 "%s: index %d, offs %x, bank %x, mask %x, expected %x\n", in r8a779f0_eth_serdes_reg_wait()
67 __func__, channel->index, offs, bank, mask, expected); in r8a779f0_eth_serdes_reg_wait()
370 channel->index = i; in r8a779f0_eth_serdes_probe()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsmp.c376 int index; in send_ipi_message() local
379 for_each_cpu(index, callmask) in send_ipi_message()
380 mask |= 1 << index; in send_ipi_message()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dxen.c81 map_irq.index = gsi; in xen_register_pirq()
286 map_irq.index = -1; in xen_initdom_setup_msi_irqs()
328 map_irq.index = -1; in xen_initdom_setup_msi_irqs()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dpsb_irq.c379 unsigned int pipe = crtc->index; in gma_crtc_enable_vblank()
412 unsigned int pipe = crtc->index; in gma_crtc_disable_vblank()
431 * we use as a pipe index
436 unsigned int pipe = crtc->index; in gma_crtc_get_vblank_counter()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c53 nvkm_ioctl_sclass_(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ioctl_sclass_() argument
56 !object->func->uevent(object, NULL, 0, NULL) && index-- == 0) { in nvkm_ioctl_sclass_()
65 return object->func->sclass(object, index, oclass); in nvkm_ioctl_sclass_()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c94 nvkm_fifo_class_get(struct nvkm_oclass *oclass, int index, const struct nvkm_device_oclass **class) in nvkm_fifo_class_get() argument
103 if (c++ == index) { in nvkm_fifo_class_get()
113 if (c++ == index) { in nvkm_fifo_class_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H A Dsched_entity.c179 unsigned long index; in drm_sched_entity_kill_jobs_cb() local
184 xa_for_each(&job->dependencies, index, f) { in drm_sched_entity_kill_jobs_cb()
202 xa_erase(&job->dependencies, index); in drm_sched_entity_kill_jobs_cb()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_drv.h109 int index; member
115 int index; member
129 int index; member

Completed in 26 milliseconds

1...<<281282283284285286287288289290>>...536