Home
last modified time | relevance | path

Searched refs:index (Results 9776 – 9800 of 11494) sorted by relevance

1...<<391392393394395396397398399400>>...460

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c931 if (f->index >= ARRAY_SIZE(vivid_formats) - in vivid_enum_fmt_vid()
935 fmt = &vivid_formats[f->index]; in vivid_enum_fmt_vid()
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst548 Documentation/translations/zh_CN/doc-guide/index.rst 和 scripts/kernel-doc 。
755 #define FOO(val) bar(index, val)
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.c62 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, in fec_read_parity() argument
68 position = (index + rsb) * v->fec->roots; in fec_read_parity()
/openbmc/linux/drivers/base/
H A Dmemory.c1190 unsigned long index; in walk_dynamic_memory_groups() local
1193 xa_for_each_marked(&memory_groups, index, group, in walk_dynamic_memory_groups()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c391 unsigned int win = plane->index; in decon_update_plane()
482 unsigned int win = plane->index; in decon_disable_plane()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-39x.dtsi560 cell-index = <0>;
572 cell-index = <1>;
/openbmc/linux/drivers/iio/accel/
H A Dkionix-kx022a.c211 #define KX022A_ACCEL_CHAN(axis, index) \ argument
224 .scan_index = index, \
/openbmc/linux/include/linux/
H A Dfb.h330 __u32 index; /* what tile to use: index to tile map */ member
771 int index);
/openbmc/linux/drivers/usb/misc/
H A Duss720.c124 __u8 request, __u8 requesttype, __u16 value, __u16 index, in submit_async_request() argument
158 rq->dr->wIndex = cpu_to_le16(index); in submit_async_request()
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h806 .stab.index 0 : { *(.stab.index) } \
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c44 #define ACPI_BUILD_INTC_ID(socket, index) ((socket << 24) | (index)) argument
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c861 u32 ivar, index; in ixgbe_set_ivar() local
882 index = ((queue & 1) * 8); in ixgbe_set_ivar()
884 ivar &= ~(0xFF << index); in ixgbe_set_ivar()
885 ivar |= (msix_vector << index); in ixgbe_set_ivar()
893 ivar &= ~(0xFF << index); in ixgbe_set_ivar()
8667 if (++index == ring->count) in ixgbe_xmit_xdp_ring()
8668 index = 0; in ixgbe_xmit_xdp_ring()
8688 ring->next_to_use = index; in ixgbe_xmit_xdp_ring()
8703 if (!index) in ixgbe_xmit_xdp_ring()
8704 index += ring->count; in ixgbe_xmit_xdp_ring()
[all …]
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h2043 __u8 index; /* Selection within the control */ member
2075 __u8 index; member
2084 __u8 index; member
/openbmc/u-boot/doc/
H A DREADME.coccinelle260 You can override with your own preferred index option by using SPFLAGS. Take
279 is in the file .id-utils.index on the top level of the kernel, coccinelle
282 mkid -i C --output .id-utils.index
/openbmc/qemu/docs/
H A Dqdev-device-use.txt55 Instead of bus=BUS,unit=UNIT, you can also say index=IDX.
174 * -serial becomes -device isa-serial,iobase=IOADDR,irq=IRQ,index=IDX
178 * -parallel becomes -device isa-parallel,iobase=IOADDR,irq=IRQ,index=IDX
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dsystem-requirements.rst23 :doc:`/brief-yoctoprojectqs/index` document. You can find "how-to"
24 information in the :doc:`/dev-manual/index`. You can find Yocto Project overview
25 and conceptual information in the :doc:`/overview-manual/index`.
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst77 known as a "mmu index" which controls how that virtual address is
79 among other things. The ``MemOp`` and mmu index are combined into
83 particular index might be necessary if, for instance, the helper
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dusb.c418 mt76u_fill_bulk_urb(struct mt76_dev *dev, int dir, int index, in mt76u_fill_bulk_urb() argument
427 pipe = usb_rcvbulkpipe(udev, dev->usb.in_ep[index]); in mt76u_fill_bulk_urb()
429 pipe = usb_sndbulkpipe(udev, dev->usb.out_ep[index]); in mt76u_fill_bulk_urb()
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_drif.c448 rdrif_dbg(sdr, "buf_queue idx %u\n", vb->index); in rcar_drif_buf_queue()
901 if (f->index >= ARRAY_SIZE(formats)) in rcar_drif_enum_fmt_sdr_cap()
904 f->pixelformat = formats[f->index].pixelformat; in rcar_drif_enum_fmt_sdr_cap()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c667 u16 index, struct mlx5dr_cmd_gid_attr *attr) in mlx5dr_cmd_query_gid() argument
676 MLX5_SET(query_roce_address_in, in, roce_address_index, index); in mlx5dr_cmd_query_gid()
818 MLX5_SET(set_fte_in, in, flow_index, fte->index); in mlx5dr_cmd_set_fte()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl692.c248 u32 buf_len, u32 *index) in mxl692_write_fw_block() argument
255 ix = *index; in mxl692_write_fw_block()
289 *index = ix; in mxl692_write_fw_block()
H A Daf9013.c1181 static int af9013_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid, in af9013_pid_filter() argument
1190 index, pid, onoff); in af9013_pid_filter()
1203 ret = regmap_write(state->regmap, 0xd504, onoff << 5 | index << 0); in af9013_pid_filter()
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-av.c1405 dprintk(1, "VIDIOC_ENUMINPUT %d\n", i->index); in vidioc_enum_input()
1406 if (i->index >= KNC1_INPUTS) in vidioc_enum_input()
1408 memcpy(i, &knc1_inputs[i->index], sizeof(struct v4l2_input)); in vidioc_enum_input()
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c1002 if (code->index > 0) in mipi_csis_enum_mbus_code()
1013 if (code->index >= ARRAY_SIZE(mipi_csis_formats)) in mipi_csis_enum_mbus_code()
1016 code->code = mipi_csis_formats[code->index].code; in mipi_csis_enum_mbus_code()
/openbmc/linux/drivers/mfd/
H A Daxp20x.c707 unsigned int base, int index) in axp192_get_irq_reg() argument
710 if (index < 4) in axp192_get_irq_reg()
711 return base + index; in axp192_get_irq_reg()

1...<<391392393394395396397398399400>>...460