Home
last modified time | relevance | path

Searched refs:p_slot (Results 1 – 25 of 75) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dshpchp_ctrl.c37 info->p_slot = p_slot; in queue_interrupt_event()
54 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
81 p_slot->presence_save, p_slot->pwr_save); in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
316 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
391 struct slot *p_slot = info->p_slot; in shpchp_pushbutton_thread() local
427 info->p_slot = p_slot; in shpchp_queue_pushbutton_work()
520 struct slot *p_slot = info->p_slot; in interrupt_event_handler() local
570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
[all …]
H A Dshpchp_pci.c23 int shpchp_configure_device(struct slot *p_slot) in shpchp_configure_device() argument
26 struct controller *ctrl = p_slot->ctrl; in shpchp_configure_device()
33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
37 p_slot->bus, p_slot->device); in shpchp_configure_device()
43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
51 if (PCI_SLOT(dev->devfn) == p_slot->device) in shpchp_configure_device()
64 void shpchp_unconfigure_device(struct slot *p_slot) in shpchp_unconfigure_device() argument
66 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; in shpchp_unconfigure_device()
68 struct controller *ctrl = p_slot->ctrl; in shpchp_unconfigure_device()
71 __func__, pci_domain_nr(parent), p_slot->bus, p_slot->device); in shpchp_unconfigure_device()
[all …]
H A Dshpchp.h86 struct slot *p_slot; member
166 int shpchp_configure_device(struct slot *p_slot);
167 void shpchp_unconfigure_device(struct slot *p_slot);
235 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
258 ctrl_dbg(p_slot->ctrl, in amd_pogo_errata_restore_misc_reg()
269 ctrl_dbg(p_slot->ctrl, "Memory_Base_Limit[ RSE ] (W1C)\n"); in amd_pogo_errata_restore_misc_reg()
276 if (p_slot->ctrl->pcix_misc2_reg & SERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
281 if (p_slot->ctrl->pcix_misc2_reg & SERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
286 if (p_slot->ctrl->pcix_misc2_reg & PERRFLOODENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
291 if (p_slot->ctrl->pcix_misc2_reg & PERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
[all …]
H A Dcpqphp_ctrl.c135 struct slot *p_slot; in handle_presence_change() local
161 if (!p_slot) in handle_presence_change()
1415 struct slot *p_slot; in board_added() local
1774 struct slot *p_slot; in interrupt_event_handler() local
1789 if (!p_slot) in interrupt_event_handler()
1890 struct slot *p_slot = from_timer(p_slot, t, task_event); in cpqhp_pushbutton_thread() local
1901 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1923 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1953 struct slot *p_slot; in cpqhp_process_SI() local
1961 if (p_slot) in cpqhp_process_SI()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dshpchp_ctrl.c37 info->p_slot = p_slot; in queue_interrupt_event()
54 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
81 p_slot->presence_save, p_slot->pwr_save); in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
316 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
391 struct slot *p_slot = info->p_slot; in shpchp_pushbutton_thread() local
427 info->p_slot = p_slot; in shpchp_queue_pushbutton_work()
520 struct slot *p_slot = info->p_slot; in interrupt_event_handler() local
570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
[all …]
H A Dshpchp_pci.c23 int shpchp_configure_device(struct slot *p_slot) in shpchp_configure_device() argument
26 struct controller *ctrl = p_slot->ctrl; in shpchp_configure_device()
33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
37 p_slot->bus, p_slot->device); in shpchp_configure_device()
43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
51 if (PCI_SLOT(dev->devfn) == p_slot->device) in shpchp_configure_device()
64 void shpchp_unconfigure_device(struct slot *p_slot) in shpchp_unconfigure_device() argument
66 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; in shpchp_unconfigure_device()
68 struct controller *ctrl = p_slot->ctrl; in shpchp_unconfigure_device()
71 __func__, pci_domain_nr(parent), p_slot->bus, p_slot->device); in shpchp_unconfigure_device()
[all …]
H A Dshpchp.h86 struct slot *p_slot; member
166 int shpchp_configure_device(struct slot *p_slot);
167 void shpchp_unconfigure_device(struct slot *p_slot);
235 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
258 ctrl_dbg(p_slot->ctrl, in amd_pogo_errata_restore_misc_reg()
269 ctrl_dbg(p_slot->ctrl, "Memory_Base_Limit[ RSE ] (W1C)\n"); in amd_pogo_errata_restore_misc_reg()
276 if (p_slot->ctrl->pcix_misc2_reg & SERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
281 if (p_slot->ctrl->pcix_misc2_reg & SERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
286 if (p_slot->ctrl->pcix_misc2_reg & PERRFLOODENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
291 if (p_slot->ctrl->pcix_misc2_reg & PERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
[all …]
H A Dcpqphp_ctrl.c135 struct slot *p_slot; in handle_presence_change() local
161 if (!p_slot) in handle_presence_change()
1415 struct slot *p_slot; in board_added() local
1774 struct slot *p_slot; in interrupt_event_handler() local
1789 if (!p_slot) in interrupt_event_handler()
1890 struct slot *p_slot = from_timer(p_slot, t, task_event); in cpqhp_pushbutton_thread() local
1901 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1923 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1953 struct slot *p_slot; in cpqhp_process_SI() local
1961 if (p_slot) in cpqhp_process_SI()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dshpchp_ctrl.c37 info->p_slot = p_slot; in queue_interrupt_event()
54 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
81 p_slot->presence_save, p_slot->pwr_save); in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
316 p_slot->hpc_ops->green_led_on(p_slot); in board_added()
391 struct slot *p_slot = info->p_slot; in shpchp_pushbutton_thread() local
427 info->p_slot = p_slot; in shpchp_queue_pushbutton_work()
520 struct slot *p_slot = info->p_slot; in interrupt_event_handler() local
570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
[all …]
H A Dshpchp_pci.c23 int shpchp_configure_device(struct slot *p_slot) in shpchp_configure_device() argument
26 struct controller *ctrl = p_slot->ctrl; in shpchp_configure_device()
33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
37 p_slot->bus, p_slot->device); in shpchp_configure_device()
43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
51 if (PCI_SLOT(dev->devfn) == p_slot->device) in shpchp_configure_device()
64 void shpchp_unconfigure_device(struct slot *p_slot) in shpchp_unconfigure_device() argument
66 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; in shpchp_unconfigure_device()
68 struct controller *ctrl = p_slot->ctrl; in shpchp_unconfigure_device()
71 __func__, pci_domain_nr(parent), p_slot->bus, p_slot->device); in shpchp_unconfigure_device()
[all …]
H A Dshpchp.h86 struct slot *p_slot; member
166 int shpchp_configure_device(struct slot *p_slot);
167 void shpchp_unconfigure_device(struct slot *p_slot);
235 p_slot->ctrl->pcix_misc2_reg = pcix_misc2_temp; in amd_pogo_errata_save_misc_reg()
258 ctrl_dbg(p_slot->ctrl, in amd_pogo_errata_restore_misc_reg()
269 ctrl_dbg(p_slot->ctrl, "Memory_Base_Limit[ RSE ] (W1C)\n"); in amd_pogo_errata_restore_misc_reg()
276 if (p_slot->ctrl->pcix_misc2_reg & SERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
281 if (p_slot->ctrl->pcix_misc2_reg & SERRNONFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
286 if (p_slot->ctrl->pcix_misc2_reg & PERRFLOODENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
291 if (p_slot->ctrl->pcix_misc2_reg & PERRFATALENABLE_MASK) in amd_pogo_errata_restore_misc_reg()
[all …]
H A Dcpqphp_ctrl.c135 struct slot *p_slot; in handle_presence_change() local
161 if (!p_slot) in handle_presence_change()
1415 struct slot *p_slot; in board_added() local
1774 struct slot *p_slot; in interrupt_event_handler() local
1789 if (!p_slot) in interrupt_event_handler()
1890 struct slot *p_slot = from_timer(p_slot, t, task_event); in cpqhp_pushbutton_thread() local
1901 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1923 func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0); in cpqhp_pushbutton_thread()
1953 struct slot *p_slot; in cpqhp_process_SI() local
1961 if (p_slot) in cpqhp_process_SI()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_slot_management.c102 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
143 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
172 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
223 *p_slot = selected_slot; in psa_get_empty_key_slot()
230 *p_slot = NULL; in psa_get_empty_key_slot()
353 *p_slot = NULL; in psa_get_and_lock_key_slot()
374 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
375 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
380 status = psa_load_builtin_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
385 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]
H A Dpsa_crypto_slot_management.h96 psa_key_slot_t **p_slot );
126 psa_key_slot_t **p_slot );
/dports/emulators/vice/vice-3.5/src/lib/libx264/output/
H A Dmp4.c266 GF_AVCConfigSlot *p_slot; in write_headers() local
283 if( !p_slot ) in write_headers()
285 p_slot->size = sps_size; in write_headers()
286 p_slot->data = malloc( p_slot->size ); in write_headers()
287 if( !p_slot->data ) in write_headers()
289 memcpy( p_slot->data, sps, sps_size ); in write_headers()
295 if( !p_slot ) in write_headers()
297 p_slot->size = pps_size; in write_headers()
298 p_slot->data = malloc( p_slot->size ); in write_headers()
299 if( !p_slot->data ) in write_headers()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Dmp4.c259 GF_AVCConfigSlot *p_slot; in write_headers() local
276 if( !p_slot ) in write_headers()
278 p_slot->size = sps_size; in write_headers()
279 p_slot->data = malloc( p_slot->size ); in write_headers()
280 if( !p_slot->data ) in write_headers()
282 memcpy( p_slot->data, sps, sps_size ); in write_headers()
288 if( !p_slot ) in write_headers()
290 p_slot->size = pps_size; in write_headers()
291 p_slot->data = malloc( p_slot->size ); in write_headers()
292 if( !p_slot->data ) in write_headers()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Dmp4.c259 GF_AVCConfigSlot *p_slot; in write_headers() local
276 if( !p_slot ) in write_headers()
278 p_slot->size = sps_size; in write_headers()
279 p_slot->data = malloc( p_slot->size ); in write_headers()
280 if( !p_slot->data ) in write_headers()
282 memcpy( p_slot->data, sps, sps_size ); in write_headers()
288 if( !p_slot ) in write_headers()
290 p_slot->size = pps_size; in write_headers()
291 p_slot->data = malloc( p_slot->size ); in write_headers()
292 if( !p_slot->data ) in write_headers()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/output/
H A Dmp4.c266 GF_AVCConfigSlot *p_slot; in write_headers() local
283 if( !p_slot ) in write_headers()
285 p_slot->size = sps_size; in write_headers()
286 p_slot->data = malloc( p_slot->size ); in write_headers()
287 if( !p_slot->data ) in write_headers()
289 memcpy( p_slot->data, sps, sps_size ); in write_headers()
295 if( !p_slot ) in write_headers()
297 p_slot->size = pps_size; in write_headers()
298 p_slot->data = malloc( p_slot->size ); in write_headers()
299 if( !p_slot->data ) in write_headers()
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dpsa_crypto_slot_management.c103 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
174 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
225 *p_slot = selected_slot; in psa_get_empty_key_slot()
232 *p_slot = NULL; in psa_get_empty_key_slot()
284 *p_slot = NULL; in psa_get_and_lock_key_slot()
292 status = psa_get_and_lock_key_slot_in_memory( key, p_slot ); in psa_get_and_lock_key_slot()
303 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
304 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
306 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]
H A Dpsa_crypto_slot_management.h96 psa_key_slot_t **p_slot );
126 psa_key_slot_t **p_slot );
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dpsa_crypto_slot_management.c103 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
174 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
225 *p_slot = selected_slot; in psa_get_empty_key_slot()
232 *p_slot = NULL; in psa_get_empty_key_slot()
284 *p_slot = NULL; in psa_get_and_lock_key_slot()
292 status = psa_get_and_lock_key_slot_in_memory( key, p_slot ); in psa_get_and_lock_key_slot()
303 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
304 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
306 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]
H A Dpsa_crypto_slot_management.h96 psa_key_slot_t **p_slot );
126 psa_key_slot_t **p_slot );
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpsa_crypto_slot_management.c103 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
174 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
225 *p_slot = selected_slot; in psa_get_empty_key_slot()
232 *p_slot = NULL; in psa_get_empty_key_slot()
282 *p_slot = NULL; in psa_get_and_lock_key_slot()
290 status = psa_get_and_lock_key_slot_in_memory( key, p_slot ); in psa_get_and_lock_key_slot()
301 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
302 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
304 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpsa_crypto_slot_management.c103 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
174 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
225 *p_slot = selected_slot; in psa_get_empty_key_slot()
232 *p_slot = NULL; in psa_get_empty_key_slot()
282 *p_slot = NULL; in psa_get_and_lock_key_slot()
290 status = psa_get_and_lock_key_slot_in_memory( key, p_slot ); in psa_get_and_lock_key_slot()
301 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
302 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
304 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpsa_crypto_slot_management.c103 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot ) in psa_get_and_lock_key_slot_in_memory() argument
145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
174 psa_key_slot_t **p_slot ) in psa_get_empty_key_slot() argument
225 *p_slot = selected_slot; in psa_get_empty_key_slot()
232 *p_slot = NULL; in psa_get_empty_key_slot()
282 *p_slot = NULL; in psa_get_and_lock_key_slot()
290 status = psa_get_and_lock_key_slot_in_memory( key, p_slot ); in psa_get_and_lock_key_slot()
301 (*p_slot)->attr.lifetime = PSA_KEY_LIFETIME_PERSISTENT; in psa_get_and_lock_key_slot()
302 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
304 status = psa_load_persistent_key_into_slot( *p_slot ); in psa_get_and_lock_key_slot()
[all …]

123