Home
last modified time | relevance | path

Searched refs:item (Results 26 - 50 of 2960) sorted by relevance

12345678910>>...119

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_f12.c65 const struct rmi_register_desc_item *item; in rmi_f12_read_sensor_tuning() local
77 item = rmi_get_register_desc_item(&f12->control_reg_desc, 8); in rmi_f12_read_sensor_tuning()
78 if (!item) { in rmi_f12_read_sensor_tuning()
86 if (item->reg_size > sizeof(buf)) { in rmi_f12_read_sensor_tuning()
89 sizeof(buf), item->reg_size); in rmi_f12_read_sensor_tuning()
94 item->reg_size); in rmi_f12_read_sensor_tuning()
99 if (rmi_register_desc_has_subpacket(item, 0)) { in rmi_f12_read_sensor_tuning()
108 if (rmi_register_desc_has_subpacket(item, 1)) { in rmi_f12_read_sensor_tuning()
114 if (rmi_register_desc_has_subpacket(item, 2)) { in rmi_f12_read_sensor_tuning()
125 if (rmi_register_desc_has_subpacket(item, in rmi_f12_read_sensor_tuning()
239 const struct rmi_register_desc_item *item; rmi_f12_write_control_regs() local
325 const struct rmi_register_desc_item *item; rmi_f12_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f12.c65 const struct rmi_register_desc_item *item; in rmi_f12_read_sensor_tuning() local
77 item = rmi_get_register_desc_item(&f12->control_reg_desc, 8); in rmi_f12_read_sensor_tuning()
78 if (!item) { in rmi_f12_read_sensor_tuning()
86 if (item->reg_size > sizeof(buf)) { in rmi_f12_read_sensor_tuning()
89 sizeof(buf), item->reg_size); in rmi_f12_read_sensor_tuning()
94 item->reg_size); in rmi_f12_read_sensor_tuning()
99 if (rmi_register_desc_has_subpacket(item, 0)) { in rmi_f12_read_sensor_tuning()
108 if (rmi_register_desc_has_subpacket(item, 1)) { in rmi_f12_read_sensor_tuning()
114 if (rmi_register_desc_has_subpacket(item, 2)) { in rmi_f12_read_sensor_tuning()
125 if (rmi_register_desc_has_subpacket(item, in rmi_f12_read_sensor_tuning()
239 const struct rmi_register_desc_item *item; rmi_f12_write_control_regs() local
325 const struct rmi_register_desc_item *item; rmi_f12_probe() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c56 struct compute_memory_item *item, struct pipe_context *pipe,
61 struct compute_memory_item *item, uint64_t new_start_in_dw,
218 struct compute_memory_item *item, *next; in compute_memory_finalize_pending() local
228 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending()
230 "(%"PRIi64" bytes)\n", item->start_in_dw, item->id, in compute_memory_finalize_pending()
231 item->size_in_dw, item->size_in_dw * 4); in compute_memory_finalize_pending()
235 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending()
236 allocated += align(item in compute_memory_finalize_pending()
329 struct compute_memory_item *item; compute_memory_defrag() local
355 compute_memory_promote_item(struct compute_memory_pool *pool, struct compute_memory_item *item, struct pipe_context *pipe, int64_t start_in_dw) compute_memory_promote_item() argument
404 compute_memory_demote_item(struct compute_memory_pool *pool, struct compute_memory_item *item, struct pipe_context *pipe) compute_memory_demote_item() argument
466 compute_memory_move_item(struct compute_memory_pool *pool, struct pipe_resource *src, struct pipe_resource *dst, struct compute_memory_item *item, uint64_t new_start_in_dw, struct pipe_context *pipe) compute_memory_move_item() argument
543 compute_memory_free_item(struct pipe_screen *screen, struct compute_memory_item *item) compute_memory_free_item() argument
562 struct compute_memory_item *item, *next; compute_memory_free() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h26 __mlxsw_item_offset(const struct mlxsw_item *item, unsigned short index, in __mlxsw_item_offset() argument
29 BUG_ON(index && !item->step); in __mlxsw_item_offset()
30 if (item->offset % typesize != 0 || in __mlxsw_item_offset()
31 item->step % typesize != 0 || in __mlxsw_item_offset()
32 item->in_step_offset % typesize != 0) { in __mlxsw_item_offset()
33 pr_err("mlxsw: item bug (name=%s,offset=%x,step=%x,in_step_offset=%x,typesize=%zx)\n", in __mlxsw_item_offset()
34 item->name, item->offset, item->step, in __mlxsw_item_offset()
35 item in __mlxsw_item_offset()
43 __mlxsw_item_get8(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get8() argument
59 __mlxsw_item_set8(char *buf, const struct mlxsw_item *item, unsigned short index, u8 val) __mlxsw_item_set8() argument
77 __mlxsw_item_get16(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get16() argument
93 __mlxsw_item_set16(char *buf, const struct mlxsw_item *item, unsigned short index, u16 val) __mlxsw_item_set16() argument
111 __mlxsw_item_get32(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get32() argument
127 __mlxsw_item_set32(char *buf, const struct mlxsw_item *item, unsigned short index, u32 val) __mlxsw_item_set32() argument
145 __mlxsw_item_get64(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get64() argument
161 __mlxsw_item_set64(char *buf, const struct mlxsw_item *item, unsigned short index, u64 val) __mlxsw_item_set64() argument
178 __mlxsw_item_memcpy_from(const char *buf, char *dst, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_memcpy_from() argument
187 __mlxsw_item_memcpy_to(char *buf, const char *src, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_memcpy_to() argument
196 __mlxsw_item_data(char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_data() argument
205 __mlxsw_item_bit_array_offset(const struct mlxsw_item *item, u16 index, u8 *shift) __mlxsw_item_bit_array_offset() argument
229 __mlxsw_item_bit_array_get(const char *buf, const struct mlxsw_item *item, u16 index) __mlxsw_item_bit_array_get() argument
242 __mlxsw_item_bit_array_set(char *buf, const struct mlxsw_item *item, u16 index, u8 val) __mlxsw_item_bit_array_set() argument
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp32 LVITEM item; in GetItemParam() local
33 item.iItem = (int)index; in GetItemParam()
34 item.iSubItem = 0; in GetItemParam()
35 item.mask = LVIF_PARAM; in GetItemParam()
36 const bool res = GetItem(&item); in GetItemParam()
37 param = item.lParam; in GetItemParam()
53 LVITEM item; in InsertItem() local
54 item.mask = LVIF_TEXT | LVIF_PARAM; in InsertItem()
55 item.iItem = (int)index; in InsertItem()
56 item in InsertItem()
64 LVITEM item; SetSubItem() local
86 LVITEMW item; InsertItem() local
97 LVITEMW item; SetSubItem() local
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c84 static int AddToFstab(Fstab *fstab, FstabItem *item) in AddToFstab() argument
86 if (fstab == NULL || item == NULL) { in AddToFstab()
90 fstab->head = fstab->tail = item; in AddToFstab()
92 fstab->tail->next = item; in AddToFstab()
93 fstab->tail = item; in AddToFstab()
98 void ReleaseFstabItem(FstabItem *item) in ReleaseFstabItem() argument
100 if (item != NULL) { in ReleaseFstabItem()
101 if (item->deviceName != NULL) { in ReleaseFstabItem()
102 free(item->deviceName); in ReleaseFstabItem()
103 item in ReleaseFstabItem()
128 FstabItem *item = fstab->head; ReleaseFstab() local
144 FstabItem *item = NULL; ParseFstabPerLine() local
252 FstabItem *item = NULL; FindFstabItemForMountPoint() local
265 FstabItem *item = NULL; FindFstabItemForPath() local
321 FstabItem *item = FindFstabItemForMountPoint(*fstab, mountPoint); GetBlockDeviceByMountPoint() local
528 ParseRequiredMountInfo(const char *item, Fstab *fstab) ParseRequiredMountInfo() argument
[all...]
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c55 lws_cache_ttl_item_heap_t *item) in _lws_cache_heap_item_destroy()
58 (const char *)&item[1] + item->size); in _lws_cache_heap_item_destroy()
60 lws_dll2_remove(&item->list_expiry); in _lws_cache_heap_item_destroy()
61 lws_dll2_remove(&item->list_lru); in _lws_cache_heap_item_destroy()
63 cache->cache.current_footprint -= item->size; in _lws_cache_heap_item_destroy()
68 cache->cache.info.cb((void *)((uint8_t *)&item[1]), item->size); in _lws_cache_heap_item_destroy()
70 lws_free(item); in _lws_cache_heap_item_destroy()
75 lws_cache_ttl_item_heap_t *item, in in lws_cache_heap_item_destroy()
54 _lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, lws_cache_ttl_item_heap_t *item) _lws_cache_heap_item_destroy() argument
74 lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, lws_cache_ttl_item_heap_t *item, int parent_too) lws_cache_heap_item_destroy() argument
180 lws_cache_ttl_item_heap_t *item; expiry_cb() local
199 lws_cache_ttl_item_heap_t *item; earliest_expiry() local
238 lws_cache_ttl_item_heap_t *item = lws_container_of(d, lws_cache_heap_specific() local
266 lws_cache_ttl_item_heap_t *item = lws_container_of(d, lws_cache_heap_lookup() local
328 lws_cache_ttl_item_heap_t *item, *ei; lws_cache_heap_write() local
429 lws_cache_ttl_item_heap_t *item; lws_cache_heap_get() local
452 lws_cache_ttl_item_heap_t *item; lws_cache_heap_invalidate() local
523 lws_cache_ttl_item_heap_t *item = destroy_dll() local
561 lws_cache_ttl_item_heap_t *item = dump_dll() local
578 lws_cache_ttl_item_heap_t *item = NULL; lws_cache_heap_debug_dump() local
[all...]
/third_party/cJSON/
H A DcJSON.c99 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item) in cJSON_GetStringValue() argument
101 if (!cJSON_IsString(item)) in cJSON_GetStringValue()
106 return item->valuestring; in cJSON_GetStringValue()
110 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item) in cJSON_GetInt64NumberValue() argument
112 if (!cJSON_IsInt64Number(item)) in cJSON_GetInt64NumberValue()
117 return &(item->valueint); in cJSON_GetInt64NumberValue()
121 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) in cJSON_GetNumberValue() argument
123 if (!cJSON_IsNumber(item)) in cJSON_GetNumberValue()
128 return item->valuedouble; in cJSON_GetNumberValue()
265 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() argument
324 parse_number(cJSON * const item, parse_buffer * const input_buffer) parse_number() argument
423 parse_number(cJSON * const item, parse_buffer * const input_buffer) parse_number() argument
712 print_number(const cJSON * const item, printbuffer * const output_buffer) print_number() argument
787 print_number(const cJSON * const item, printbuffer * const output_buffer) print_number() argument
1016 parse_string(cJSON * const item, parse_buffer * const input_buffer) parse_string() argument
1267 print_string(const cJSON * const item, printbuffer * const p) print_string() argument
1341 cJSON *item = NULL; cJSON_ParseWithLengthOpts() local
1430 print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) print() argument
1495 cJSON_Print(const cJSON *item) cJSON_Print() argument
1500 cJSON_PrintUnformatted(const cJSON *item) cJSON_PrintUnformatted() argument
1505 cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) cJSON_PrintBuffered() argument
1555 parse_value(cJSON * const item, parse_buffer * const input_buffer) parse_value() argument
1610 print_value(const cJSON * const item, printbuffer * const output_buffer) print_value() argument
1684 parse_array(cJSON * const item, parse_buffer * const input_buffer) parse_array() argument
1782 print_array(const cJSON * const item, printbuffer * const output_buffer) print_array() argument
1844 parse_object(cJSON * const item, parse_buffer * const input_buffer) parse_object() argument
1962 print_object(const cJSON * const item, printbuffer * const output_buffer) print_object() argument
2176 suffix_object(cJSON *prev, cJSON *item) suffix_object() argument
2183 create_reference(const cJSON *item, const internal_hooks * const hooks) create_reference() argument
2204 add_item_to_array(cJSON *array, cJSON *item) add_item_to_array() argument
2259 add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key) add_item_to_object() argument
2449 cJSON_DetachItemViaPointer(cJSON *parent, cJSON * const item) cJSON_DetachItemViaPointer() argument
2654 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateNull() local
2665 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateTrue() local
2676 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateFalse() local
2687 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateBool() local
2699 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateInt64Number() local
2714 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateNumber() local
2741 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateNumber() local
2768 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateString() local
2785 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateStringReference() local
2797 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateObjectReference() local
2807 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateArrayReference() local
2818 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateRaw() local
2835 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateArray() local
2846 cJSON *item = cJSON_New_Item(&global_hooks); cJSON_CreateObject() local
3017 cJSON_Duplicate(const cJSON *item, cJSON_bool recurse) cJSON_Duplicate() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_stat.c44 static struct se_device *to_stat_dev(struct config_item *item) in to_stat_dev() argument
46 struct se_dev_stat_grps *sgrps = container_of(to_config_group(item), in to_stat_dev()
51 static ssize_t target_stat_inst_show(struct config_item *item, char *page) in target_stat_inst_show() argument
53 struct se_hba *hba = to_stat_dev(item)->se_hba; in target_stat_inst_show()
58 static ssize_t target_stat_indx_show(struct config_item *item, char *page) in target_stat_indx_show() argument
60 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->dev_index); in target_stat_indx_show()
63 static ssize_t target_stat_role_show(struct config_item *item, char *page) in target_stat_role_show() argument
68 static ssize_t target_stat_ports_show(struct config_item *item, char *page) in target_stat_ports_show() argument
70 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->export_count); in target_stat_ports_show()
94 static struct se_device *to_stat_tgt_dev(struct config_item *item) in to_stat_tgt_dev() argument
101 target_stat_tgt_inst_show(struct config_item *item, char *page) target_stat_tgt_inst_show() argument
108 target_stat_tgt_indx_show(struct config_item *item, char *page) target_stat_tgt_indx_show() argument
113 target_stat_tgt_num_lus_show(struct config_item *item, char *page) target_stat_tgt_num_lus_show() argument
119 target_stat_tgt_status_show(struct config_item *item, char *page) target_stat_tgt_status_show() argument
128 target_stat_tgt_non_access_lus_show(struct config_item *item, char *page) target_stat_tgt_non_access_lus_show() argument
141 target_stat_tgt_resets_show(struct config_item *item, char *page) target_stat_tgt_resets_show() argument
148 target_stat_tgt_aborts_complete_show(struct config_item *item, char *page) target_stat_tgt_aborts_complete_show() argument
155 target_stat_tgt_aborts_no_task_show(struct config_item *item, char *page) target_stat_tgt_aborts_no_task_show() argument
192 to_stat_lu_dev(struct config_item *item) to_stat_lu_dev() argument
199 target_stat_lu_inst_show(struct config_item *item, char *page) target_stat_lu_inst_show() argument
206 target_stat_lu_dev_show(struct config_item *item, char *page) target_stat_lu_dev_show() argument
212 target_stat_lu_indx_show(struct config_item *item, char *page) target_stat_lu_indx_show() argument
217 target_stat_lu_lun_show(struct config_item *item, char *page) target_stat_lu_lun_show() argument
223 target_stat_lu_lu_name_show(struct config_item *item, char *page) target_stat_lu_lu_name_show() argument
233 target_stat_lu_vend_show(struct config_item *item, char *page) target_stat_lu_vend_show() argument
241 target_stat_lu_prod_show(struct config_item *item, char *page) target_stat_lu_prod_show() argument
249 target_stat_lu_rev_show(struct config_item *item, char *page) target_stat_lu_rev_show() argument
257 target_stat_lu_dev_type_show(struct config_item *item, char *page) target_stat_lu_dev_type_show() argument
266 target_stat_lu_status_show(struct config_item *item, char *page) target_stat_lu_status_show() argument
275 target_stat_lu_state_bit_show(struct config_item *item, char *page) target_stat_lu_state_bit_show() argument
282 target_stat_lu_num_cmds_show(struct config_item *item, char *page) target_stat_lu_num_cmds_show() argument
292 target_stat_lu_read_mbytes_show(struct config_item *item, char *page) target_stat_lu_read_mbytes_show() argument
302 target_stat_lu_write_mbytes_show(struct config_item *item, char *page) target_stat_lu_write_mbytes_show() argument
312 target_stat_lu_resets_show(struct config_item *item, char *page) target_stat_lu_resets_show() argument
321 target_stat_lu_full_stat_show(struct config_item *item, char *page) target_stat_lu_full_stat_show() argument
328 target_stat_lu_hs_num_cmds_show(struct config_item *item, char *page) target_stat_lu_hs_num_cmds_show() argument
335 target_stat_lu_creation_time_show(struct config_item *item, char *page) target_stat_lu_creation_time_show() argument
417 to_stat_port(struct config_item *item) to_stat_port() argument
424 target_stat_port_inst_show(struct config_item *item, char *page) target_stat_port_inst_show() argument
438 target_stat_port_dev_show(struct config_item *item, char *page) target_stat_port_dev_show() argument
452 target_stat_port_indx_show(struct config_item *item, char *page) target_stat_port_indx_show() argument
466 target_stat_port_role_show(struct config_item *item, char *page) target_stat_port_role_show() argument
480 target_stat_port_busy_count_show(struct config_item *item, char *page) target_stat_port_busy_count_show() argument
520 to_stat_tgt_port(struct config_item *item) to_stat_tgt_port() argument
527 target_stat_tgt_port_inst_show(struct config_item *item, char *page) target_stat_tgt_port_inst_show() argument
542 target_stat_tgt_port_dev_show(struct config_item *item, char *page) target_stat_tgt_port_dev_show() argument
557 target_stat_tgt_port_indx_show(struct config_item *item, char *page) target_stat_tgt_port_indx_show() argument
572 target_stat_tgt_port_name_show(struct config_item *item, char *page) target_stat_tgt_port_name_show() argument
590 target_stat_tgt_port_port_index_show(struct config_item *item, char *page) target_stat_tgt_port_port_index_show() argument
608 target_stat_tgt_port_in_cmds_show(struct config_item *item, char *page) target_stat_tgt_port_in_cmds_show() argument
624 target_stat_tgt_port_write_mbytes_show(struct config_item *item, char *page) target_stat_tgt_port_write_mbytes_show() argument
640 target_stat_tgt_port_read_mbytes_show(struct config_item *item, char *page) target_stat_tgt_port_read_mbytes_show() argument
656 target_stat_tgt_port_hs_in_cmds_show(struct config_item *item, char *page) target_stat_tgt_port_hs_in_cmds_show() argument
704 to_transport_stat(struct config_item *item) to_transport_stat() argument
711 target_stat_transport_inst_show(struct config_item *item, char *page) target_stat_transport_inst_show() argument
726 target_stat_transport_device_show(struct config_item *item, char *page) target_stat_transport_device_show() argument
745 target_stat_transport_indx_show(struct config_item *item, char *page) target_stat_transport_indx_show() argument
762 target_stat_transport_dev_name_show(struct config_item *item, char *page) target_stat_transport_dev_name_show() argument
785 target_stat_transport_proto_id_show(struct config_item *item, char *page) target_stat_transport_proto_id_show() argument
847 auth_to_lacl(struct config_item *item) auth_to_lacl() argument
854 target_stat_auth_inst_show(struct config_item *item, char *page) target_stat_auth_inst_show() argument
877 target_stat_auth_dev_show(struct config_item *item, char *page) target_stat_auth_dev_show() argument
899 target_stat_auth_port_show(struct config_item *item, char *page) target_stat_auth_port_show() argument
921 target_stat_auth_indx_show(struct config_item *item, char *page) target_stat_auth_indx_show() argument
941 target_stat_auth_dev_or_port_show(struct config_item *item, char *page) target_stat_auth_dev_or_port_show() argument
961 target_stat_auth_intr_name_show(struct config_item *item, char *page) target_stat_auth_intr_name_show() argument
981 target_stat_auth_map_indx_show(struct config_item *item, char *page) target_stat_auth_map_indx_show() argument
1001 target_stat_auth_att_count_show(struct config_item *item, char *page) target_stat_auth_att_count_show() argument
1021 target_stat_auth_num_cmds_show(struct config_item *item, char *page) target_stat_auth_num_cmds_show() argument
1042 target_stat_auth_read_mbytes_show(struct config_item *item, char *page) target_stat_auth_read_mbytes_show() argument
1063 target_stat_auth_write_mbytes_show(struct config_item *item, char *page) target_stat_auth_write_mbytes_show() argument
1084 target_stat_auth_hs_num_cmds_show(struct config_item *item, char *page) target_stat_auth_hs_num_cmds_show() argument
1104 target_stat_auth_creation_time_show(struct config_item *item, char *page) target_stat_auth_creation_time_show() argument
1125 target_stat_auth_row_status_show(struct config_item *item, char *page) target_stat_auth_row_status_show() argument
1187 iport_to_lacl(struct config_item *item) iport_to_lacl() argument
1194 target_stat_iport_inst_show(struct config_item *item, char *page) target_stat_iport_inst_show() argument
1217 target_stat_iport_dev_show(struct config_item *item, char *page) target_stat_iport_dev_show() argument
1239 target_stat_iport_port_show(struct config_item *item, char *page) target_stat_iport_port_show() argument
1261 target_stat_iport_indx_show(struct config_item *item, char *page) target_stat_iport_indx_show() argument
1285 target_stat_iport_port_auth_indx_show(struct config_item *item, char *page) target_stat_iport_port_auth_indx_show() argument
1305 target_stat_iport_port_ident_show(struct config_item *item, char *page) target_stat_iport_port_ident_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_stat.c41 static struct se_device *to_stat_dev(struct config_item *item) in to_stat_dev() argument
43 struct se_dev_stat_grps *sgrps = container_of(to_config_group(item), in to_stat_dev()
48 static ssize_t target_stat_inst_show(struct config_item *item, char *page) in target_stat_inst_show() argument
50 struct se_hba *hba = to_stat_dev(item)->se_hba; in target_stat_inst_show()
55 static ssize_t target_stat_indx_show(struct config_item *item, char *page) in target_stat_indx_show() argument
57 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->dev_index); in target_stat_indx_show()
60 static ssize_t target_stat_role_show(struct config_item *item, char *page) in target_stat_role_show() argument
65 static ssize_t target_stat_ports_show(struct config_item *item, char *page) in target_stat_ports_show() argument
67 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->export_count); in target_stat_ports_show()
91 static struct se_device *to_stat_tgt_dev(struct config_item *item) in to_stat_tgt_dev() argument
98 target_stat_tgt_inst_show(struct config_item *item, char *page) target_stat_tgt_inst_show() argument
105 target_stat_tgt_indx_show(struct config_item *item, char *page) target_stat_tgt_indx_show() argument
110 target_stat_tgt_num_lus_show(struct config_item *item, char *page) target_stat_tgt_num_lus_show() argument
116 target_stat_tgt_status_show(struct config_item *item, char *page) target_stat_tgt_status_show() argument
125 target_stat_tgt_non_access_lus_show(struct config_item *item, char *page) target_stat_tgt_non_access_lus_show() argument
138 target_stat_tgt_resets_show(struct config_item *item, char *page) target_stat_tgt_resets_show() argument
145 target_stat_tgt_aborts_complete_show(struct config_item *item, char *page) target_stat_tgt_aborts_complete_show() argument
152 target_stat_tgt_aborts_no_task_show(struct config_item *item, char *page) target_stat_tgt_aborts_no_task_show() argument
189 to_stat_lu_dev(struct config_item *item) to_stat_lu_dev() argument
196 target_stat_lu_inst_show(struct config_item *item, char *page) target_stat_lu_inst_show() argument
203 target_stat_lu_dev_show(struct config_item *item, char *page) target_stat_lu_dev_show() argument
209 target_stat_lu_indx_show(struct config_item *item, char *page) target_stat_lu_indx_show() argument
214 target_stat_lu_lun_show(struct config_item *item, char *page) target_stat_lu_lun_show() argument
220 target_stat_lu_lu_name_show(struct config_item *item, char *page) target_stat_lu_lu_name_show() argument
230 target_stat_lu_vend_show(struct config_item *item, char *page) target_stat_lu_vend_show() argument
238 target_stat_lu_prod_show(struct config_item *item, char *page) target_stat_lu_prod_show() argument
246 target_stat_lu_rev_show(struct config_item *item, char *page) target_stat_lu_rev_show() argument
254 target_stat_lu_dev_type_show(struct config_item *item, char *page) target_stat_lu_dev_type_show() argument
263 target_stat_lu_status_show(struct config_item *item, char *page) target_stat_lu_status_show() argument
272 target_stat_lu_state_bit_show(struct config_item *item, char *page) target_stat_lu_state_bit_show() argument
279 target_stat_lu_num_cmds_show(struct config_item *item, char *page) target_stat_lu_num_cmds_show() argument
289 target_stat_lu_read_mbytes_show(struct config_item *item, char *page) target_stat_lu_read_mbytes_show() argument
299 target_stat_lu_write_mbytes_show(struct config_item *item, char *page) target_stat_lu_write_mbytes_show() argument
309 target_stat_lu_resets_show(struct config_item *item, char *page) target_stat_lu_resets_show() argument
318 target_stat_lu_full_stat_show(struct config_item *item, char *page) target_stat_lu_full_stat_show() argument
325 target_stat_lu_hs_num_cmds_show(struct config_item *item, char *page) target_stat_lu_hs_num_cmds_show() argument
332 target_stat_lu_creation_time_show(struct config_item *item, char *page) target_stat_lu_creation_time_show() argument
414 to_stat_port(struct config_item *item) to_stat_port() argument
421 target_stat_port_inst_show(struct config_item *item, char *page) target_stat_port_inst_show() argument
435 target_stat_port_dev_show(struct config_item *item, char *page) target_stat_port_dev_show() argument
449 target_stat_port_indx_show(struct config_item *item, char *page) target_stat_port_indx_show() argument
463 target_stat_port_role_show(struct config_item *item, char *page) target_stat_port_role_show() argument
477 target_stat_port_busy_count_show(struct config_item *item, char *page) target_stat_port_busy_count_show() argument
517 to_stat_tgt_port(struct config_item *item) to_stat_tgt_port() argument
524 target_stat_tgt_port_inst_show(struct config_item *item, char *page) target_stat_tgt_port_inst_show() argument
539 target_stat_tgt_port_dev_show(struct config_item *item, char *page) target_stat_tgt_port_dev_show() argument
554 target_stat_tgt_port_indx_show(struct config_item *item, char *page) target_stat_tgt_port_indx_show() argument
569 target_stat_tgt_port_name_show(struct config_item *item, char *page) target_stat_tgt_port_name_show() argument
587 target_stat_tgt_port_port_index_show(struct config_item *item, char *page) target_stat_tgt_port_port_index_show() argument
605 target_stat_tgt_port_in_cmds_show(struct config_item *item, char *page) target_stat_tgt_port_in_cmds_show() argument
621 target_stat_tgt_port_write_mbytes_show(struct config_item *item, char *page) target_stat_tgt_port_write_mbytes_show() argument
637 target_stat_tgt_port_read_mbytes_show(struct config_item *item, char *page) target_stat_tgt_port_read_mbytes_show() argument
653 target_stat_tgt_port_hs_in_cmds_show(struct config_item *item, char *page) target_stat_tgt_port_hs_in_cmds_show() argument
701 to_transport_stat(struct config_item *item) to_transport_stat() argument
708 target_stat_transport_inst_show(struct config_item *item, char *page) target_stat_transport_inst_show() argument
723 target_stat_transport_device_show(struct config_item *item, char *page) target_stat_transport_device_show() argument
742 target_stat_transport_indx_show(struct config_item *item, char *page) target_stat_transport_indx_show() argument
759 target_stat_transport_dev_name_show(struct config_item *item, char *page) target_stat_transport_dev_name_show() argument
782 target_stat_transport_proto_id_show(struct config_item *item, char *page) target_stat_transport_proto_id_show() argument
844 auth_to_lacl(struct config_item *item) auth_to_lacl() argument
851 target_stat_auth_inst_show(struct config_item *item, char *page) target_stat_auth_inst_show() argument
874 target_stat_auth_dev_show(struct config_item *item, char *page) target_stat_auth_dev_show() argument
895 target_stat_auth_port_show(struct config_item *item, char *page) target_stat_auth_port_show() argument
917 target_stat_auth_indx_show(struct config_item *item, char *page) target_stat_auth_indx_show() argument
937 target_stat_auth_dev_or_port_show(struct config_item *item, char *page) target_stat_auth_dev_or_port_show() argument
957 target_stat_auth_intr_name_show(struct config_item *item, char *page) target_stat_auth_intr_name_show() argument
977 target_stat_auth_map_indx_show(struct config_item *item, char *page) target_stat_auth_map_indx_show() argument
997 target_stat_auth_att_count_show(struct config_item *item, char *page) target_stat_auth_att_count_show() argument
1017 target_stat_auth_num_cmds_show(struct config_item *item, char *page) target_stat_auth_num_cmds_show() argument
1038 target_stat_auth_read_mbytes_show(struct config_item *item, char *page) target_stat_auth_read_mbytes_show() argument
1059 target_stat_auth_write_mbytes_show(struct config_item *item, char *page) target_stat_auth_write_mbytes_show() argument
1080 target_stat_auth_hs_num_cmds_show(struct config_item *item, char *page) target_stat_auth_hs_num_cmds_show() argument
1100 target_stat_auth_creation_time_show(struct config_item *item, char *page) target_stat_auth_creation_time_show() argument
1121 target_stat_auth_row_status_show(struct config_item *item, char *page) target_stat_auth_row_status_show() argument
1183 iport_to_lacl(struct config_item *item) iport_to_lacl() argument
1190 target_stat_iport_inst_show(struct config_item *item, char *page) target_stat_iport_inst_show() argument
1213 target_stat_iport_dev_show(struct config_item *item, char *page) target_stat_iport_dev_show() argument
1234 target_stat_iport_port_show(struct config_item *item, char *page) target_stat_iport_port_show() argument
1256 target_stat_iport_indx_show(struct config_item *item, char *page) target_stat_iport_indx_show() argument
1280 target_stat_iport_port_auth_indx_show(struct config_item *item, char *page) target_stat_iport_port_auth_indx_show() argument
1300 target_stat_iport_port_ident_show(struct config_item *item, char *page) target_stat_iport_port_ident_show() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dtest.c11 struct item *
17 struct item *
28 struct item *item_create(unsigned long index, unsigned int order) in item_create()
30 struct item *ret = malloc(sizeof(*ret)); in item_create()
39 struct item *item = item_create(index, 0); in item_insert() local
40 int err = radix_tree_insert(root, item->index, item); in item_insert()
42 free(item); in item_insert()
46 void item_sanity(struct item *ite argument
55 item_free(struct item *item, unsigned long index) item_free() argument
63 struct item *item = radix_tree_delete(root, index); item_delete() local
74 struct item *item = container_of(head, struct item, rcu_head); item_free_rcu() local
81 struct item *item = xa_erase(xa, index); item_delete_rcu() local
93 struct item *item; item_check_present() local
107 struct item *item; item_check_absent() local
178 struct item *item; tag_tagged_items() local
[all...]
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dtest.c11 struct item *
17 struct item *
28 struct item *item_create(unsigned long index, unsigned int order) in item_create()
30 struct item *ret = malloc(sizeof(*ret)); in item_create()
39 struct item *item = item_create(index, 0); in item_insert() local
40 int err = radix_tree_insert(root, item->index, item); in item_insert()
42 free(item); in item_insert()
46 void item_sanity(struct item *ite argument
55 item_free(struct item *item, unsigned long index) item_free() argument
63 struct item *item = radix_tree_delete(root, index); item_delete() local
74 struct item *item = container_of(head, struct item, rcu_head); item_free_rcu() local
81 struct item *item = xa_erase(xa, index); item_delete_rcu() local
93 struct item *item; item_check_present() local
107 struct item *item; item_check_absent() local
178 struct item *item; tag_tagged_items() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dqueue.c69 struct cw1200_queue_item *item, *tmp; in cw1200_queue_post_gc() local
71 list_for_each_entry_safe(item, tmp, gc_list, head) { in cw1200_queue_post_gc()
72 list_del(&item->head); in cw1200_queue_post_gc()
73 stats->skb_dtor(stats->priv, item->skb, &item->txpriv); in cw1200_queue_post_gc()
74 kfree(item); in cw1200_queue_post_gc()
79 struct cw1200_queue_item *item) in cw1200_queue_register_post_gc()
82 gc_item = kmemdup(item, sizeof(struct cw1200_queue_item), in cw1200_queue_register_post_gc()
93 struct cw1200_queue_item *item = NULL, *tmp; in __cw1200_queue_gc() local
96 list_for_each_entry_safe(item, tm in __cw1200_queue_gc()
78 cw1200_queue_register_post_gc(struct list_head *gc_list, struct cw1200_queue_item *item) cw1200_queue_register_post_gc() argument
204 struct cw1200_queue_item *item, *tmp; cw1200_queue_clear() local
289 struct cw1200_queue_item *item = list_first_entry( cw1200_queue_put() local
335 struct cw1200_queue_item *item; cw1200_queue_get() local
373 struct cw1200_queue_item *item; cw1200_queue_requeue() local
413 struct cw1200_queue_item *item, *tmp; cw1200_queue_requeue_all() local
442 struct cw1200_queue_item *item; cw1200_queue_remove() local
495 struct cw1200_queue_item *item; cw1200_queue_get_skb() local
537 struct cw1200_queue_item *item; cw1200_queue_get_xmit_timestamp() local
[all...]
/kernel/liteos_a/kernel/extended/plimit/
H A Dlos_devicelimit.c114 STATIC UINT32 ParseItemAccess(const CHAR *buf, DevAccessItem *item) in ParseItemAccess() argument
118 item->type = DEVLIMIT_DEV_ALL; in ParseItemAccess()
121 item->type = DEVLIMIT_DEV_BLOCK; in ParseItemAccess()
124 item->type = DEVLIMIT_DEV_CHAR; in ParseItemAccess()
135 for (INT32 count = 0; count < sizeof(item->name) - 1; count++) { in ParseItemAccess()
139 item->name[count] = *buf; in ParseItemAccess()
150 item->access |= DEVLIMIT_ACC_READ; in ParseItemAccess()
153 item->access |= DEVLIMIT_ACC_WRITE; in ParseItemAccess()
156 item->access |= DEVLIMIT_ACC_MKNOD; in ParseItemAccess()
234 STATIC BOOL DevLimitMatchItemPartial(LOS_DL_LIST *list, DevAccessItem *item) in DevLimitMatchItemPartial() argument
258 DevLimitParentAllowsRmItem(ProcDevLimit *devParentLimit, DevAccessItem *item) DevLimitParentAllowsRmItem() argument
267 DevLimitMatchItem(LOS_DL_LIST *list, DevAccessItem *item) DevLimitMatchItem() argument
293 DevLimitVerifyNewItem(ProcDevLimit *parent, DevAccessItem *item, INT32 currBehavior) DevLimitVerifyNewItem() argument
308 DevLimitParentAllowsAddItem(ProcDevLimit *devParentLimit, DevAccessItem *item, INT32 currBehavior) DevLimitParentAllowsAddItem() argument
313 DevLimitAccessListRm(ProcDevLimit *devLimit, DevAccessItem *item) DevLimitAccessListRm() argument
334 DevLimitAccessListAdd(ProcDevLimit *devLimit, DevAccessItem *item) DevLimitAccessListAdd() argument
384 DevLimitPropagateItem(ProcLimitSet *procLimitSet, ProcDevLimit *devLimit, DevAccessItem *item) DevLimitPropagateItem() argument
424 DevAccessItem item = {0}; DevLimitUpdateAccess() local
523 DevAccessItem *item = NULL; OsDevLimitShow() local
578 DevAccessItem item = {0}; OsDevLimitCheckPermission() local
[all...]
/base/update/updater/services/fs_manager/
H A Dmount.cpp51 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in GetMountStatusForPath() local
52 if (item == nullptr) { in GetMountStatusForPath()
55 return GetMountStatusForMountPoint(item->mountPoint); in GetMountStatusForPath()
79 for (FstabItem *item = g_fstab->head; item != nullptr; item = item->next) { in LoadFstab()
80 LOG(DEBUG) << "\tDevice: " << item->deviceName; in LoadFstab()
81 LOG(DEBUG) << "\tMount point : " << item->mountPoint; in LoadFstab()
82 LOG(DEBUG) << "\tFs type : " << item in LoadFstab()
101 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); UmountForPath() local
200 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); MountForPath() local
261 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); FormatPartition() local
344 FstabItem *item = FindFstabItemForMountPoint(*g_fstab, mountPoint.c_str()); GetBlockDeviceByMountPoint() local
[all...]
/third_party/node/lib/internal/
H A Dlinkedlist.js9 // Show the most idle item.
15 // Remove an item from its list.
16 function remove(item) {
17 if (item._idleNext) {
18 item._idleNext._idlePrev = item._idlePrev;
21 if (item._idlePrev) {
22 item._idlePrev._idleNext = item._idleNext;
25 item
[all...]
/third_party/libdrm/
H A Dutil_double_list.h47 static inline void list_inithead(struct list_head *item) in list_inithead() argument
49 item->prev = item; in list_inithead()
50 item->next = item; in list_inithead()
53 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument
55 item->prev = list; in list_add()
56 item->next = list->next; in list_add()
57 list->next->prev = item; in list_add()
58 list->next = item; in list_add()
61 list_addtail(struct list_head *item, struct list_head *list) list_addtail() argument
77 list_del(struct list_head *item) list_del() argument
83 list_delinit(struct list_head *item) list_delinit() argument
[all...]
/base/startup/init/services/init/standard/
H A Dinit_firststage.c39 FstabItem *item = fstab.head; in GetRequiredDevices() local
40 while (item != NULL) { in GetRequiredDevices()
41 if (FM_MANAGER_REQUIRED_ENABLED(item->fsManagerFlags)) { in GetRequiredDevices()
45 if (item->next != NULL && strcmp(item->deviceName, item->next->deviceName) == 0) { in GetRequiredDevices()
46 item = item->next->next; in GetRequiredDevices()
48 item = item in GetRequiredDevices()
[all...]
/third_party/cJSON/tests/
H A Dparse_object.c31 static cJSON item[1]; variable
47 TEST_ASSERT_NOT_NULL_MESSAGE(child_item, "Child item is NULL."); in assert_is_child()
48 TEST_ASSERT_NOT_NULL_MESSAGE(child_item->string, "Child item doesn't have a name."); in assert_is_child()
49 TEST_ASSERT_EQUAL_STRING_MESSAGE(name, child_item->string, "Child item has the wrong name."); in assert_is_child()
60 TEST_ASSERT_FALSE(parse_object(item, &parsebuffer)); in assert_not_object()
61 assert_is_invalid(item); in assert_not_object()
62 reset(item); in assert_not_object()
72 TEST_ASSERT_TRUE(parse_object(item, &parsebuffer)); in assert_parse_object()
73 assert_is_object(item); in assert_parse_object()
79 assert_has_no_child(item); in parse_object_should_parse_empty_objects()
[all...]
H A Dmisc_int64_tests.c39 cJSON *item = NULL; in cjson_get_object_item_should_get_object_items_with_int64() local
42 item = cJSON_Parse("{\"one\":1, \"Two\":2, \"tHree\":3}"); in cjson_get_object_item_should_get_object_items_with_int64()
47 found = cJSON_GetObjectItem(item, NULL); in cjson_get_object_item_should_get_object_items_with_int64()
50 found = cJSON_GetObjectItem(item, "one"); in cjson_get_object_item_should_get_object_items_with_int64()
51 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find first item."); in cjson_get_object_item_should_get_object_items_with_int64()
55 found = cJSON_GetObjectItem(item, "tWo"); in cjson_get_object_item_should_get_object_items_with_int64()
56 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find first item."); in cjson_get_object_item_should_get_object_items_with_int64()
60 found = cJSON_GetObjectItem(item, "three"); in cjson_get_object_item_should_get_object_items_with_int64()
61 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find item."); in cjson_get_object_item_should_get_object_items_with_int64()
65 found = cJSON_GetObjectItem(item, "fou in cjson_get_object_item_should_get_object_items_with_int64()
73 cJSON *item = NULL; cjson_get_object_item_case_sensitive_should_get_object_items_with_int64() local
132 cJSON item[1]; typecheck_functions_should_check_type_with_int64() local
148 cJSON *item = cJSON_CreateString("item"); cjson_functions_should_not_crash_with_null_pointers_with_int64() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DquickinfoTypeAtReturnPositionsInaccurate.js19 item: Item
20 ): item is Extract<Item, NumClass<any>> => {
21 return (item instanceof NumClass);
62 let item = this.slices[sliceId][sliceKey];
64 if (isNumClass(item)) {
65 item.numExclusive(); // works only since version 4.2
68 item.get();
71 // it seems like item's predicated type leaks outside the bracket...
73 return item; // type is Extract ...
79 let item
[all...]
/third_party/icu/icu4c/source/test/depstest/
H A Ddependencies.py19 items: Map from library or group names to item maps.
20 Each item has a "type" ("library" or "group" or "system_symbols").
21 A library or group item can have an optional set of "files" (as in the files attribute).
22 Each item can have an optional set of "deps" (libraries & groups).
23 A group item also has a "library" name unless it is a group of system symbols.
24 The one "system_symbols" item and its groups have sets of "system_symbols"
33 # item contents: {"type": "binary"} with optional files & deps
77 def _ReadFiles(deps_file, item, library_name):
79 item_files = item.get("files")
84 if item_files == None: item_files = item["file
[all...]
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dinput_event_builder_test.cpp364 MMI::PointerEvent::PointerItem item; in HWTEST_F() local
365 item.SetPointerId(1); in HWTEST_F()
366 item.SetDownTime(downTime); in HWTEST_F()
367 item.SetPressed(true); in HWTEST_F()
368 item.SetRawDx(60); in HWTEST_F()
369 item.SetRawDy(60); in HWTEST_F()
370 pointerEvent->AddPointerItem(item); in HWTEST_F()
391 MMI::PointerEvent::PointerItem item; in HWTEST_F() local
392 item.SetPointerId(1); in HWTEST_F()
393 item in HWTEST_F()
418 MMI::PointerEvent::PointerItem item; HWTEST_F() local
445 MMI::PointerEvent::PointerItem item; HWTEST_F() local
487 MMI::PointerEvent::PointerItem item; HWTEST_F() local
516 MMI::PointerEvent::PointerItem item; HWTEST_F() local
559 MMI::PointerEvent::PointerItem item; HWTEST_F() local
592 MMI::PointerEvent::PointerItem item; HWTEST_F() local
625 MMI::PointerEvent::PointerItem item; HWTEST_F() local
658 MMI::PointerEvent::PointerItem item; HWTEST_F() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dqueue.c70 struct cw1200_queue_item *item, *tmp; in cw1200_queue_post_gc() local
72 list_for_each_entry_safe(item, tmp, gc_list, head) { in cw1200_queue_post_gc()
73 list_del(&item->head); in cw1200_queue_post_gc()
74 stats->skb_dtor(stats->priv, item->skb, &item->txpriv); in cw1200_queue_post_gc()
75 kfree(item); in cw1200_queue_post_gc()
80 struct cw1200_queue_item *item) in cw1200_queue_register_post_gc()
83 gc_item = kmemdup(item, sizeof(struct cw1200_queue_item), in cw1200_queue_register_post_gc()
94 struct cw1200_queue_item *item = NULL, *iter, *tmp; in __cw1200_queue_gc() local
99 item in __cw1200_queue_gc()
79 cw1200_queue_register_post_gc(struct list_head *gc_list, struct cw1200_queue_item *item) cw1200_queue_register_post_gc() argument
207 struct cw1200_queue_item *item, *tmp; cw1200_queue_clear() local
292 struct cw1200_queue_item *item = list_first_entry( cw1200_queue_put() local
338 struct cw1200_queue_item *item; cw1200_queue_get() local
376 struct cw1200_queue_item *item; cw1200_queue_requeue() local
416 struct cw1200_queue_item *item, *tmp; cw1200_queue_requeue_all() local
445 struct cw1200_queue_item *item; cw1200_queue_remove() local
498 struct cw1200_queue_item *item; cw1200_queue_get_skb() local
540 struct cw1200_queue_item *item; cw1200_queue_get_xmit_timestamp() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.h19 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item) in to_f_uvc_opts() argument
21 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts()
30 struct config_item item; member
35 static inline struct uvcg_control_header *to_uvcg_control_header(struct config_item *item) in to_uvcg_control_header() argument
37 return container_of(item, struct uvcg_control_header, item); in to_uvcg_control_header()
69 static inline struct uvcg_format *to_uvcg_format(struct config_item *item) in to_uvcg_format() argument
71 return container_of(to_config_group(item), struct uvcg_format, group); in to_uvcg_format()
75 struct config_item item; member
82 static inline struct uvcg_streaming_header *to_uvcg_streaming_header(struct config_item *item) in to_uvcg_streaming_header() argument
93 struct config_item item; global() member
112 to_uvcg_frame(struct config_item *item) to_uvcg_frame() argument
126 to_uvcg_uncompressed(struct config_item *item) to_uvcg_uncompressed() argument
140 to_uvcg_mjpeg(struct config_item *item) to_uvcg_mjpeg() argument
164 struct config_item item; global() member
170 to_uvcg_extension(struct config_item *item) to_uvcg_extension() argument
[all...]

Completed in 15 milliseconds

12345678910>>...119