Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 29) sorted by relevance

12

/linux-4.19.296/drivers/media/dvb-frontends/
Dnxt200x.c422 u16 rambase, position, crc = 0; in nxt2002_load_firmware() local
441 for (position = 0; position < fw->size; position++) { in nxt2002_load_firmware()
445 buf[0] = ((rambase + position) >> 8); in nxt2002_load_firmware()
446 buf[1] = (rambase + position) & 0xFF; in nxt2002_load_firmware()
455 nxt200x_writebytes(state, chunkpos, &fw->data[position-3], 4); in nxt2002_load_firmware()
457 crc = nxt200x_crc(crc, fw->data[position]); in nxt2002_load_firmware()
459 if ((written == 255) || (position+1 == fw->size)) { in nxt2002_load_firmware()
462 &fw->data[position-(written %4) + 1], in nxt2002_load_firmware()
489 u16 rambase, position, crc=0; in nxt2004_load_firmware() local
502 for (position = 0; position < fw->size; position++) { in nxt2004_load_firmware()
[all …]
Dstv0900_core.c178 u8 position = 0, i = 0; in extract_mask_pos() local
182 while ((position == 0) && (i < 8)) { in extract_mask_pos()
183 position = ((*mask) >> i) & 0x01; in extract_mask_pos()
Dstv0367.c210 u8 position = 0, i = 0; in extract_mask_pos() local
214 while ((position == 0) && (i < 8)) { in extract_mask_pos()
215 position = ((*mask) >> i) & 0x01; in extract_mask_pos()
/linux-4.19.296/lib/zstd/
Dfse_decompress.c139 U32 s, position = 0; in FSE_buildDTable_wksp() local
143 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
144 position = (position + step) & tableMask; in FSE_buildDTable_wksp()
145 while (position > highThreshold) in FSE_buildDTable_wksp()
146 position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_wksp()
149 if (position != 0) in FSE_buildDTable_wksp()
Dfse_compress.c141 U32 position = 0; in FSE_buildCTable_wksp() local
146 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
147 position = (position + step) & tableMask; in FSE_buildCTable_wksp()
148 while (position > highThreshold) in FSE_buildCTable_wksp()
149 position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()
153 if (position != 0) in FSE_buildCTable_wksp()
/linux-4.19.296/drivers/misc/
Dvexpress-syscfg.c155 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
159 &position, &dcc); in vexpress_syscfg_regmap_init()
199 func, site, position, dcc, in vexpress_syscfg_regmap_init()
204 func->template[i] |= SYS_CFGCTRL_POSITION(position); in vexpress_syscfg_regmap_init()
/linux-4.19.296/drivers/misc/lis3lv02d/
Dlis3lv02d.c187 int position[3]; in lis3lv02d_get_xyz() local
195 position[i] = (s16)le16_to_cpu(data[i]); in lis3lv02d_get_xyz()
201 position[i] = (s8)data[i * 2]; in lis3lv02d_get_xyz()
204 position[0] = lis3->read_data(lis3, OUTX); in lis3lv02d_get_xyz()
205 position[1] = lis3->read_data(lis3, OUTY); in lis3lv02d_get_xyz()
206 position[2] = lis3->read_data(lis3, OUTZ); in lis3lv02d_get_xyz()
210 position[i] = (position[i] * lis3->scale) / LIS3_ACCURACY; in lis3lv02d_get_xyz()
212 *x = lis3lv02d_get_axis(lis3->ac.x, position); in lis3lv02d_get_xyz()
213 *y = lis3lv02d_get_axis(lis3->ac.y, position); in lis3lv02d_get_xyz()
214 *z = lis3lv02d_get_axis(lis3->ac.z, position); in lis3lv02d_get_xyz()
[all …]
/linux-4.19.296/drivers/char/
Drandom.c509 unsigned int position; \
513 .position = UINT_MAX \
534 if (batch->position >= ARRAY_SIZE(batch->entropy) || \
537 batch->position = 0; \
541 ret = batch->entropy[batch->position]; \
542 batch->entropy[batch->position] = 0; \
543 ++batch->position; \
565 per_cpu_ptr(&batched_entropy_u32, cpu)->position = UINT_MAX; in DEFINE_BATCHED_ENTROPY()
566 per_cpu_ptr(&batched_entropy_u64, cpu)->position = UINT_MAX; in DEFINE_BATCHED_ENTROPY()
/linux-4.19.296/drivers/bus/
Dvexpress-config.c70 u32 *position, u32 *dcc) in vexpress_config_get_topo() argument
77 vexpress_config_find_prop(node, "arm,vexpress,position", position); in vexpress_config_get_topo()
/linux-4.19.296/include/linux/
Dcoresight.h272 int position, int value);
281 int position, int value) { return 1; } in coresight_timeout() argument
Dvexpress.h34 u32 *position, u32 *dcc);
Dconsole.h81 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position,
Dlibnvdimm.h115 int position; member
/linux-4.19.296/include/soc/tegra/
Divc.h27 unsigned int position; member
/linux-4.19.296/fs/reiserfs/
Dfix_node.c1035 position = INT_MAX, in get_far_parent() local
1059 if ((position = in get_far_parent()
1069 if (B_N_CHILD_NUM(parent, position) != in get_far_parent()
1079 if (position != first_last_position) { in get_far_parent()
1132 position - in get_far_parent()
1135 position))); in get_far_parent()
1177 int position, in get_parents() local
1201 position = PATH_OFFSET_POSITION(path, path_offset - 1); in get_parents()
1202 if (position) { in get_parents()
1208 tb->lkey[h] = position - 1; in get_parents()
[all …]
Dstree.c218 int position, path_offset = chk_path->path_length; in get_lkey() local
237 if ((position = in get_lkey()
243 if (B_N_CHILD_NUM(parent, position) != in get_lkey()
251 if (position) in get_lkey()
252 return internal_key(parent, position - 1); in get_lkey()
265 int position, path_offset = chk_path->path_length; in get_rkey() local
283 if ((position = in get_rkey()
292 if (B_N_CHILD_NUM(parent, position) != in get_rkey()
301 if (position != B_NR_ITEMS(parent)) in get_rkey()
302 return internal_key(parent, position); in get_rkey()
DREADME106 tried to put me in a position where I was forced into giving control
/linux-4.19.296/include/xen/interface/io/
Dsndif.h1011 uint64_t position; member
/linux-4.19.296/include/trace/events/
Drpcrdma.h1156 u32 position
1159 TP_ARGS(length, position),
1163 __field(u32, position)
1168 __entry->position = position;
1172 __entry->length, __entry->position
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddsp_defs.h42 long position,
/linux-4.19.296/include/uapi/linux/raid/
Dmd_p.h400 __le64 position; /* sector, start from rdev->data_offset, current position */ member
/linux-4.19.296/include/uapi/sound/
Dasequencer.h257 unsigned int position; /* sync position */ member
/linux-4.19.296/include/sound/
Dvx_core.h76 int position; /* the current position in frames (playback only) */ member
/linux-4.19.296/fs/jfs/
Djfs_dtree.c2977 loff_t position; member
3214 jfs_dirent->position = le32_to_cpu(d->index); in jfs_readdir()
3222 if ((jfs_dirent->position < 2) || in jfs_readdir()
3223 (jfs_dirent->position >= in jfs_readdir()
3237 jfs_dirent->position = unique_pos++; in jfs_readdir()
3244 jfs_dirent->position++; in jfs_readdir()
3246 jfs_dirent->position = dtpos; in jfs_readdir()
3306 ctx->pos = jfs_dirent->position; in jfs_readdir()
/linux-4.19.296/include/net/
Dmac80211.h462 u8 position[WLAN_USER_POSITION_LEN]; member
5826 const u8 *membership, const u8 *position);

12