/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | sun3mmu.h | 88 register unsigned long entry; in sun3_get_segmap() local 95 entry = c; in sun3_get_segmap() 97 return entry; in sun3_get_segmap() 101 static inline void sun3_put_segmap(unsigned long addr, unsigned long entry) in sun3_put_segmap() argument 107 SET_CONTROL_BYTE (AC_SEGMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_put_segmap() 116 register unsigned long entry; in sun3_get_pte() local 121 GET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_get_pte() 124 return entry; in sun3_get_pte() 128 static inline void sun3_put_pte(unsigned long addr, unsigned long entry) in sun3_put_pte() argument 134 SET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_put_pte() [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | sun3mmu.h | 88 register unsigned long entry; in sun3_get_segmap() local 95 entry = c; in sun3_get_segmap() 97 return entry; in sun3_get_segmap() 101 static inline void sun3_put_segmap(unsigned long addr, unsigned long entry) in sun3_put_segmap() argument 107 SET_CONTROL_BYTE (AC_SEGMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_put_segmap() 116 register unsigned long entry; in sun3_get_pte() local 121 GET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_get_pte() 124 return entry; in sun3_get_pte() 128 static inline void sun3_put_pte(unsigned long addr, unsigned long entry) in sun3_put_pte() argument 134 SET_CONTROL_WORD (AC_PAGEMAP | (addr & SUN3_CONTROL_MASK), entry); in sun3_put_pte() [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap-iommu.c | 59 struct pwrdm_link *entry; in _get_pwrdm() local 65 list_for_each_entry(entry, &cache, node) { in _get_pwrdm() 66 if (entry->dev == dev) { in _get_pwrdm() 67 pwrdm = entry->pwrdm; in _get_pwrdm() 102 entry = kmalloc(sizeof(*entry), GFP_KERNEL); in _get_pwrdm() 103 if (entry) { in _get_pwrdm() 104 entry->dev = dev; in _get_pwrdm() 105 entry->pwrdm = pwrdm; in _get_pwrdm() 107 list_add(&entry in _get_pwrdm() [all...] |
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | tlb-debugfs.c | 45 unsigned int nentries, entry; in tlb_seq_show() local 73 /* Make the "entry >= urb" test fail. */ in tlb_seq_show() 91 seq_printf(file, "entry: vpn ppn asid size valid wired\n"); in tlb_seq_show() 93 for (entry = 0; entry < nentries; entry++) { in tlb_seq_show() 100 val = __raw_readl(addr1 | (entry << MMU_TLB_ENTRY_SHIFT)); in tlb_seq_show() 105 val = __raw_readl(addr2 | (entry << MMU_TLB_ENTRY_SHIFT)); in tlb_seq_show() 109 val = __raw_readl(data1 | (entry << MMU_TLB_ENTRY_SHIFT)); in tlb_seq_show() 113 val = __raw_readl(data2 | (entry << MMU_TLB_ENTRY_SHIF in tlb_seq_show() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | extdev.c | 74 struct nvbios_extdev_func *entry) in extdev_parse_entry() 76 entry->type = nvbios_rd08(bios, offset + 0); in extdev_parse_entry() 77 entry->addr = nvbios_rd08(bios, offset + 1); in extdev_parse_entry() 78 entry->bus = (nvbios_rd08(bios, offset + 2) >> 4) & 1; in extdev_parse_entry() 86 u16 entry; in nvbios_extdev_parse() local 88 if (!(entry = nvbios_extdev_entry(bios, idx, &ver, &len))) in nvbios_extdev_parse() 91 extdev_parse_entry(bios, entry, func); in nvbios_extdev_parse() 100 u16 entry; in nvbios_extdev_find() local 103 while ((entry = nvbios_extdev_entry(bios, i++, &ver, &len))) { in nvbios_extdev_find() 104 extdev_parse_entry(bios, entry, fun in nvbios_extdev_find() 73 extdev_parse_entry(struct nvkm_bios *bios, u16 offset, struct nvbios_extdev_func *entry) extdev_parse_entry() argument [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | proc.c | 28 struct acpi_device_physical_node *entry; in acpi_system_wakeup_device_seq_show() local 46 list_for_each_entry(entry, &dev->physical_node_list, in acpi_system_wakeup_device_seq_show() 48 ldev = get_device(entry->dev); in acpi_system_wakeup_device_seq_show() 52 if (&entry->node != in acpi_system_wakeup_device_seq_show() 75 struct acpi_device_physical_node *entry; in physical_device_enable_wakeup() local 79 list_for_each_entry(entry, in physical_device_enable_wakeup() 81 if (entry->dev && device_can_wakeup(entry->dev)) { in physical_device_enable_wakeup() 82 bool enable = !device_may_wakeup(entry->dev); in physical_device_enable_wakeup() 83 device_set_wakeup_enable(entry in physical_device_enable_wakeup() [all...] |
H A D | pptt.c | 27 struct acpi_subtable_header *entry; in fetch_pptt_subtable() local 36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable() 38 if (entry->length == 0) in fetch_pptt_subtable() 41 if (pptt_ref + entry->length > table_hdr->length) in fetch_pptt_subtable() 44 return entry; in fetch_pptt_subtable() 219 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node() local 230 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node() 234 while ((unsigned long)entry + proc_sz < table_end) { in acpi_pptt_leaf_node() 235 cpu_node = (struct acpi_pptt_processor *)entry; in acpi_pptt_leaf_node() 236 if (entry in acpi_pptt_leaf_node() 265 struct acpi_subtable_header *entry; acpi_find_processor_node() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | extdev.c | 74 struct nvbios_extdev_func *entry) in extdev_parse_entry() 76 entry->type = nvbios_rd08(bios, offset + 0); in extdev_parse_entry() 77 entry->addr = nvbios_rd08(bios, offset + 1); in extdev_parse_entry() 78 entry->bus = (nvbios_rd08(bios, offset + 2) >> 4) & 1; in extdev_parse_entry() 86 u16 entry; in nvbios_extdev_parse() local 88 if (!(entry = nvbios_extdev_entry(bios, idx, &ver, &len))) in nvbios_extdev_parse() 91 extdev_parse_entry(bios, entry, func); in nvbios_extdev_parse() 100 u16 entry; in nvbios_extdev_find() local 103 while ((entry = nvbios_extdev_entry(bios, i++, &ver, &len))) { in nvbios_extdev_find() 104 extdev_parse_entry(bios, entry, fun in nvbios_extdev_find() 73 extdev_parse_entry(struct nvkm_bios *bios, u16 offset, struct nvbios_extdev_func *entry) extdev_parse_entry() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 425 struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce() 429 unsigned long io_entry = entry << (stt->page_shift - tbl->it_page_shift); in kvmppc_clear_tce() 440 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec() 444 __be64 *pua = IOMMU_TABLE_USERSPACE_ENTRY_RO(tbl, entry); in kvmppc_tce_iommu_mapped_dec() 461 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap() 467 if (WARN_ON_ONCE(iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, in kvmppc_tce_iommu_do_unmap() 474 ret = kvmppc_tce_iommu_mapped_dec(kvm, tbl, entry); in kvmppc_tce_iommu_do_unmap() 476 iommu_tce_xchg_no_kill(kvm->mm, tbl, entry, &hpa, &dir); in kvmppc_tce_iommu_do_unmap() 483 unsigned long entry) in kvmppc_tce_iommu_unmap() 487 unsigned long io_entry = entry * subpage in kvmppc_tce_iommu_unmap() 424 kvmppc_clear_tce(struct mm_struct *mm, struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, unsigned long entry) kvmppc_clear_tce() argument 439 kvmppc_tce_iommu_mapped_dec(struct kvm *kvm, struct iommu_table *tbl, unsigned long entry) kvmppc_tce_iommu_mapped_dec() argument 460 kvmppc_tce_iommu_do_unmap(struct kvm *kvm, struct iommu_table *tbl, unsigned long entry) kvmppc_tce_iommu_do_unmap() argument 481 kvmppc_tce_iommu_unmap(struct kvm *kvm, struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, unsigned long entry) kvmppc_tce_iommu_unmap() argument 500 kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, unsigned long entry, unsigned long ua, enum dma_data_direction dir) kvmppc_tce_iommu_do_map() argument 538 kvmppc_tce_iommu_map(struct kvm *kvm, struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, unsigned long entry, unsigned long ua, enum dma_data_direction dir) kvmppc_tce_iommu_map() argument 567 unsigned long entry, ua = 0; kvmppc_h_put_tce() local 626 unsigned long entry, ua = 0; kvmppc_h_put_tce_indirect() local 734 unsigned long entry = ioba >> stt->page_shift; kvmppc_h_stuff_tce() local [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | calipso.c | 93 * calipso_cache_entry_free - Frees a cache entry 94 * @entry: the entry to free 97 * This function frees the memory associated with a cache entry including the 101 static void calipso_cache_entry_free(struct calipso_map_cache_entry *entry) in calipso_cache_entry_free() argument 103 if (entry->lsm_data) in calipso_cache_entry_free() 104 netlbl_secattr_cache_free(entry->lsm_data); in calipso_cache_entry_free() 105 kfree(entry->key); in calipso_cache_entry_free() 106 kfree(entry); in calipso_cache_entry_free() 161 struct calipso_map_cache_entry *entry, *tmp_entr in calipso_cache_invalidate() local 204 struct calipso_map_cache_entry *entry; calipso_cache_check() local 269 struct calipso_map_cache_entry *entry = NULL; calipso_cache_add() local 418 calipso_doi_free_rcu(struct rcu_head *entry) calipso_doi_free_rcu() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | calipso.c | 93 * calipso_cache_entry_free - Frees a cache entry 94 * @entry: the entry to free 97 * This function frees the memory associated with a cache entry including the 101 static void calipso_cache_entry_free(struct calipso_map_cache_entry *entry) in calipso_cache_entry_free() argument 103 if (entry->lsm_data) in calipso_cache_entry_free() 104 netlbl_secattr_cache_free(entry->lsm_data); in calipso_cache_entry_free() 105 kfree(entry->key); in calipso_cache_entry_free() 106 kfree(entry); in calipso_cache_entry_free() 161 struct calipso_map_cache_entry *entry, *tmp_entr in calipso_cache_invalidate() local 204 struct calipso_map_cache_entry *entry; calipso_cache_check() local 269 struct calipso_map_cache_entry *entry = NULL; calipso_cache_add() local 418 calipso_doi_free_rcu(struct rcu_head *entry) calipso_doi_free_rcu() argument [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pptt.c | 27 struct acpi_subtable_header *entry; in fetch_pptt_subtable() local 36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable() 38 if (entry->length == 0) in fetch_pptt_subtable() 41 if (pptt_ref + entry->length > table_hdr->length) in fetch_pptt_subtable() 44 return entry; in fetch_pptt_subtable() 207 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node() local 218 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node() 222 while ((unsigned long)entry + proc_sz < table_end) { in acpi_pptt_leaf_node() 223 cpu_node = (struct acpi_pptt_processor *)entry; in acpi_pptt_leaf_node() 224 if (entry in acpi_pptt_leaf_node() 253 struct acpi_subtable_header *entry; acpi_find_processor_node() local [all...] |
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_template.c | 309 struct ima_template_entry **entry) in ima_restore_template_data() 315 *entry = kzalloc(struct_size(*entry, template_data, in ima_restore_template_data() 317 if (!*entry) in ima_restore_template_data() 323 kfree(*entry); in ima_restore_template_data() 327 (*entry)->digests = digests; in ima_restore_template_data() 331 (*entry)->template_data, NULL, NULL, in ima_restore_template_data() 334 kfree((*entry)->digests); in ima_restore_template_data() 335 kfree(*entry); in ima_restore_template_data() 339 (*entry) in ima_restore_template_data() 306 ima_restore_template_data(struct ima_template_desc *template_desc, void *template_data, int template_data_size, struct ima_template_entry **entry) ima_restore_template_data() argument 377 struct ima_template_entry *entry; ima_restore_measurement_list() local [all...] |
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_template.c | 359 struct ima_template_entry **entry) in ima_restore_template_data() 365 *entry = kzalloc(struct_size(*entry, template_data, in ima_restore_template_data() 367 if (!*entry) in ima_restore_template_data() 373 kfree(*entry); in ima_restore_template_data() 377 (*entry)->digests = digests; in ima_restore_template_data() 381 (*entry)->template_data, NULL, NULL, in ima_restore_template_data() 384 kfree((*entry)->digests); in ima_restore_template_data() 385 kfree(*entry); in ima_restore_template_data() 389 (*entry) in ima_restore_template_data() 356 ima_restore_template_data(struct ima_template_desc *template_desc, void *template_data, int template_data_size, struct ima_template_entry **entry) ima_restore_template_data() argument 427 struct ima_template_entry *entry; ima_restore_measurement_list() local [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 39 /* The instant that this entry "closes" and the next one 119 struct sched_entry *entry, *n; in taprio_free_sched_cb() local 124 list_for_each_entry_safe(entry, n, &sched->entries, list) { in taprio_free_sched_cb() 125 list_del(&entry->list); in taprio_free_sched_cb() 126 kfree(entry); in taprio_free_sched_cb() 160 struct sched_entry *entry, in get_interval_end_time() 167 intv_end = ktime_add_ns(intv_start, entry->interval); in get_interval_end_time() 185 /* Returns the entry corresponding to next available interval. If 200 struct sched_entry *entry = NULL, *entry_found = NULL; in find_entry_to_transmit() local 221 list_for_each_entry(entry, in find_entry_to_transmit() 158 get_interval_end_time(struct sched_gate_list *sched, struct sched_gate_list *admin, struct sched_entry *entry, ktime_t intv_start) get_interval_end_time() argument 271 struct sched_entry *entry; is_valid_interval() local 354 struct sched_entry *entry; get_packet_txtime() local 451 struct sched_entry *entry; taprio_peek_soft() local 521 taprio_set_budget(struct taprio_sched *q, struct sched_entry *entry) taprio_set_budget() argument 533 struct sched_entry *entry; taprio_dequeue_soft() local 650 should_restart_cycle(const struct sched_gate_list *oper, const struct sched_entry *entry) should_restart_cycle() argument 701 struct sched_entry *entry, *next; advance_sched() local 786 fill_sched_entry(struct taprio_sched *q, struct nlattr **tb, struct sched_entry *entry, struct netlink_ext_ack *extack) fill_sched_entry() argument 818 parse_sched_entry(struct taprio_sched *q, struct nlattr *n, struct sched_entry *entry, int index, struct netlink_ext_ack *extack) parse_sched_entry() argument 849 struct sched_entry *entry; parse_sched_list() local 904 struct sched_entry *entry; parse_taprio_schedule() local 1118 struct sched_entry *entry; setup_txtime() local 1220 struct sched_entry *entry; taprio_sched_to_offload() local 1771 dump_entry(struct sk_buff *msg, const struct sched_entry *entry) dump_entry() argument 1805 struct sched_entry *entry; dump_schedule() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 671 * sfep: If not null, pointer will be set to the last attr entry found on 672 -EEXIST. On -ENOATTR pointer is left at the last entry in the list 673 * basep: If not null, pointer is set to the byte offset of the entry in the 675 * the last entry in the list 979 struct xfs_attr_leaf_entry *entry; in xfs_attr_shortform_allfit() local 988 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit() 991 for (i = 0; i < leafhdr.count; entry++, i++) { in xfs_attr_shortform_allfit() 992 if (entry->flags & XFS_ATTR_INCOMPLETE) in xfs_attr_shortform_allfit() 994 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit() 1056 * within the data buffer. The next entry start in xfs_attr_shortform_verify() 1098 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_to_shortform() local 1443 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_add_work() local 1867 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_figure_balance() local 2089 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_remove() local 2246 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_unbalance() local 2369 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_lookup_int() local 2476 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_getvalue() local 2737 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_clearflag() local 2803 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_setflag() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 703 * sfep: If not null, pointer will be set to the last attr entry found on 704 -EEXIST. On -ENOATTR pointer is left at the last entry in the list 705 * basep: If not null, pointer is set to the byte offset of the entry in the 707 * the last entry in the list 1011 struct xfs_attr_leaf_entry *entry; in xfs_attr_shortform_allfit() local 1020 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit() 1023 for (i = 0; i < leafhdr.count; entry++, i++) { in xfs_attr_shortform_allfit() 1024 if (entry->flags & XFS_ATTR_INCOMPLETE) in xfs_attr_shortform_allfit() 1026 if (!(entry->flags & XFS_ATTR_LOCAL)) in xfs_attr_shortform_allfit() 1088 * within the data buffer. The next entry start in xfs_attr_shortform_verify() 1130 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_to_shortform() local 1488 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_add_work() local 1913 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_figure_balance() local 2135 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_remove() local 2292 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_unbalance() local 2413 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_lookup_int() local 2520 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_getvalue() local 2781 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_clearflag() local 2847 struct xfs_attr_leaf_entry *entry; xfs_attr3_leaf_setflag() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_taprio.c | 46 /* Durations between this GCL entry and the GCL entry where the 117 struct sched_entry *entry, *cur; in taprio_calculate_gate_durations() local 120 list_for_each_entry(entry, &sched->entries, list) { in taprio_calculate_gate_durations() 121 u32 gates_still_open = entry->gate_mask; in taprio_calculate_gate_durations() 124 * starting at this schedule entry and ending at the schedule in taprio_calculate_gate_durations() 125 * entry containing a gate close event for that TC. in taprio_calculate_gate_durations() 127 cur = entry; in taprio_calculate_gate_durations() 138 entry->gate_duration[tc] += cur->interval; in taprio_calculate_gate_durations() 144 } while (cur != entry); in taprio_calculate_gate_durations() 157 taprio_entry_allows_tx(ktime_t skb_end_time, struct sched_entry *entry, int tc) taprio_entry_allows_tx() argument 192 struct sched_entry *entry, *n; taprio_free_sched_cb() local 228 get_interval_end_time(struct sched_gate_list *sched, struct sched_gate_list *admin, struct sched_entry *entry, ktime_t intv_start) get_interval_end_time() argument 327 struct sched_entry *entry = NULL, *entry_found = NULL; find_entry_to_transmit() local 398 struct sched_entry *entry; is_valid_interval() local 481 struct sched_entry *entry; get_packet_txtime() local 667 taprio_set_budgets(struct taprio_sched *q, struct sched_gate_list *sched, struct sched_entry *entry) taprio_set_budgets() argument 688 taprio_update_budgets(struct sched_entry *entry, size_t len, int tc_consumed, int num_tc) taprio_update_budgets() argument 711 taprio_dequeue_from_txq(struct Qdisc *sch, int txq, struct sched_entry *entry, u32 gate_mask) taprio_dequeue_from_txq() argument 781 taprio_dequeue_tc_priority(struct Qdisc *sch, struct sched_entry *entry, u32 gate_mask) taprio_dequeue_tc_priority() argument 817 taprio_dequeue_txq_priority(struct Qdisc *sch, struct sched_entry *entry, u32 gate_mask) taprio_dequeue_txq_priority() argument 841 struct sched_entry *entry; taprio_dequeue() local 877 should_restart_cycle(const struct sched_gate_list *oper, const struct sched_entry *entry) should_restart_cycle() argument 930 struct sched_entry *entry, *next; advance_sched() local 1040 fill_sched_entry(struct taprio_sched *q, struct nlattr **tb, struct sched_entry *entry, struct netlink_ext_ack *extack) fill_sched_entry() argument 1072 parse_sched_entry(struct taprio_sched *q, struct nlattr *n, struct sched_entry *entry, int index, struct netlink_ext_ack *extack) parse_sched_entry() argument 1103 struct sched_entry *entry; parse_sched_list() local 1158 struct sched_entry *entry; parse_taprio_schedule() local 1361 struct sched_entry *entry; setup_txtime() local 1458 struct sched_entry *entry; taprio_sched_to_offload() local 2226 dump_entry(struct sk_buff *msg, const struct sched_entry *entry) dump_entry() argument 2260 struct sched_entry *entry; dump_schedule() local [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_professional_test_v1_3.cpp | 51 camera_metadata_item_t entry;
in g_isModeExists() local 52 int ret = FindCameraMetadataItem(data, tag, &entry);
in g_isModeExists() 54 EXPECT_NE(entry.count, 0);
in g_isModeExists() 55 for (int i = 0; i < entry.count; i++) {
in g_isModeExists() 56 if (entry.data.u8[i] == value) {
in g_isModeExists() 69 camera_metadata_item_t entry;
in GetSupportedPhysicalApertureValues() local 70 int rc = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_PHYSICAL_APERTURE_RANGE, &entry);
in GetSupportedPhysicalApertureValues() 72 float entryValues[] = {entry.data.f[3], entry.data.f[7], entry in GetSupportedPhysicalApertureValues() 256 camera_metadata_item_t entry; HWTEST_F() local 342 camera_metadata_item_t entry; HWTEST_F() local 396 camera_metadata_item_t entry; HWTEST_F() local 486 camera_metadata_item_t entry; HWTEST_F() local 532 camera_metadata_item_t entry; HWTEST_F() local 574 camera_metadata_item_t entry; HWTEST_F() local 632 camera_metadata_item_t entry; HWTEST_F() local 672 camera_metadata_item_t entry; HWTEST_F() local 732 camera_metadata_item_t entry; HWTEST_F() local 778 camera_metadata_item_t entry; HWTEST_F() local 970 camera_metadata_item_t entry; HWTEST_F() local 1086 camera_metadata_item_t entry; HWTEST_F() local 1162 camera_metadata_item_t entry; HWTEST_F() local 1204 camera_metadata_item_t entry; HWTEST_F() local 1242 camera_metadata_item_t entry; HWTEST_F() local 1279 camera_metadata_item_t entry; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/mips/tools/ |
H A D | elf-entry.c | 34 uint64_t entry; in main() local 43 die("Usage: elf-entry <elf-file>\n"); in main() 67 entry = le32toh(hdr.ehdr32.e_entry); in main() 70 entry = be32toh(hdr.ehdr32.e_entry); in main() 78 entry = (int64_t)(int32_t)entry; in main() 84 entry = le64toh(hdr.ehdr64.e_entry); in main() 87 entry = be64toh(hdr.ehdr64.e_entry); in main() 100 printf("0x%016" PRIx64 "\n", entry); in main()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/ |
H A D | bbt.c | 69 * @entry: the BBT entry 71 * Return: a positive number nand_bbt_block_status status or -%ERANGE if @entry 75 unsigned int entry) in nanddev_bbt_get_block_status() 79 ((entry * bits_per_block) / BITS_PER_LONG); in nanddev_bbt_get_block_status() 80 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG; in nanddev_bbt_get_block_status() 83 if (entry >= nanddev_neraseblocks(nand)) in nanddev_bbt_get_block_status() 98 * @entry: the BBT entry to update 101 * Update an entry o 74 nanddev_bbt_get_block_status(const struct nand_device *nand, unsigned int entry) nanddev_bbt_get_block_status() argument 107 nanddev_bbt_set_block_status(struct nand_device *nand, unsigned int entry, enum nand_bbt_block_status status) nanddev_bbt_set_block_status() argument [all...] |
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | list.h | 16 * using the generic single-entry routines. 35 * Insert a new entry between two known consecutive entries. 51 * list_add - add a new entry 52 * @new: new entry to be added 55 * Insert a new entry after the specified head. 64 * Delete a list entry by making the prev/next entries 81 * list_del - deletes entry from list. 82 * @entry: the element to delete from the list. 83 * Note: list_empty() on entry does not return true after this, the entry i 86 __list_del_entry(struct list_head *entry) __list_del_entry() argument 91 list_del(struct list_head *entry) list_del() argument [all...] |
/kernel/linux/linux-6.6/arch/mips/tools/ |
H A D | elf-entry.c | 34 uint64_t entry; in main() local 43 die("Usage: elf-entry <elf-file>\n"); in main() 67 entry = le32toh(hdr.ehdr32.e_entry); in main() 70 entry = be32toh(hdr.ehdr32.e_entry); in main() 78 entry = (int64_t)(int32_t)entry; in main() 84 entry = le64toh(hdr.ehdr64.e_entry); in main() 87 entry = be64toh(hdr.ehdr64.e_entry); in main() 100 printf("0x%016" PRIx64 "\n", entry); in main()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-proc.c | 26 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() argument 30 struct snd_motu *motu = entry->private_data; in proc_read_clock() 43 static void proc_read_format(struct snd_info_entry *entry, in proc_read_format() argument 46 struct snd_motu *motu = entry->private_data; in proc_read_format() 86 struct snd_info_entry *entry; in add_node() local 88 entry = snd_info_create_card_entry(motu->card, name, root); in add_node() 89 if (entry) in add_node() 90 snd_info_set_text_ops(entry, motu, op); in add_node()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_config.py | 39 def add_entry(self, entry: KconfigEntry) -> None: 40 self._entries.append(entry) 57 for entry in self.entries(): 58 f.write(str(entry) + '\n') 72 entry = KconfigEntry(match.group(1), match.group(2)) 73 self.add_entry(entry) 78 entry = KconfigEntry(empty_match.group(1), 'n') 79 self.add_entry(entry)
|