/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-tiny-usb.c | 40 int value, int index, void *data, int len); 43 int value, int index, void *data, int len); 174 int value, int index, void *data, int len) in usb_read() 186 USB_DIR_IN, value, index, dmadata, len, 2000); in usb_read() 194 int value, int index, void *data, int len) in usb_write() 206 value, index, dmadata, len, 2000); in usb_write() 173 usb_read(struct i2c_adapter *adapter, int cmd, int value, int index, void *data, int len) usb_read() argument 193 usb_write(struct i2c_adapter *adapter, int cmd, int value, int index, void *data, int len) usb_write() argument
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma220_spi.c | 35 #define BMA220_ACCEL_CHANNEL(index, reg, axis) { \ 42 .scan_index = index, \ 149 int index = -1; in bma220_write_raw() local 157 index = i; in bma220_write_raw() 160 if (index < 0) in bma220_write_raw() 165 data->tx_buf[1] = index; in bma220_write_raw()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-smbus.c | 202 u8 index; member 217 if (status->index == 0) in i2c_slave_host_notify_cb() 219 if (status->index < U8_MAX) in i2c_slave_host_notify_cb() 220 status->index++; in i2c_slave_host_notify_cb() 223 if (status->index == SMBUS_HOST_NOTIFY_LEN) in i2c_slave_host_notify_cb() 228 status->index = 0; in i2c_slave_host_notify_cb()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ektf2127.c | 54 int index = 0; in ektf2127_parse_coordinates() local 58 index = 2 + i * 3; in ektf2127_parse_coordinates() 60 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates() 62 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates() 64 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates() 66 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | navpoint.c | 36 int index; member 136 navpoint->data[navpoint->index + 0] = (data >> 8); in navpoint_irq() 137 navpoint->data[navpoint->index + 1] = data; in navpoint_irq() 138 navpoint->index += 2; in navpoint_irq() 139 if (HEADER_LENGTH(navpoint->data[0]) < navpoint->index) { in navpoint_irq() 141 navpoint->index = 0; in navpoint_irq()
|
/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | osm-l3.c | 131 unsigned int index; in qcom_osm_l3_set() local 141 for (index = 0; index < qp->max_state - 1; index++) { in qcom_osm_l3_set() 142 if (qp->lut_tables[index] >= rate) in qcom_osm_l3_set() 146 writel_relaxed(index, qp->base + qp->reg_perf_state); in qcom_osm_l3_set() 223 dev_dbg(&pdev->dev, "index=%d freq=%d\n", i, freq); in qcom_osm_l3_probe()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | trace.c | 312 int retval, index, out_fd; in trace_event_save_hist() local 345 index = 0; in trace_event_save_hist() 347 index += write(out_fd, &hist[index], strlen(hist) - index); in trace_event_save_hist() 348 } while (index < strlen(hist)); in trace_event_save_hist()
|
/kernel/linux/linux-6.6/mm/ |
H A D | purgeable.c | 69 page = radix_tree_delete(mm->uxpgd, iter.index); in mm_clear_uxpgd() 263 int index = 0; in __mm_purg_pages_info() local 274 for (index = 0; index < UXPTE_PER_PAGE; index++) { in __mm_purg_pages_info() 275 pte_entry = uxpte_read(&(uxpte[index])); in __mm_purg_pages_info()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | core.c | 143 xa_set_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in devl_register() 168 xa_clear_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in devl_unregister() 189 * Allocate new devlink instance resources, including devlink index 208 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns() 268 xa_erase(&devlinks, devlink->index); in devlink_free() 278 unsigned long index; in devlink_pernet_pre_exit() local 284 devlinks_xa_for_each_registered_get(net, index, devlink) { in devlink_pernet_pre_exit()
|
/kernel/linux/linux-6.6/sound/ |
H A D | sound_core.c | 159 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() argument 163 if (index < 0) { /* first free */ in __sound_insert_unit() 180 n = low+(index*16); in __sound_insert_unit() 239 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, struct device *dev) in sound_insert_unit() argument 249 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit() 270 if (index < 0) { in sound_insert_unit()
|
/third_party/ffmpeg/libavformat/ |
H A D | ifv.c | 147 ifv->video_stream_index = st->index; in ifv_read_header() 160 ifv->audio_stream_index = st->index; in ifv_read_header() 165 /*read video index*/ in ifv_read_header() 173 /*read audio index*/ in ifv_read_header() 246 /*read new video index*/ in ifv_read_packet() 294 int index = av_index_search_timestamp(s->streams[i], ts, AVSEEK_FLAG_ANY); in ifv_read_seek() local 295 if (index < 0) { in ifv_read_seek() 302 ifv->next_video_index = index; in ifv_read_seek() 304 ifv->next_audio_index = index; in ifv_read_seek()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 228 int index = Collation.indexFromCE32(ce32); in handlePrefixes() 229 ce32 = data.getCE32FromContexts(index); // Default if no prefix match. in handlePrefixes() 234 CharsTrie.Iterator prefixes = new CharsTrie(data.contexts, index + 2).iterator(); in handlePrefixes() 248 int index = Collation.indexFromCE32(ce32); in handleContractions() 255 ce32 = data.getCE32FromContexts(index); // Default if no suffix match. in handleContractions() 259 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); in handleContractions()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Bundle.java | 303 public BundleItem getUntranslatedItem(int index) { in getUntranslatedItem() argument 304 if (index >= untranslatedItems.size()) in getUntranslatedItem() 307 for (int i=0; i < index; i++) in getUntranslatedItem() 335 * Returns a bundle group given a certain index. 338 public BundleGroup getBundleGroup(int index) { in getBundleGroup() argument 339 if (index >= getGroupCount()) in getBundleGroup() 342 for (int i=0; i < index; i++) in getBundleGroup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 235 int index = Collation.indexFromCE32(ce32); in handlePrefixes() 236 ce32 = data.getCE32FromContexts(index); // Default if no prefix match. in handlePrefixes() 241 CharsTrie.Iterator prefixes = new CharsTrie(data.contexts, index + 2).iterator(); in handlePrefixes() 255 int index = Collation.indexFromCE32(ce32); in handleContractions() 262 ce32 = data.getCE32FromContexts(index); // Default if no suffix match. in handleContractions() 266 CharsTrie.Iterator suffixes = new CharsTrie(data.contexts, index + 2).iterator(); in handleContractions()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | scriptset.cpp | 64 uint32_t index = script / 32; in test() local 66 return ((bits[index] & bit) != 0); in test() 78 uint32_t index = script / 32; in set() local 80 bits[index] |= bit; in set() 92 uint32_t index = script / 32; in reset() local 94 bits[index] &= ~bit; in reset()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 151 CIndexToPathPair(UInt32 index): Index(index) {}
152 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {}
412 HRESULT GetTime(UInt32 index, PROPID propID, CArcTime &ft);
537 HRESULT GetItem(UInt32 index);
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 176 index = 0 180 index = int(args[0]) 185 if index < 0 or index > 65535: 186 raise ValueError("Invalid scope chain index: %d (must be between 0 and 65535)" % index) 192 self.debugger.eval_at(code, index)
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_util.h | 143 * \param[in] index Index of the element we want to access 144 * \return *(std::next(data, index)) 146 constexpr reference operator[](const size_type index) noexcept 148 assert(length > index); 149 return *(std::next(begin(), index)); 153 * \param[in] index Index of the element we want to access 154 * \return *(std::next(data, index)) 156 constexpr const_reference operator[](const size_type index) const noexcept 158 assert(length > index); 159 return *(std::next(begin(), index)); [all...] |
/third_party/node/lib/ |
H A D | domain.js | 331 const index = ArrayPrototypeLastIndexOf(stack, this); 332 if (index === -1) return; 335 ArrayPrototypeSplice(stack, index); 381 const index = ArrayPrototypeIndexOf(this.members, ee); 382 if (index !== -1) 383 ArrayPrototypeSplice(this.members, index, 1);
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | js-stack.cc | 164 HRESULT StackFrameIterator::GetAt(uint64_t index, IModelObject** result) const { in GetAt() argument 165 if (index >= frames_.size()) return E_BOUNDS; in GetAt() 168 const FrameData& curr_frame = frames_.at(index); in GetAt() 214 uint64_t index; variable 215 RETURN_IF_FAIL(UnboxULong64(indexers[0], &index, true /*convert*/)); 217 return opt_frames_->GetAt(index, object);
|
/third_party/musl/src/malloc/mallocng/ |
H A D | meta.h | 148 int index = get_slot_index(p); in get_meta() local 157 assert(index <= meta->last_idx); in get_meta() 158 assert(!(meta->avail_mask & (1u<<index))); in get_meta() 159 assert(!(meta->freed_mask & (1u<<index))); in get_meta() 163 assert(offset >= size_classes[meta->sizeclass]*index); in get_meta() 164 assert(offset < size_classes[meta->sizeclass]*(index+1)); in get_meta()
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 41 unsigned int index; member 127 if (ifs0->index == ifa->ifa_index) in netlink_msg_to_ifaddr() 138 ifs->index = ifi->ifi_index; in netlink_msg_to_ifaddr() 162 unsigned int bucket = ifs->index % IFADDRS_HASH_SIZE; in netlink_msg_to_ifaddr() 171 ifs->index = ifa->ifa_index; in netlink_msg_to_ifaddr() 225 if (if_indextoname(addr->index, addr->name) != NULL) { in get_ifName_via_ioctl()
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | meta.h | 148 int index = get_slot_index(p); in get_meta() local 157 assert(index <= meta->last_idx); in get_meta() 158 assert(!(meta->avail_mask & (1u<<index))); in get_meta() 159 assert(!(meta->freed_mask & (1u<<index))); in get_meta() 163 assert(offset >= size_classes[meta->sizeclass]*index); in get_meta() 164 assert(offset < size_classes[meta->sizeclass]*(index+1)); in get_meta()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.cpp | 64 uint32_t index = script / 32; in test() local 66 return ((bits[index] & bit) != 0); in test() 78 uint32_t index = script / 32; in set() local 80 bits[index] |= bit; in set() 92 uint32_t index = script / 32; in reset() local 94 bits[index] &= ~bit; in reset()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_server_table.py | 187 # Emit the index of the next dispatch 243 # and are used as an index to select one of the N, where 252 # If an inner node's child index is 0, the child is an empty 290 index = 0 296 print ' /* [% 3u] = %5u */ {%s, %s},' % (index, opcode, name, name_swap) 298 index += 1 306 index = 0 319 print ' /* [%3u] = %5u */ {%3u, %s},' % (index, opcode, fixed, var_offset) 320 index += 1
|