/linux/include/acpi/ |
H A D | acoutput.h | 203 #define ACPI_INFO(plist) acpi_info plist argument 204 #define ACPI_WARNING(plist) acpi_warning plist argument 205 #define ACPI_WARNING_ONCE(plist) ACPI_ONCE(acpi_warning, plist) argument 206 #define ACPI_EXCEPTION(plist) acpi_exception plist argument 207 #define ACPI_ERROR(plist) acpi_error plist argument 208 #define ACPI_ERROR_ONCE(plist) ACPI_ONCE(acpi_error, plist) argument 209 #define ACPI_BIOS_WARNING(plist) acpi_bios_warning plist argument 210 #define ACPI_BIOS_EXCEPTION(plist) acpi_bios_exception plist argument 211 #define ACPI_BIOS_ERROR(plist) acpi_bios_error plist argument 218 #define ACPI_INFO(plist) argument [all …]
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 122 struct list_head *plist, *phead; in kfree_all_stainfo() local 143 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 350 struct list_head *phead, *plist; in rtw_free_stainfo() local 430 struct list_head *plist, *phead, *tmp; in rtw_free_all_stainfo() local 463 struct list_head *plist, *phead; in rtw_get_stainfo() local 526 struct list_head *plist, *phead; in rtw_access_ctrl() local
|
H A D | rtw_ap.c | 175 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local 1178 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1235 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1684 struct list_head *phead, *plist; in associated_clients_update() local 1931 struct list_head *phead, *plist, *tmp; in rtw_sta_flush() local 2010 struct list_head *phead, *plist; in rtw_ap_restore_network() local 2123 struct list_head *phead, *plist, *tmp; in stop_ap_mode() local
|
H A D | rtw_xmit.c | 1450 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local 1510 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local 1610 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local 1637 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local 1735 struct list_head *plist, *phead, *tmp; in rtw_free_xmitframe_queue() local 2129 struct list_head *plist, *phead, *tmp; in dequeue_xmitframes_to_sleeping_queue() local 2414 struct list_head *plist, *phead; in dequeue_pending_xmitbuf() local 2438 struct list_head *plist, *phead; in dequeue_pending_xmitbuf_under_survey() local
|
H A D | rtw_recv.c | 108 struct list_head *plist, *phead; in _rtw_alloc_recvframe() local 215 struct list_head *plist, *phead; in rtw_free_recvframe_queue() local 274 struct list_head *plist, *phead; in rtw_dequeue_recvbuf() local 1019 struct list_head *plist, *phead; in recvframe_defrag() local 1678 struct list_head *phead, *plist; in enqueue_reorder_recvframe() local 1730 struct list_head *phead, *plist; in recv_indicatepkts_in_order() local
|
H A D | rtw_mlme.c | 114 struct list_head *plist = NULL; in rtw_alloc_network() local 194 struct list_head *phead, *plist; in _rtw_find_network() local 219 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 356 struct list_head *phead, *plist; in _rtw_find_same_network() local 375 struct list_head *plist, *phead; in rtw_get_oldest_wlan_network() local 462 struct list_head *plist, *phead; in rtw_update_scanned_network() local 782 struct list_head *plist, *phead, *ptemp; in free_scanqueue() local
|
H A D | rtw_ioctl_set.c | 39 struct list_head *plist, *phead; in rtw_do_join() local
|
H A D | rtw_mlme_ext.c | 3584 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 19 #define priolist_for_each_request(it, plist) \ argument 22 #define priolist_for_each_request_consume(it, n, plist) \ argument
|
/linux/drivers/irqchip/ |
H A D | irq-loongarch-avec.c | 83 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in pending_list_init() local 90 struct pending_list *plist; in avecintc_sync() local 150 struct pending_list *plist = per_cpu_ptr(&pending_list, cpu); in avecintc_cpu_offline() local 167 struct pending_list *plist = this_cpu_ptr(&pending_list); in complete_irq_moving() local
|
/linux/drivers/acpi/acpica/ |
H A D | acmacros.h | 426 #define ACPI_WARN_PREDEFINED(plist) acpi_ut_predefined_warning plist argument 427 #define ACPI_INFO_PREDEFINED(plist) acpi_ut_predefined_info plist argument 428 #define ACPI_BIOS_ERROR_PREDEFINED(plist) acpi_ut_predefined_bios_error plist argument 437 #define ACPI_WARN_PREDEFINED(plist) argument 438 #define ACPI_INFO_PREDEFINED(plist) argument 439 #define ACPI_BIOS_ERROR_PREDEFINED(plist) argument
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 126 struct list_head *phead, *plist; in rtw_mlcst2unicst() local
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_mem.c | 378 struct page **plist = in siw_umem_get() local
|
H A D | siw.h | 117 struct page **plist; member
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_xmit.c | 550 struct list_head *plist, *phead; in rtl8723bs_free_xmit_priv() local
|
/linux/arch/mips/fw/cfe/ |
H A D | cfe_api_int.h | 132 } plist; member
|
/linux/include/linux/ |
H A D | intel_rapl.h | 193 struct list_head plist; member
|
/linux/drivers/tty/vt/ |
H A D | consolemap.c | 642 struct unipair *unilist, *plist; in con_set_unimap() local
|
/linux/net/dccp/ |
H A D | feat.c |
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 46 struct list_head plist; member
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 1483 struct list_head *plist; in beiscsi_hdl_purge_handles() local 1613 struct list_head *plist; in beiscsi_hdl_fwd_pdu() local
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 213 struct ib_sge *plist; in rdma_write_sg() local
|