Home
last modified time | relevance | path

Searched refs:handle (Results 101 – 125 of 4121) sorted by relevance

12345678910>>...165

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2265 handle = raid_device->handle; in scsih_get_resync()
2321 handle = raid_device->handle; in scsih_get_state()
4175 delayed_tr->handle = handle; in _scsih_tm_tr_send()
4399 delayed_tr->handle = handle; in _scsih_tm_tr_volume_send()
4837 if (!handle || handle == *a || handle == *b) in _scsih_set_volume_handle_for_tr()
4919 delayed_tr->handle = handle; in _scsih_check_ir_config_unhide_events()
7237 sas_device->handle = handle; in _scsih_check_device()
7379 sas_device->handle = handle; in _scsih_add_device()
8178 pcie_device->handle = handle; in _scsih_pcie_add_device()
9050 raid_device->handle = handle; in _scsih_sas_volume_add()
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic_timer.c246 void mpic_start_timer(struct mpic_timer *handle) in mpic_start_timer() argument
249 struct timer_group_priv, timer[handle->num]); in mpic_start_timer()
261 void mpic_stop_timer(struct mpic_timer *handle) in mpic_stop_timer() argument
264 struct timer_group_priv, timer[handle->num]); in mpic_stop_timer()
271 out_be32(&priv->regs[handle->num].gtccr, 0); in mpic_stop_timer()
274 out_be32(&priv->regs[handle->num].gtccr, 0); in mpic_stop_timer()
289 struct timer_group_priv, timer[handle->num]); in mpic_get_remain_time()
319 void mpic_free_timer(struct mpic_timer *handle) in mpic_free_timer() argument
327 mpic_stop_timer(handle); in mpic_free_timer()
331 free_irq(priv->timer[handle->num].irq, priv->timer[handle->num].dev); in mpic_free_timer()
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-rdb.dts23 pcs-handle = <&pcs2>;
27 phy-handle = <&mdio1_phy5>;
30 pcs-handle = <&pcs3_0>;
34 phy-handle = <&mdio1_phy6>;
37 pcs-handle = <&pcs3_1>;
44 pcs-handle = <&pcs3_2>;
51 pcs-handle = <&pcs3_3>;
58 pcs-handle = <&pcs7_0>;
65 pcs-handle = <&pcs7_1>;
72 pcs-handle = <&pcs7_2>;
[all …]
/openbmc/linux/fs/ext4/
H A Dcrypto.c94 handle_t *handle; in ext4_ioctl_get_encryption_pwsalt() local
104 if (IS_ERR(handle)) { in ext4_ioctl_get_encryption_pwsalt()
105 err = PTR_ERR(handle); in ext4_ioctl_get_encryption_pwsalt()
118 err2 = ext4_journal_stop(handle); in ext4_ioctl_get_encryption_pwsalt()
141 handle_t *handle = fs_data; in ext4_set_context() local
171 if (handle) { in ext4_set_context()
172 res = ext4_xattr_set_handle(handle, inode, in ext4_set_context()
199 if (IS_ERR(handle)) in ext4_set_context()
200 return PTR_ERR(handle); in ext4_set_context()
212 res = ext4_mark_inode_dirty(handle, inode); in ext4_set_context()
[all …]
H A Dinline.c569 if (IS_ERR(handle)) { in ext4_convert_inline_data_to_extent()
571 handle = NULL; in ext4_convert_inline_data_to_extent()
624 handle = NULL; in ext4_convert_inline_data_to_extent()
649 if (handle) in ext4_convert_inline_data_to_extent()
667 handle_t *handle; in ext4_try_to_write_inline_data() local
685 handle = NULL; in ext4_try_to_write_inline_data()
731 handle = NULL; in ext4_try_to_write_inline_data()
899 handle_t *handle; in ext4_da_write_inline_data_begin() local
1898 handle_t *handle; in ext4_inline_data_truncate() local
1913 if (IS_ERR(handle)) in ext4_inline_data_truncate()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v3_0.c39 static int jpeg_v3_0_set_powergating_state(void *handle,
49 static int jpeg_v3_0_early_init(void *handle) in jpeg_v3_0_early_init() argument
82 static int jpeg_v3_0_sw_init(void *handle) in jpeg_v3_0_sw_init() argument
125 static int jpeg_v3_0_sw_fini(void *handle) in jpeg_v3_0_sw_fini() argument
145 static int jpeg_v3_0_hw_init(void *handle) in jpeg_v3_0_hw_init() argument
170 static int jpeg_v3_0_hw_fini(void *handle) in jpeg_v3_0_hw_fini() argument
190 static int jpeg_v3_0_suspend(void *handle) in jpeg_v3_0_suspend() argument
211 static int jpeg_v3_0_resume(void *handle) in jpeg_v3_0_resume() argument
457 static bool jpeg_v3_0_is_idle(void *handle) in jpeg_v3_0_is_idle() argument
469 static int jpeg_v3_0_wait_for_idle(void *handle) in jpeg_v3_0_wait_for_idle() argument
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.h37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
38 int (*suspend)(void *handle, bool keep_device_power);
39 int (*resume)(void *handle, bool device_powered_on);
40 void (*uninit)(void *handle);
41 int (*notify)(void *handle, enum wil_platform_event evt);
42 int (*get_capa)(void *handle);
43 void (*set_features)(void *handle, int features);
/openbmc/linux/include/uapi/linux/
H A Dphonet.h118 static inline __u8 pn_obj(__u16 handle) in pn_obj() argument
120 return handle & 0xff; in pn_obj()
123 static inline __u8 pn_dev(__u16 handle) in pn_dev() argument
125 return handle >> 8; in pn_dev()
128 static inline __u16 pn_port(__u16 handle) in pn_port() argument
130 return handle & 0x3ff; in pn_port()
133 static inline __u8 pn_addr(__u16 handle) in pn_addr() argument
135 return (handle >> 8) & 0xfc; in pn_addr()
152 __u16 handle) in pn_sockaddr_set_object() argument
154 spn->spn_dev = pn_dev(handle); in pn_sockaddr_set_object()
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_bluetooth.c66 static int toshiba_bluetooth_present(acpi_handle handle) in toshiba_bluetooth_present() argument
90 static int toshiba_bluetooth_status(acpi_handle handle) in toshiba_bluetooth_status() argument
104 static int toshiba_bluetooth_enable(acpi_handle handle) in toshiba_bluetooth_enable() argument
108 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL); in toshiba_bluetooth_enable()
114 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL); in toshiba_bluetooth_enable()
123 static int toshiba_bluetooth_disable(acpi_handle handle) in toshiba_bluetooth_disable() argument
127 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL); in toshiba_bluetooth_disable()
133 result = acpi_evaluate_object(handle, "DUSB", NULL, NULL); in toshiba_bluetooth_disable()
179 ret = toshiba_bluetooth_enable(bt_dev->acpi_dev->handle); in bt_rfkill_set_block()
240 result = toshiba_bluetooth_present(device->handle); in toshiba_bt_rfkill_add()
[all …]
H A Dtoshiba_haps.c29 static int toshiba_haps_reset_protection(acpi_handle handle) in toshiba_haps_reset_protection() argument
33 status = acpi_evaluate_object(handle, "RSSS", NULL, NULL); in toshiba_haps_reset_protection()
46 status = acpi_execute_simple_method(handle, "PTLV", level); in toshiba_haps_protection_level()
85 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, level); in protection_level_store()
111 ret = toshiba_haps_reset_protection(haps->acpi_dev->handle); in reset_protection_store()
150 static int toshiba_haps_available(acpi_handle handle) in toshiba_haps_available() argument
181 if (!toshiba_haps_available(acpi_dev->handle)) in toshiba_haps_add()
196 ret = toshiba_haps_protection_level(acpi_dev->handle, 2); in toshiba_haps_add()
218 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, 0); in toshiba_haps_suspend()
231 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, in toshiba_haps_resume()
[all …]
/openbmc/linux/drivers/mfd/
H A Ddln2.c27 __le16 handle; member
239 u16 id, echo, handle, size; in dln2_rx() local
265 handle = le16_to_cpu(hdr->handle); in dln2_rx()
276 if (handle >= DLN2_HANDLES) { in dln2_rx()
318 hdr->handle = cpu_to_le16(handle); in dln2_prep_buf()
519 u16 handle; in dln2_transfer() local
523 handle = dln2_pdata->handle; in dln2_transfer()
655 .handle = DLN2_HANDLE_GPIO,
664 .handle = DLN2_HANDLE_I2C,
674 .handle = DLN2_HANDLE_SPI,
[all …]
/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.h70 int snd_pcm_plugin_build(struct snd_pcm_substream *handle,
80 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_s…
85 int snd_pcm_plugin_build_io(struct snd_pcm_substream *handle,
88 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *handle,
92 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *handle,
96 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *handle,
100 int snd_pcm_plugin_build_route(struct snd_pcm_substream *handle,
104 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *handle,
118 snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *handle,
121 snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *handle,
[all …]
/openbmc/linux/include/linux/
H A Dzpool.h47 unsigned long *handle);
49 void zpool_free(struct zpool *pool, unsigned long handle);
51 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
54 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
86 unsigned long *handle);
87 void (*free)(void *pool, unsigned long handle);
90 void *(*map)(void *pool, unsigned long handle,
92 void (*unmap)(void *pool, unsigned long handle);
/openbmc/linux/fs/ocfs2/
H A Djournal.h244 handle_t *handle);
245 int ocfs2_extend_trans(handle_t *handle, int nblocks);
246 int ocfs2_allocate_extend_trans(handle_t *handle,
275 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci,
302 int ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci,
324 void ocfs2_journal_dirty(handle_t *handle, struct buffer_head *bh);
580 return jbd2_journal_inode_ranged_write(handle, in ocfs2_jbd2_inode_add_write()
594 static inline void ocfs2_update_inode_fsync_trans(handle_t *handle, in ocfs2_update_inode_fsync_trans() argument
600 if (!is_handle_aborted(handle)) { in ocfs2_update_inode_fsync_trans()
601 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
[all …]
H A Dalloc.c3108 handle_t *handle; in ocfs2_remove_rightmost_empty_extent() local
3113 if (IS_ERR(handle)) { in ocfs2_remove_rightmost_empty_extent()
3341 handle_t *handle, in ocfs2_merge_rec_right() argument
3507 handle_t *handle, in ocfs2_merge_rec_left() argument
5700 handle_t *handle; in ocfs2_remove_btree_range() local
5925 handle_t *handle; in ocfs2_replay_truncate_records() local
6251 handle_t *handle; in ocfs2_complete_truncate_log_recovery() local
6392 handle_t *handle; in ocfs2_free_cached_blocks() local
6485 handle_t *handle; in ocfs2_free_cached_clusters() local
7058 handle_t *handle; in ocfs2_convert_inline_data_to_extents() local
[all …]
/openbmc/linux/mm/
H A Dpage_owner.c28 depot_stack_handle_t handle; member
130 if (!handle) in save_stack()
131 handle = failure_handle; in save_stack()
134 return handle; in save_stack()
170 page_owner->handle = handle; in __set_page_owner_handle()
253 new_page_owner->handle = old_page_owner->handle; in __folio_copy_owner()
488 handle = READ_ONCE(page_owner->handle); in __dump_page_owner()
489 if (!handle) in __dump_page_owner()
495 if (!handle) { in __dump_page_owner()
588 handle = READ_ONCE(page_owner->handle); in read_page_owner()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c77 struct smu_context *smu = handle; in smu_sys_get_pp_feature_mask()
88 struct smu_context *smu = handle; in smu_sys_set_pp_feature_mask()
180 struct smu_context *smu = handle; in smu_get_mclk()
194 struct smu_context *smu = handle; in smu_get_sclk()
277 struct smu_context *smu = handle; in smu_dpm_set_power_gate()
486 struct smu_context *smu = handle; in smu_sys_get_pp_table()
507 struct smu_context *smu = handle; in smu_sys_set_pp_table()
1767 struct smu_context *smu = handle; in smu_display_configuration_change()
1929 struct smu_context *smu = handle; in smu_handle_dpm_task()
1940 struct smu_context *smu = handle; in smu_switch_power_profile()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c126 qdisc->handle); in nfp_abm_qdisc_offload_stop()
360 qdisc->handle = handle; in nfp_abm_qdisc_alloc()
405 u32 handle) in nfp_abm_qdisc_destroy() argument
525 opt->parent, opt->handle); in nfp_abm_gred_check_params()
584 opt->handle, 0, &qdisc); in nfp_abm_gred_replace()
669 opt->parent, opt->handle); in nfp_abm_red_check_params()
674 opt->parent, opt->handle); in nfp_abm_red_check_params()
679 opt->parent, opt->handle); in nfp_abm_red_check_params()
684 opt->parent, opt->handle); in nfp_abm_red_check_params()
690 opt->handle); in nfp_abm_red_check_params()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c362 acpi_handle handle; in radeon_atif_handler() local
377 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_atif_handler()
567 acpi_handle handle; in radeon_acpi_pcie_notify_device_ready() local
572 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_pcie_notify_device_ready()
573 if (!handle) in radeon_acpi_pcie_notify_device_ready()
602 acpi_handle handle; in radeon_acpi_pcie_performance_request() local
612 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_pcie_performance_request()
613 if (!handle) in radeon_acpi_pcie_performance_request()
709 acpi_handle handle; in radeon_acpi_init() local
715 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_init()
[all …]
/openbmc/qemu/crypto/
H A Dtlssession.c39 gnutls_session_t handle; member
57 gnutls_deinit(session->handle); in qcrypto_tls_session_free()
159 ret = gnutls_credentials_set(session->handle, in qcrypto_tls_session_new()
163 ret = gnutls_credentials_set(session->handle, in qcrypto_tls_session_new()
195 ret = gnutls_credentials_set(session->handle, in qcrypto_tls_session_new()
222 ret = gnutls_credentials_set(session->handle, in qcrypto_tls_session_new()
243 gnutls_transport_set_ptr(session->handle, session); in qcrypto_tls_session_new()
244 gnutls_transport_set_push_function(session->handle, in qcrypto_tls_session_new()
246 gnutls_transport_set_pull_function(session->handle, in qcrypto_tls_session_new()
507 int ret = gnutls_handshake(session->handle); in qcrypto_tls_session_handshake()
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h58 #define ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) ((handle)->chip_info->css_3k ? \ argument
62 #define ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle) ((handle)->chip_info->css_3k ? \ argument
66 #define ICP_QAT_CSS_FWSK_PAD_LEN(handle) ((handle)->chip_info->css_3k ? \ argument
70 #define ICP_QAT_CSS_FWSK_PUB_LEN(handle) (ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) + \ argument
72 ICP_QAT_CSS_FWSK_PAD_LEN(handle))
74 #define ICP_QAT_CSS_SIGNATURE_LEN(handle) ((handle)->chip_info->css_3k ? \ argument
82 ICP_QAT_CSS_FWSK_PUB_LEN(handle) + \
83 ICP_QAT_CSS_SIGNATURE_LEN(handle) + \
86 ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) + \
87 ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle) + \
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter_multicast.sh266 tc filter del dev $h3 ingress protocol ip pref 1 handle 133 flower
267 tc filter del dev $h2 ingress protocol ip pref 1 handle 122 flower
323 tc filter add dev $h1 ingress protocol ip pref 1 handle 1 flower \
325 tc filter add dev $h2 ingress protocol ip pref 1 handle 1 flower \
327 tc filter add dev $h3 ingress protocol ip pref 1 handle 1 flower \
356 tc filter del dev $rp3 ingress protocol ip pref 1 handle 1 flower
357 tc filter del dev $h3 ingress protocol ip pref 1 handle 1 flower
358 tc filter del dev $h2 ingress protocol ip pref 1 handle 1 flower
359 tc filter del dev $h1 ingress protocol ip pref 1 handle 1 flower
448 tc filter del dev $h3 ingress protocol ip pref 1 handle 1 flower
[all …]
H A Dtc_common.sh12 local handle=$2
16 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
22 local handle=$2
26 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
32 local handle=$2
35 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c90 uint32_t handle; member
108 member->handle = handle; in drm_prime_add_buf_handle()
132 if (handle > pos->handle) in drm_prime_add_buf_handle()
153 if (member->handle == handle) in drm_prime_lookup_buf_by_handle()
155 else if (member->handle < handle) in drm_prime_lookup_buf_by_handle()
176 *handle = member->handle; in drm_prime_lookup_buf_handle()
189 uint32_t handle) in drm_prime_remove_buf_handle() argument
200 if (member->handle == handle) { in drm_prime_remove_buf_handle()
207 } else if (member->handle < handle) { in drm_prime_remove_buf_handle()
310 dma_buf, handle); in drm_gem_prime_fd_to_handle()
[all …]
/openbmc/linux/drivers/acpi/
H A Dbus.c138 status = acpi_attach_data(handle, in acpi_bus_attach_private_data()
227 acpi_print_osc_error(handle, context, in acpi_run_osc()
236 acpi_print_osc_error(handle, context, in acpi_run_osc()
239 acpi_print_osc_error(handle, context, in acpi_run_osc()
242 acpi_print_osc_error(handle, context, in acpi_run_osc()
311 acpi_handle handle; in acpi_bus_osc_negotiate_platform_control() local
352 if (ACPI_FAILURE(acpi_run_osc(handle, &context))) in acpi_bus_osc_negotiate_platform_control()
418 acpi_handle handle; in acpi_bus_osc_negotiate_usb_control() local
435 status = acpi_run_osc(handle, &context); in acpi_bus_osc_negotiate_usb_control()
512 adev = acpi_get_acpi_dev(handle); in acpi_bus_notify()
[all …]

12345678910>>...165