/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | xfrm.h | 423 __u32 index; member 437 __u32 index; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sticore.h | 261 s16 index; /* index into font table of character */ member 383 struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | cpuid.h | 17 u32 function, u32 index); 81 entry = kvm_find_cpuid_entry_index(vcpu, cpuid.function, cpuid.index); in guest_cpuid_get_register()
|
/kernel/linux/linux-6.6/drivers/dma/bestcomm/ |
H A D | gen_bd.c | 142 tsk->index = 0; in bcom_gen_bd_rx_reset() 226 tsk->index = 0; in bcom_gen_bd_tx_reset()
|
/kernel/linux/linux-6.6/drivers/dma/ioat/ |
H A D | dma.h | 117 * @head: allocated index 119 * @tail: cleanup index 152 * @hw_pool: descriptor pool index 235 ioat_chan_by_index(struct ioatdma_device *ioat_dma, int index) in ioat_chan_by_index() argument 237 return ioat_dma->idx[index]; in ioat_chan_by_index()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pfvf_pf_proto.c | 68 static u8 adf_pf2vf_blkmsg_get_byte(u8 const *blkmsg, u8 index) in adf_pf2vf_blkmsg_get_byte() argument 70 return blkmsg[index]; in adf_pf2vf_blkmsg_get_byte()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | devfreq-event.c | 217 * @index : the index into list of devfreq-event device 222 const char *phandle_name, int index) in devfreq_event_get_edev_by_phandle() 230 node = of_parse_phandle(dev->of_node, phandle_name, index); in devfreq_event_get_edev_by_phandle() 221 devfreq_event_get_edev_by_phandle(struct device *dev, const char *phandle_name, int index) devfreq_event_get_edev_by_phandle() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.h | 272 u32 index; member 333 int mvpp2_prs_hits(struct mvpp2 *priv, int index);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_mbox.c | 59 static u32 octep_ctrl_mbox_circq_inc(u32 index, u32 inc, u32 sz) in octep_ctrl_mbox_circq_inc() argument 61 return (index + inc) % sz; in octep_ctrl_mbox_circq_inc()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.h | 314 struct bnxt_qplib_sgid_tbl *sgid_tbl, int index, 320 bool update, u32 *index);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ptp.c | 180 cfg = &priv->pps[rq->perout.index]; in stmmac_enable() 189 rq->perout.index, cfg, on, in stmmac_enable()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | cookie.c | 181 struct sk_buff *skb, __le32 index, in wg_cookie_message_create() 189 dst->receiver_index = index; in wg_cookie_message_create() 180 wg_cookie_message_create(struct message_handshake_cookie *dst, struct sk_buff *skb, __le32 index, struct cookie_checker *checker) wg_cookie_message_create() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-common.h | 149 * @index: index of the sensor (counting sensor found in DT) 160 unsigned int index; member 534 * @code: the mbus code, the function reads the code->index and fills the code->code 542 * @index: index of the mbus info to fetch 544 const struct rkisp1_mbus_info *rkisp1_mbus_info_get_by_index(unsigned int index);
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-vbi.c | 202 buf, buf->vb.vb2_buf.index); in buffer_queue() 213 buf, buf->vb.vb2_buf.index); in buffer_queue()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rwpf.c | 40 if (code->index >= ARRAY_SIZE(codes)) in vsp1_rwpf_enum_mbus_code() 43 code->code = codes[code->index]; in vsp1_rwpf_enum_mbus_code()
|
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-isc-scaler.c | 118 if (code->index < isc->formats_list_size) { in isc_scaler_enum_mbus_code() 119 code->code = isc->formats_list[code->index].mbus_code; in isc_scaler_enum_mbus_code()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | s5k6a3.c | 105 if (code->index >= ARRAY_SIZE(s5k6a3_formats)) in s5k6a3_enum_mbus_code() 108 code->code = s5k6a3_formats[code->index].code; in s5k6a3_enum_mbus_code()
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-core.h | 309 mxc_isi_bus_format_by_index(unsigned int index, unsigned int pad); 313 mxc_isi_format_enum(unsigned int index, enum mxc_isi_video_type type);
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_rpc.c | 73 *data |= ((cmd->hdr.index & 0xff) << 24); in vpu_rpc_send_cmd_buf() 143 msg->hdr.index = (msgword >> 24) & 0xff; in vpu_rpc_receive_msg_buf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 85 #define MAKE_SERVICE_ID(group, index) \ 86 (int)(((int)group << 8) | (int)(index))
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | sprd-efuse.c | 41 * block offset index and normal block numbers. 298 u32 index = offset / SPRD_EFUSE_BLOCK_WIDTH + efuse->data->blk_offset; in sprd_efuse_read() local 311 ret = sprd_efuse_raw_read(efuse, index, &data, blk_double); in sprd_efuse_read()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | pcmcia_cis.c | 164 cfg->index, flags); in pcmcia_do_loop_config() 167 cfg_mem->p_dev->config_index = cfg->index; in pcmcia_do_loop_config()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | spte.c | 269 * `index` identifies which sub-page. 275 int index) in make_huge_page_split_spte() 290 * lower level for the given index. in make_huge_page_split_spte() 292 child_spte |= (index * KVM_PAGES_PER_HPAGE(role.level)) << PAGE_SHIFT; in make_huge_page_split_spte() 274 make_huge_page_split_spte(struct kvm *kvm, u64 huge_spte, union kvm_mmu_page_role role, int index) make_huge_page_split_spte() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.c | 296 int index = left->base.id - KOMEDA_COMPONENT_LAYER0; in komeda_get_layer_split_right_layer() local 299 for (i = index + 1; i < pipe->n_layers; i++) in komeda_get_layer_split_right_layer()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | restrack.c | 73 unsigned long index; in rdma_restrack_clean() local 79 xa_for_each(xa, index, e) { in rdma_restrack_clean()
|