/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm.c | 680 reserved_pool.pops = &reserved_pops; in hmm_pool_register() 681 return reserved_pool.pops->pool_init(&reserved_pool.pool_info, in hmm_pool_register() 684 dynamic_pool.pops = &dynamic_pops; in hmm_pool_register() 685 return dynamic_pool.pops->pool_init(&dynamic_pool.pool_info, in hmm_pool_register() 701 if (reserved_pool.pops && reserved_pool.pops->pool_exit) in hmm_pool_unregister() 702 reserved_pool.pops->pool_exit(&reserved_pool.pool_info); in hmm_pool_unregister() 705 if (dynamic_pool.pops && dynamic_pool.pops->pool_exit) in hmm_pool_unregister() 706 dynamic_pool.pops in hmm_pool_unregister() [all...] |
H A D | hmm_bo.c | 639 if (repool->pops in free_private_bo_pages() 640 && repool->pops->pool_free_pages) { in free_private_bo_pages() 641 repool->pops->pool_free_pages(repool->pool_info, in free_private_bo_pages() 653 if (dypool->pops in free_private_bo_pages() 654 && dypool->pops->pool_inited in free_private_bo_pages() 655 && dypool->pops->pool_inited(dypool->pool_info)) { in free_private_bo_pages() 656 if (dypool->pops->pool_free_pages) in free_private_bo_pages() 657 dypool->pops->pool_free_pages( in free_private_bo_pages() 725 if (dypool->pops && dypool->pops in alloc_private_pages() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | msi.c | 209 const struct msi_parent_ops *pops = real_parent->msi_parent_ops; in x86_init_dev_msi_info() local 233 if (!(pops->supported_flags & MSI_FLAG_PCI_IMS)) in x86_init_dev_msi_info() 245 info->flags &= pops->supported_flags; in x86_init_dev_msi_info()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | usb_ops.h | 31 void r8712_usb_set_intf_ops(struct _io_ops *pops);
|
H A D | rtl871x_io.c | 44 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/hmm/ |
H A D | hmm_pool.h | 60 struct hmm_pool_ops *pops; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | usb_ops.h | 31 void r8712_usb_set_intf_ops(struct _io_ops *pops);
|
H A D | rtl871x_io.c | 44 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | sdio_ops.h | 13 extern void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops);
|
H A D | rtw_io.h | 213 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops));
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | sdio_ops.h | 13 extern void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops);
|
H A D | rtw_io.h | 340 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops));
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_io.c | 121 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops)) in rtw_init_io_priv() argument
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | knav_qmss.h | 153 * pops: number of pop operations 160 unsigned int pops; member
|
H A D | knav_qmss_queue.c | 435 int pops = 0; in knav_queue_debug_show_instance() local 448 pops += per_cpu_ptr(qh->stats, cpu)->pops; in knav_queue_debug_show_instance() 454 seq_printf(s, "\t\thandle %p: pushes %8d, pops %8d, count %8d, notifies %8d, push errors %8d, pop errors %8d\n", in knav_queue_debug_show_instance() 457 pops, in knav_queue_debug_show_instance() 680 this_cpu_inc(qh->stats->pops); in knav_queue_pop()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_io.c | 149 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops)) in rtw_init_io_priv() argument
|
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | knav_qmss.h | 153 * pops: number of pop operations 160 unsigned int pops; member
|
H A D | knav_qmss_queue.c | 435 int pops = 0; in knav_queue_debug_show_instance() local 448 pops += per_cpu_ptr(qh->stats, cpu)->pops; in knav_queue_debug_show_instance() 454 seq_printf(s, "\t\thandle %p: pushes %8d, pops %8d, count %8d, notifies %8d, push errors %8d, pop errors %8d\n", in knav_queue_debug_show_instance() 457 pops, in knav_queue_debug_show_instance() 680 this_cpu_inc(qh->stats->pops); in knav_queue_pop()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | msi.c | 948 const struct msi_parent_ops *pops; in msi_create_device_irq_domain() local 968 pops = parent->msi_parent_ops; in msi_create_device_irq_domain() 970 pops->prefix ? : "", bundle->chip.name, dev_name(dev)); in msi_create_device_irq_domain() 985 if (!pops->init_dev_msi_info(dev, parent, parent, &bundle->info)) in msi_create_device_irq_domain()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | ti_sci.c | 2868 struct ti_sci_proc_ops *pops = &ops->proc_ops; in ti_sci_setup_ops() local 2921 pops->request = ti_sci_cmd_proc_request; in ti_sci_setup_ops() 2922 pops->release = ti_sci_cmd_proc_release; in ti_sci_setup_ops() 2923 pops->handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops() 2924 pops->set_config = ti_sci_cmd_proc_set_config; in ti_sci_setup_ops() 2925 pops->set_control = ti_sci_cmd_proc_set_control; in ti_sci_setup_ops() 2926 pops->get_status = ti_sci_cmd_proc_get_status; in ti_sci_setup_ops()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | ti_sci.c | 2801 struct ti_sci_proc_ops *pops = &ops->proc_ops; in ti_sci_setup_ops() local 2853 pops->request = ti_sci_cmd_proc_request; in ti_sci_setup_ops() 2854 pops->release = ti_sci_cmd_proc_release; in ti_sci_setup_ops() 2855 pops->handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops() 2856 pops->set_config = ti_sci_cmd_proc_set_config; in ti_sci_setup_ops() 2857 pops->set_control = ti_sci_cmd_proc_set_control; in ti_sci_setup_ops() 2858 pops->get_status = ti_sci_cmd_proc_get_status; in ti_sci_setup_ops()
|