/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 1244 static void snd_timer_proc_read(struct snd_info_entry *entry, in snd_timer_proc_read() argument 1298 struct snd_info_entry *entry; in snd_timer_proc_init() local 1300 entry = snd_info_create_module_entry(THIS_MODULE, "timers", NULL); in snd_timer_proc_init() 1301 if (entry != NULL) { in snd_timer_proc_init() 1302 entry->c.text.read = snd_timer_proc_read; in snd_timer_proc_init() 1303 if (snd_info_register(entry) < 0) { in snd_timer_proc_init() 1304 snd_info_free_entry(entry); in snd_timer_proc_init() 1305 entry = NULL; in snd_timer_proc_init() 1308 snd_timer_proc_entry = entry; in snd_timer_proc_init()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1785 struct dcb_app_type *entry = ptr; in fcoe_dcb_app_notification() local 1791 if (entry->app.selector != DCB_APP_IDTYPE_ETHTYPE) in fcoe_dcb_app_notification() 1794 netdev = dev_get_by_index(&init_net, entry->ifindex); in fcoe_dcb_app_notification() 1805 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification() 1806 prio = ffs(entry->app.priority) - 1; in fcoe_dcb_app_notification() 1808 prio = entry->app.priority; in fcoe_dcb_app_notification() 1813 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification() 1814 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification() 1817 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 671 const struct ahc_pci_identity *entry; in ahc_find_pci_device() local 693 entry = &ahc_pci_ident_table[i]; in ahc_find_pci_device() 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device() 696 if (entry->name == NULL) in ahc_find_pci_device() 698 return (entry); in ahc_find_pci_device() 705 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) in ahc_pci_config() argument 717 error = entry->setup(ahc); in ahc_pci_config() 721 ahc->description = entry->name; in ahc_pci_config()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory-failure.c | 10 * In addition there is a "soft offline" entry point that allows stop using 91 * MF_ATTR_RO - Create sysfs entry for each memory failure statistics. 1198 * migration entry prevents later access on error hugepage, in me_huge_page() 1268 * Catchall entry: must be at end. 2412 struct memory_failure_entry entry = { in memory_failure_queue() local 2419 if (kfifo_put(&mf_cpu->fifo, entry)) in memory_failure_queue() 2432 struct memory_failure_entry entry = { 0, }; in memory_failure_work_func() local 2439 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func() 2443 if (entry.flags & MF_SOFT_OFFLINE) in memory_failure_work_func() 2444 soft_offline_page(entry in memory_failure_work_func() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1428 u32 *entry; in be_tx_timeout() local 1437 entry = txo->q.dma_mem.va; in be_tx_timeout() 1439 if (entry[j] != 0 || entry[j + 1] != 0 || in be_tx_timeout() 1440 entry[j + 2] != 0 || entry[j + 3] != 0) { in be_tx_timeout() 1442 j, entry[j], entry[j + 1], in be_tx_timeout() 1443 entry[j + 2], entry[ in be_tx_timeout() 3981 be_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_set_port() argument 4012 be_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_unset_port() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_3.c | 1358 const struct soc15_reg_rlcg *entry; in gfx_v9_4_3_check_rlcg_range() local 1360 entry = &entries[i]; in gfx_v9_4_3_check_rlcg_range() 1363 adev, entry->hwip, entry->instance) : in gfx_v9_4_3_check_rlcg_range() 1364 entry->instance; in gfx_v9_4_3_check_rlcg_range() 1365 reg = adev->reg_offset[entry->hwip][inst][entry->segment] + in gfx_v9_4_3_check_rlcg_range() 1366 entry->reg; in gfx_v9_4_3_check_rlcg_range() 2855 struct amdgpu_iv_entry *entry) in gfx_v9_4_3_eop_irq() 2862 me_id = (entry in gfx_v9_4_3_eop_irq() 2853 gfx_v9_4_3_eop_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_eop_irq() argument 2891 gfx_v9_4_3_fault(struct amdgpu_device *adev, struct amdgpu_iv_entry *entry) gfx_v9_4_3_fault() argument 2923 gfx_v9_4_3_priv_reg_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_priv_reg_irq() argument 2932 gfx_v9_4_3_priv_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_priv_inst_irq() argument [all...] |
H A D | amdgpu_ras.c | 1601 /* add features entry */ in amdgpu_ras_fs_init() 1607 /* add bad_page_features entry */ in amdgpu_ras_fs_init() 1663 struct amdgpu_iv_entry *entry) in amdgpu_ras_interrupt_poison_consumption_handler() 1699 amdgpu_gfx_poison_consumption_handler(adev, entry); in amdgpu_ras_interrupt_poison_consumption_handler() 1704 struct amdgpu_iv_entry *entry) in amdgpu_ras_interrupt_poison_creation_handler() 1711 struct amdgpu_iv_entry *entry) in amdgpu_ras_interrupt_umc_handler() 1723 ret = data->cb(obj->adev, &err_data, entry); in amdgpu_ras_interrupt_umc_handler() 1741 struct amdgpu_iv_entry entry; in amdgpu_ras_interrupt_handler() local 1745 memcpy(&entry, &data->ring[data->rptr], in amdgpu_ras_interrupt_handler() 1754 amdgpu_ras_interrupt_poison_creation_handler(obj, &entry); in amdgpu_ras_interrupt_handler() 1662 amdgpu_ras_interrupt_poison_consumption_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) amdgpu_ras_interrupt_poison_consumption_handler() argument 1703 amdgpu_ras_interrupt_poison_creation_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) amdgpu_ras_interrupt_poison_creation_handler() argument 1710 amdgpu_ras_interrupt_umc_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) amdgpu_ras_interrupt_umc_handler() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1427 u32 *entry; in be_tx_timeout() local 1436 entry = txo->q.dma_mem.va; in be_tx_timeout() 1438 if (entry[j] != 0 || entry[j + 1] != 0 || in be_tx_timeout() 1439 entry[j + 2] != 0 || entry[j + 3] != 0) { in be_tx_timeout() 1441 j, entry[j], entry[j + 1], in be_tx_timeout() 1442 entry[j + 2], entry[ in be_tx_timeout() 3981 be_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_set_port() argument 4012 be_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_unset_port() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 157 struct mcp_slot *entry; member 943 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset() 1048 memset(ss->rx_done.entry, 0, bytes); in myri10ge_reset() 1457 while (rx_done->entry[idx].length != 0 && work_done < budget) { in myri10ge_clean_rx_done() 1458 length = ntohs(rx_done->entry[idx].length); in myri10ge_clean_rx_done() 1459 rx_done->entry[idx].length = 0; in myri10ge_clean_rx_done() 1460 checksum = csum_unfold(rx_done->entry[idx].checksum); in myri10ge_clean_rx_done() 3531 if (ss->rx_done.entry != NULL) { in myri10ge_free_slices() 3533 sizeof(*ss->rx_done.entry); in myri10ge_free_slices() 3535 ss->rx_done.entry, s in myri10ge_free_slices() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 185 4, true, "Tx LPI entry count"}, 2805 struct code_entry *entry, in bnx2x_test_nvram_dir() 2808 size_t size = entry->code_attribute & CODE_IMAGE_LENGTH_MASK; in bnx2x_test_nvram_dir() 2809 u32 type = entry->code_attribute & CODE_IMAGE_TYPE_MASK; in bnx2x_test_nvram_dir() 2816 rc = bnx2x_nvram_crc(bp, entry->nvm_start_addr, size, buff); in bnx2x_test_nvram_dir() 2827 struct code_entry entry; in bnx2x_test_dir_entry() local 2829 rc = bnx2x_nvram_read32(bp, addr, (u32 *)&entry, sizeof(entry)); in bnx2x_test_dir_entry() 2833 return bnx2x_test_nvram_dir(bp, &entry, buff); in bnx2x_test_dir_entry() 2839 struct code_entry entry; in bnx2x_test_nvram_ext_dirs() local 2804 bnx2x_test_nvram_dir(struct bnx2x *bp, struct code_entry *entry, u8 *buff) bnx2x_test_nvram_dir() argument [all...] |
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 2943 static void snd_pcm_oss_proc_read(struct snd_info_entry *entry, in snd_pcm_oss_proc_read() argument 2946 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_read() 2978 static void snd_pcm_oss_proc_write(struct snd_info_entry *entry, in snd_pcm_oss_proc_write() argument 2981 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_write() 3060 struct snd_info_entry *entry; in snd_pcm_oss_proc_init() local 3064 if ((entry = snd_info_create_card_entry(pcm->card, "oss", pstr->proc_root)) != NULL) { in snd_pcm_oss_proc_init() 3065 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_pcm_oss_proc_init() 3066 entry->mode = S_IFREG | 0644; in snd_pcm_oss_proc_init() 3067 entry->c.text.read = snd_pcm_oss_proc_read; in snd_pcm_oss_proc_init() 3068 entry in snd_pcm_oss_proc_init() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 86 struct inode_defrag *entry; in __btrfs_add_inode_defrag() local 94 entry = rb_entry(parent, struct inode_defrag, rb_node); in __btrfs_add_inode_defrag() 96 ret = __compare_inode_defrag(defrag, entry); in __btrfs_add_inode_defrag() 102 /* if we're reinserting an entry for in __btrfs_add_inode_defrag() 106 if (defrag->transid < entry->transid) in __btrfs_add_inode_defrag() 107 entry->transid = defrag->transid; in __btrfs_add_inode_defrag() 108 if (defrag->last_offset > entry->last_offset) in __btrfs_add_inode_defrag() 109 entry->last_offset = defrag->last_offset; in __btrfs_add_inode_defrag() 214 struct inode_defrag *entry = NULL; in btrfs_pick_defrag_inode() local 227 entry in btrfs_pick_defrag_inode() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 158 struct mcp_slot *entry; member 945 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset() 1050 memset(ss->rx_done.entry, 0, bytes); in myri10ge_reset() 1459 while (rx_done->entry[idx].length != 0 && work_done < budget) { in myri10ge_clean_rx_done() 1460 length = ntohs(rx_done->entry[idx].length); in myri10ge_clean_rx_done() 1461 rx_done->entry[idx].length = 0; in myri10ge_clean_rx_done() 1462 checksum = csum_unfold(rx_done->entry[idx].checksum); in myri10ge_clean_rx_done() 3539 if (ss->rx_done.entry != NULL) { in myri10ge_free_slices() 3541 sizeof(*ss->rx_done.entry); in myri10ge_free_slices() 3543 ss->rx_done.entry, s in myri10ge_free_slices() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 185 4, true, "Tx LPI entry count"}, 2813 struct code_entry *entry, in bnx2x_test_nvram_dir() 2816 size_t size = entry->code_attribute & CODE_IMAGE_LENGTH_MASK; in bnx2x_test_nvram_dir() 2817 u32 type = entry->code_attribute & CODE_IMAGE_TYPE_MASK; in bnx2x_test_nvram_dir() 2824 rc = bnx2x_nvram_crc(bp, entry->nvm_start_addr, size, buff); in bnx2x_test_nvram_dir() 2835 struct code_entry entry; in bnx2x_test_dir_entry() local 2837 rc = bnx2x_nvram_read32(bp, addr, (u32 *)&entry, sizeof(entry)); in bnx2x_test_dir_entry() 2841 return bnx2x_test_nvram_dir(bp, &entry, buff); in bnx2x_test_dir_entry() 2847 struct code_entry entry; in bnx2x_test_nvram_ext_dirs() local 2812 bnx2x_test_nvram_dir(struct bnx2x *bp, struct code_entry *entry, u8 *buff) bnx2x_test_nvram_dir() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 499 static u16 skl_ddb_entry_init(struct skl_ddb_entry *entry, in skl_ddb_entry_init() argument 502 entry->start = start; in skl_ddb_entry_init() 503 entry->end = end; in skl_ddb_entry_init() 548 const struct skl_ddb_entry *entry) in skl_ddb_dbuf_slice_mask() 554 if (!skl_ddb_entry_size(entry)) in skl_ddb_dbuf_slice_mask() 557 start_slice = entry->start / slice_size; in skl_ddb_dbuf_slice_mask() 558 end_slice = (entry->end - 1) / slice_size; in skl_ddb_dbuf_slice_mask() 561 * Per plane DDB entry can in a really worst case be on multiple slices in skl_ddb_dbuf_slice_mask() 562 * but single entry is anyway contigious. in skl_ddb_dbuf_slice_mask() 765 static void skl_ddb_entry_init_from_hw(struct skl_ddb_entry *entry, u3 argument 547 skl_ddb_dbuf_slice_mask(struct drm_i915_private *i915, const struct skl_ddb_entry *entry) skl_ddb_dbuf_slice_mask() argument 2351 skl_ddb_entry_write(struct drm_i915_private *i915, i915_reg_t reg, const struct skl_ddb_entry *entry) skl_ddb_entry_write() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 270 struct proc_dir_entry *entry; /* proc file */ member 836 * where each entry consists of size and weight delimited by commas. 2032 proc_remove(pkt_dev->entry); in pktgen_change_name() 2034 pkt_dev->entry = proc_create_data(dev->name, 0600, in pktgen_change_name() 2038 if (!pkt_dev->entry) in pktgen_change_name() 2039 pr_err("can't move proc entry for '%s'\n", in pktgen_change_name() 2586 struct imix_pkt *entry; in mod_cur_headers() local 2590 entry = &pkt_dev->imix_entries[entry_index]; in mod_cur_headers() 2591 entry->count_so_far++; in mod_cur_headers() 2592 pkt_dev->cur_pkt_size = entry in mod_cur_headers() 3292 struct imix_pkt *entry; show_results() local [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 32 * Functions that require a lock held on entry indicate which lock 248 struct binder_transaction_log_entry entry[32]; member 260 if (cur >= ARRAY_SIZE(log->entry)) in binder_transaction_log_add() 262 e = &log->entry[cur % ARRAY_SIZE(log->entry)]; in binder_transaction_log_add() 468 BUG_ON(work->entry.next && !list_empty(&work->entry)); in binder_enqueue_work_ilocked() 469 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked() 540 list_del_init(&work->entry); in binder_dequeue_work_ilocked() 564 w = list_first_entry_or_null(list, struct binder_work, entry); in binder_dequeue_work_head_ilocked() [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 731 * each table entry is 16 bits: (rate grid index (8 bits) in he_init_cs_block_rcm() 825 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group() 894 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group() 1573 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_stop() 1684 list_del(&heb->entry); in he_service_rbrq() 1699 list_move_tail(&heb->entry, &he_vcc->buffers); in he_service_rbrq() 1736 list_for_each_entry(heb, &he_vcc->buffers, entry) in he_service_rbrq() 1777 list_for_each_entry_safe(heb, next, &he_vcc->buffers, entry) in he_service_rbrq() 1822 list_for_each_entry(__tpd, &he_dev->outstanding_tpds, entry) { in he_service_tbrq() 1825 list_del(&__tpd->entry); in he_service_tbrq() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 59 * entry with size 0, so it can be changed without breaking binary 138 extern int enter_prom(struct prom_args *args, unsigned long entry); 140 static inline int enter_prom(struct prom_args *args, unsigned long entry) in enter_prom() argument 142 return ((int (*)(struct prom_args *))entry)(args); in enter_prom() 1205 * There is an entry for each smt thread, each entry being in prom_count_smt_threads() 1598 /* We need to always keep one empty entry so that we in reserve_mem() 1803 u32 base, entry = 0; in prom_instantiate_rtas() local 1832 if (call_prom_ret("call-method", 3, 2, &entry, in prom_instantiate_rtas() 1835 || entry in prom_instantiate_rtas() 1870 u32 entry = 0, size = 0, succ = 0; prom_instantiate_sml() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 63 * entry with size 0, so it can be changed without breaking binary 136 extern int enter_prom(struct prom_args *args, unsigned long entry); 138 static inline int enter_prom(struct prom_args *args, unsigned long entry) in enter_prom() argument 140 return ((int (*)(struct prom_args *))entry)(args); in enter_prom() 1231 * There is an entry for each smt thread, each entry being in prom_count_smt_threads() 1626 /* We need to always keep one empty entry so that we in reserve_mem() 1833 u32 base, entry = 0; in prom_instantiate_rtas() local 1862 if (call_prom_ret("call-method", 3, 2, &entry, in prom_instantiate_rtas() 1865 || entry in prom_instantiate_rtas() 1900 u32 entry = 0, size = 0, succ = 0; prom_instantiate_sml() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 1099 * These values can be used for kernels that do not have symbols for the entry 1106 /* Map x86_64 PTI entry trampolines */ 1141 /* Add a 1 page map for each CPU's entry trampoline */ in machine__map_x86_64_entry_trampolines() 2351 * But does not need to save current cursor node for entry 0. in lbr_callchain_add_lbr_ip() 2688 * a callchain entry saved by the kernel. in thread__resolve_callchain_sample() 2724 * the branch entry. To adjust for this in thread__resolve_callchain_sample() 2846 static int unwind_entry(struct unwind_entry *entry, void *arg) in unwind_entry() argument 2850 u64 addr = entry->ip; in unwind_entry() 2852 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry() 2855 if (append_inlines(cursor, &entry in unwind_entry() [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 731 * each table entry is 16 bits: (rate grid index (8 bits) in he_init_cs_block_rcm() 822 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group() 891 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group() 1570 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_stop() 1681 list_del(&heb->entry); in he_service_rbrq() 1696 list_move_tail(&heb->entry, &he_vcc->buffers); in he_service_rbrq() 1733 list_for_each_entry(heb, &he_vcc->buffers, entry) in he_service_rbrq() 1774 list_for_each_entry_safe(heb, next, &he_vcc->buffers, entry) in he_service_rbrq() 1819 list_for_each_entry(__tpd, &he_dev->outstanding_tpds, entry) { in he_service_tbrq() 1822 list_del(&__tpd->entry); in he_service_tbrq() [all...] |
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 703 * irrespective of its state on entry, which allows the link to come in mv88e6xxx_mac_config() 1465 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_vtu_getnext() 1470 return chip->info->ops->vtu_getnext(chip, entry); in mv88e6xxx_vtu_getnext() 1474 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_vtu_loadpurge() 1479 return chip->info->ops->vtu_loadpurge(chip, entry); in mv88e6xxx_vtu_loadpurge() 1640 struct mv88e6xxx_atu_entry entry; in mv88e6xxx_port_db_load_purge() local 1665 entry.state = 0; in mv88e6xxx_port_db_load_purge() 1666 ether_addr_copy(entry.mac, addr); in mv88e6xxx_port_db_load_purge() 1667 eth_addr_dec(entry.mac); in mv88e6xxx_port_db_load_purge() 1669 err = mv88e6xxx_g1_atu_getnext(chip, fid, &entry); in mv88e6xxx_port_db_load_purge() 1464 mv88e6xxx_vtu_getnext(struct mv88e6xxx_chip *chip, struct mv88e6xxx_vtu_entry *entry) mv88e6xxx_vtu_getnext() argument 1473 mv88e6xxx_vtu_loadpurge(struct mv88e6xxx_chip *chip, struct mv88e6xxx_vtu_entry *entry) mv88e6xxx_vtu_loadpurge() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.c | 670 struct amdgpu_iv_entry *entry) in amdgpu_gfx_process_ras_data_cb() 689 struct amdgpu_iv_entry *entry) in amdgpu_gfx_cp_ecc_error_irq() 693 .entry = entry, in amdgpu_gfx_cp_ecc_error_irq() 668 amdgpu_gfx_process_ras_data_cb(struct amdgpu_device *adev, void *err_data, struct amdgpu_iv_entry *entry) amdgpu_gfx_process_ras_data_cb() argument 687 amdgpu_gfx_cp_ecc_error_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) amdgpu_gfx_cp_ecc_error_irq() argument
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 464 struct cpufreq_frequency_table *entry; in acpi_cpufreq_fast_switch() local 475 entry = &policy->freq_table[index]; in acpi_cpufreq_fast_switch() 476 next_freq = entry->frequency; in acpi_cpufreq_fast_switch() 477 next_perf_state = entry->driver_data; in acpi_cpufreq_fast_switch()
|