Home
last modified time | relevance | path

Searched refs:position (Results 51 – 75 of 758) sorted by relevance

12345678910>>...31

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c96 unsigned int position; in cedrus_write_frame_list() local
117 position = cedrus_buf->codec.h264.position; in cedrus_write_frame_list()
118 used_dpbs |= BIT(position); in cedrus_write_frame_list()
121 output = position; in cedrus_write_frame_list()
131 &pic_list[position]); in cedrus_write_frame_list()
135 position = output; in cedrus_write_frame_list()
140 output_buf->codec.h264.position = position; in cedrus_write_frame_list()
177 &pic_list[position]); in cedrus_write_frame_list()
208 unsigned int position; in _cedrus_write_ref_list() local
223 position = cedrus_buf->codec.h264.position; in _cedrus_write_ref_list()
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dmemdup.cocci20 position p;
28 position p;
37 position p != {r1.p,r2.p};
48 position p != {r1.p,r2.p};
H A Dcheck_bq27xxx_data.cocci61 position p1;
69 position p2;
97 position p1;
105 position p2;
133 position p1;
141 position p2;
H A Datomic_as_refcounter.cocci15 position p1, p2;
63 position p1, p2;
96 position p1;
115 position p1;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c43 const struct dc_cursor_position *position, in dce_ipp_cursor_set_position() argument
53 REG_UPDATE(CUR_CONTROL, CURSOR_EN, position->enable); in dce_ipp_cursor_set_position()
56 CURSOR_X_POSITION, position->x, in dce_ipp_cursor_set_position()
57 CURSOR_Y_POSITION, position->y); in dce_ipp_cursor_set_position()
60 CURSOR_HOT_SPOT_X, position->x_hotspot, in dce_ipp_cursor_set_position()
61 CURSOR_HOT_SPOT_Y, position->y_hotspot); in dce_ipp_cursor_set_position()
/openbmc/qemu/hw/misc/
H A Darm_sysctl.c259 unsigned int position, unsigned int device, in vexpress_cfgctrl_read() argument
265 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_read()
304 function, dcc, site, position, device); in vexpress_cfgctrl_read()
320 unsigned int position, unsigned int device, in vexpress_cfgctrl_write() argument
326 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_write()
383 function, dcc, site, position, device); in vexpress_cfgctrl_write()
528 unsigned int position = extract32(s->sys_cfgctrl, 12, 4); in arm_sysctl_write() local
532 if (!vexpress_cfgctrl_write(s, dcc, function, site, position, in arm_sysctl_write()
538 if (!vexpress_cfgctrl_read(s, dcc, function, site, position, in arm_sysctl_write()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Di2c_compare_bit.md13 | position | yes | number | Bit position value from 0-7. Bit 0 is the least significant bit. …
28 "position": 3,
/openbmc/linux/scripts/coccinelle/misc/
H A Dminmax.cocci24 position p;
39 position p;
57 position p;
72 position p;
121 position p;
138 position p != errcode.p;
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c139 { size_t position = 0; in FSE_buildCTable_wksp() local
146 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildCTable_wksp()
149 position = (position + (unroll * step)) & tableMask; in FSE_buildCTable_wksp()
151 assert(position == 0); /* Must have initialized all positions */ in FSE_buildCTable_wksp()
154 U32 position = 0; in FSE_buildCTable_wksp() local
160 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
161 position = (position + step) & tableMask; in FSE_buildCTable_wksp()
162 while (position > highThreshold) in FSE_buildCTable_wksp()
163 position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()
165 assert(position==0); /* Must have initialized all positions */ in FSE_buildCTable_wksp()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dcmdq.c54 nvkm_falcon_pio_wr(falcon, data, 0, 0, DMEM, cmdq->position, size, 0, false); in nvkm_falcon_cmdq_push()
55 cmdq->position += ALIGN(size, QUEUE_ALIGNMENT); in nvkm_falcon_cmdq_push()
67 cmdq->position = cmdq->offset; in nvkm_falcon_cmdq_rewind()
84 cmdq->position = nvkm_falcon_rd32(falcon, cmdq->head_reg); in nvkm_falcon_cmdq_open()
95 nvkm_falcon_wr32(cmdq->qmgr->falcon, cmdq->head_reg, cmdq->position); in nvkm_falcon_cmdq_close()
/openbmc/linux/scripts/coccinelle/locks/
H A Dcall_kern.cocci22 position p;
41 position p1,p2;
75 position gfp.p;
82 position gfp.p;
/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp164 unsigned int position = 0; in fetchSensorInfo() local
167 sensorInstanceMap.emplace(pair.second, position); in fetchSensorInfo()
168 position++; in fetchSensorInfo()
243 unsigned int position = 0; in fetchEffecterInfo() local
246 instanceToEffecterMap.emplace(position, pair.second); in fetchEffecterInfo()
247 position++; in fetchEffecterInfo()
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dvector.h75 uint32_t position);
116 uint32_t position) \
118 return dal_vector_insert_at(vector, what, position); \
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dcontent-search.scss7 position: relative;
23 position: absolute;
43 position: absolute;
H A Dmodals.scss6 position: fixed;
35 position: fixed;
53 position: absolute;
147 position: absolute;
H A Dpaginate.scss49 position: absolute;
89 position: absolute;
101 position: absolute;
111 position: initial;
127 position: absolute;
/openbmc/linux/scripts/coccinelle/tests/
H A Ddoubletest.cocci21 position p;
32 position r.p;
44 position r.p;
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Dmsm-sc7180-fails.txt7 kms_plane@plane-position-covered,Fail
8 kms_plane@plane-position-hole,Fail
9 kms_plane@plane-position-hole-dpms,Fail
/openbmc/linux/sound/soc/intel/avs/
H A Dcldma.c47 void *position; member
74 memcpy(cl->dmab_data.area + offset, cl->position, ss); in hda_cldma_fill()
77 cl->position += ss; in hda_cldma_fill()
81 memcpy(cl->dmab_data.area + offset, cl->position, size); in hda_cldma_fill()
82 cl->position += size; in hda_cldma_fill()
201 cl->position = data; in hda_cldma_set_data()
/openbmc/phosphor-webui/app/server-control/styles/
H A Dremote-console.scss20 position: relative;
26 position: relative;
/openbmc/linux/sound/firewire/
H A Damdtp-am824.h36 unsigned int position);
39 unsigned int position);
/openbmc/webui-vue/src/components/Global/
H A DTableToolbar.vue76 position: relative;
84 position: absolute;
102 position: relative;
105 position: absolute;
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Drzg2lc-smarc.dtsi146 * SW1 should be at position 2->3 so that SER0_CTS# line is activated
147 * SW2 should be at position 2->3 so that SER0_TX line is activated
148 * SW3 should be at position 2->3 so that SER0_RX line is activated
149 * SW4 should be at position 2->3 so that SER0_RTS# line is activated
H A Drzg2l-smarc.dtsi137 * SW1 should be at position 2->3 so that SER0_CTS# line is activated
138 * SW2 should be at position 2->3 so that SER0_TX line is activated
139 * SW3 should be at position 2->3 so that SER0_RX line is activated
140 * SW4 should be at position 2->3 so that SER0_RTS# line is activated
/openbmc/linux/drivers/acpi/acpica/
H A Duthex.c36 char acpi_ut_hex_to_ascii_char(u64 integer, u32 position) in acpi_ut_hex_to_ascii_char() argument
40 acpi_ut_short_shift_right(integer, position, &index); in acpi_ut_hex_to_ascii_char()

12345678910>>...31