/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 931 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 D | coding-style.rst | 548 Documentation/translations/zh_CN/doc-guide/index.rst 和 scripts/kernel-doc 。 755 #define FOO(val) bar(index, val)
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity-fec.c | 62 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 D | memory.c | 1190 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 D | exynos7_drm_decon.c | 391 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 D | armada-39x.dtsi | 560 cell-index = <0>; 572 cell-index = <1>;
|
/openbmc/linux/drivers/iio/accel/ |
H A D | kionix-kx022a.c | 211 #define KX022A_ACCEL_CHAN(axis, index) \ argument 224 .scan_index = index, \
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 330 __u32 index; /* what tile to use: index to tile map */ member 771 int index);
|
/openbmc/linux/drivers/usb/misc/ |
H A D | uss720.c | 124 __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 D | vmlinux.lds.h | 806 .stab.index 0 : { *(.stab.index) } \
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 44 #define ACPI_BUILD_INTC_ID(socket, index) ((socket << 24) | (index)) argument
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 861 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 D | greybus_protocols.h | 2043 __u8 index; /* Selection within the control */ member 2075 __u8 index; member 2084 __u8 index; member
|
/openbmc/u-boot/doc/ |
H A D | README.coccinelle | 260 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 D | qdev-device-use.txt | 55 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 D | system-requirements.rst | 23 :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 D | loads-stores.rst | 77 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 D | usb.c | 418 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 D | rcar_drif.c | 448 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 D | dr_cmd.c | 667 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 D | mxl692.c | 248 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 D | af9013.c | 1181 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 D | budget-av.c | 1405 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 D | imx-mipi-csis.c | 1002 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 D | axp20x.c | 707 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()
|