/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 110 num_entries--; /* subtract 1 data end mark entry */ in atomctrl_set_mc_reg_address_table() 1374 table->entry[i].ucVco_setting = psmu_info->asSclkFcwRangeEntry[i].ucVco_setting; in atomctrl_get_smc_sclk_range_table() 1375 table->entry[i].ucPostdiv = psmu_info->asSclkFcwRangeEntry[i].ucPostdiv; in atomctrl_get_smc_sclk_range_table() 1376 table->entry[i].usFcw_pcc = in atomctrl_get_smc_sclk_range_table() 1378 table->entry[i].usFcw_trans_upper = in atomctrl_get_smc_sclk_range_table() 1380 table->entry[i].usRcw_trans_lower = in atomctrl_get_smc_sclk_range_table()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input.c | 769 * @ke: keymap entry containing scancode to be converted. 914 * @ke: keymap entry 935 * @ke: new keymap entry 1306 struct proc_dir_entry *entry; in input_proc_init() local 1312 entry = proc_create("devices", 0, proc_bus_input_dir, in input_proc_init() 1314 if (!entry) in input_proc_init() 1317 entry = proc_create("handlers", 0, proc_bus_input_dir, in input_proc_init() 1319 if (!entry) in input_proc_init()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | rdma.c | 137 struct list_head entry; member 1180 list_del(&ndev->entry); in nvmet_rdma_free_dev() 1200 list_for_each_entry(ndev, &device_list, entry) { in nvmet_rdma_find_get_device() 1243 list_add(&ndev->entry, &device_list); in nvmet_rdma_find_get_device() 2023 list_for_each_entry(ndev, &device_list, entry) { in nvmet_rdma_remove_one()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.cc | 86 * update the displayed of a menu entry 111 /* a menuconfig entry is displayed differently in updateMenu() 190 /* the menu entry changed, so update all list items */ in testUpdateMenu() 200 * construct a menu entry 228 * destruct a menu entry 586 * update all the children of a menu entry 589 * parent: either the menu list widget or a menu entry widget 590 * menu: entry to be updated 1795 QString entry; in saveSettings() local 1798 entry in saveSettings() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 184 /* trap handler entry points */ 229 // Any concurrent SAVECTX will be handled upon re-entry once halted. 307 // If not caused by trap then halt wave to prevent re-entry. 320 // Host trap will not cause trap re-entry. 324 // Advance past trap instruction to prevent re-entry.
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 1754 struct list_head entry; member 1890 list_for_each_entry_safe(t_alg, n, &hash_list, entry) { in caam_algapi_hash_exit() 1892 list_del(&t_alg->entry); in caam_algapi_hash_exit() 2004 list_add_tail(&t_alg->entry, &hash_list); in caam_algapi_hash_init() 2024 list_add_tail(&t_alg->entry, &hash_list); in caam_algapi_hash_init()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | rdma.c | 138 struct list_head entry; member 1181 list_del(&ndev->entry); in nvmet_rdma_free_dev() 1201 list_for_each_entry(ndev, &device_list, entry) { in nvmet_rdma_find_get_device() 1244 list_add(&ndev->entry, &device_list); in nvmet_rdma_find_get_device() 2029 list_for_each_entry(ndev, &device_list, entry) { in nvmet_rdma_remove_one()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 110 num_entries--; /* subtract 1 data end mark entry */ in atomctrl_set_mc_reg_address_table() 1424 table->entry[i].ucVco_setting = psmu_info->asSclkFcwRangeEntry[i].ucVco_setting; in atomctrl_get_smc_sclk_range_table() 1425 table->entry[i].ucPostdiv = psmu_info->asSclkFcwRangeEntry[i].ucPostdiv; in atomctrl_get_smc_sclk_range_table() 1426 table->entry[i].usFcw_pcc = in atomctrl_get_smc_sclk_range_table() 1428 table->entry[i].usFcw_trans_upper = in atomctrl_get_smc_sclk_range_table() 1430 table->entry[i].usRcw_trans_lower = in atomctrl_get_smc_sclk_range_table()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_6_ppt.c | 1271 struct amdgpu_iv_entry *entry) in smu_v13_0_6_irq_process() 1276 uint32_t client_id = entry->client_id; in smu_v13_0_6_irq_process() 1277 uint32_t ctxid = entry->src_data[0]; in smu_v13_0_6_irq_process() 1278 uint32_t src_id = entry->src_id; in smu_v13_0_6_irq_process() 1309 entry->src_data[1]); in smu_v13_0_6_irq_process() 1269 smu_v13_0_6_irq_process(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) smu_v13_0_6_irq_process() argument
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 784 * @ke: keymap entry containing scancode to be converted. 929 * @ke: keymap entry 950 * @ke: new keymap entry 1325 struct proc_dir_entry *entry; in input_proc_init() local 1331 entry = proc_create("devices", 0, proc_bus_input_dir, in input_proc_init() 1333 if (!entry) in input_proc_init() 1336 entry = proc_create("handlers", 0, proc_bus_input_dir, in input_proc_init() 1338 if (!entry) in input_proc_init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 190 void evlist__add(struct evlist *evlist, struct evsel *entry) in evlist__add() argument 192 perf_evlist__add(&evlist->core, &entry->core); in evlist__add() 193 entry->evlist = evlist; in evlist__add() 194 entry->tracking = !entry->core.idx; in evlist__add() 1815 * include the first entry. in evlist__reset_weak_group() 1940 pr_err("Failed to add ctl fd entry: %m\n"); in evlist__initialize_ctlfd()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.cc | 88 * update the displayed of a menu entry 113 /* a menuconfig entry is displayed differently in updateMenu() 193 /* the menu entry changed, so update all list items */ in testUpdateMenu() 203 * construct a menu entry 231 * destruct a menu entry 590 * update all the children of a menu entry 593 * parent: either the menu list widget or a menu entry widget 594 * menu: entry to be updated 1831 QString entry; in saveSettings() local 1834 entry in saveSettings() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 814 list_add_tail(&slot->entry, &tei.port->list); in mvs_task_prep() 899 list_del_init(&slot->entry); in mvs_slot_task_free() 1672 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task() 1742 list_del(&mwq->entry); in mvs_work_queue() 1758 list_add_tail(&mwq->entry, &mvi->wq_list); in mvs_handle_event()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 53 struct list_head *entry) in btrfs_leak_debug_del() 58 list_del(entry); in btrfs_leak_debug_del() 123 #define btrfs_leak_debug_del(lock, entry) do {} while (0) 364 struct tree_entry *entry; in tree_insert() local 375 entry = rb_entry(parent, struct tree_entry, rb_node); in tree_insert() 377 if (offset < entry->start) in tree_insert() 379 else if (offset > entry->end) in tree_insert() 392 * __etree_search - searche @tree for an entry that contains @offset. Such 393 * entry would have entry 52 btrfs_leak_debug_del(spinlock_t *lock, struct list_head *entry) btrfs_leak_debug_del() argument 419 struct tree_entry *entry; __etree_search() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 502 rtw89_warn(rtwdev, "sec cam entry is empty\n"); in rtw89_core_tx_update_sec_key() 2748 struct rtw89_ba_cam_entry *entry = NULL, *tmp; in rtw89_core_acquire_sta_ba_entry() local 2769 entry = tmp; in rtw89_core_acquire_sta_ba_entry() 2770 list_del(&entry->list); in rtw89_core_acquire_sta_ba_entry() 2774 if (!entry) in rtw89_core_acquire_sta_ba_entry() 2777 entry = &cam_info->ba_cam_entry[idx]; in rtw89_core_acquire_sta_ba_entry() 2780 entry->tid = tid; in rtw89_core_acquire_sta_ba_entry() 2781 list_add_tail(&entry->list, &rtwsta->ba_cam_list); in rtw89_core_acquire_sta_ba_entry() 2792 struct rtw89_ba_cam_entry *entry = NULL, *tmp; in rtw89_core_release_sta_ba_entry() local 2797 list_for_each_entry_safe(entry, tm in rtw89_core_release_sta_ba_entry() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 4684 msix->entry); in qla24xx_config_rings() 4685 icb->msix = cpu_to_le16(msix->entry); in qla24xx_config_rings() 6416 * dev = database device entry pointer. 6540 "zero-entry result.\n"); in qla2x00_find_all_fabric_devs() 7016 /* Assumes idc_lock always held on entry */ 7108 /* Assumes idc-lock always held on entry */ 7138 /* Assumes idc_lock always held on entry */ 9469 pri_entry = &ha->fcp_prio_cfg->entry[0]; in qla24xx_get_fcp_prio() 9520 /* Found a matching entry */ in qla24xx_get_fcp_prio() 9917 rsp_data->entry[ in qla2xxx_get_ini_stats() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | riscv_init_flashboot.S | 2 * @file entry.S 36 .section .text.entry
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 65 * @entry: used to keep a list of extended properties
74 struct list_head entry;
member 141 * an IAD, only the first interface of IAD has its entry in the table.
345 * are predefined. The first entry that may be used is
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 131 CC_FLAGS_FTRACE := -fpatchable-function-entry=2
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 65 * @entry: used to keep a list of extended properties 74 struct list_head entry; member 141 * an IAD, only the first interface of IAD has its entry in the table. 359 * are predefined. The first entry that may be used is
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 157 /* array of page tables, one for each directory entry */ 171 /* write pte one entry at a time with addr mapping */ 339 /* vram base address for page table entry */ 382 struct amdgpu_bo_list_entry *entry);
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.h | 247 /* Receive queue entry */ 321 HDW entry; member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | Makefile | 10 obj-y := entry.o traps.o process.o osf_sys.o irq.o \
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 3 * arch/arm/common/mcpm_head.S -- kernel entry point for multi-cluster PM 192 ldr r5, [r6, r4, lsl #2] @ r5 = CPU entry vector
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | signal.c | 35 #include <asm/entry.h>
|