Home
last modified time | relevance | path

Searched refs:_info (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl_pkey.c79 const char __user *_info, in keyctl_pkey_params_get() argument
89 p = strndup_user(_info, PAGE_SIZE); in keyctl_pkey_params_get()
114 const char __user *_info, in keyctl_pkey_params_get_2() argument
128 ret = keyctl_pkey_params_get(uparams.key_id, _info, params); in keyctl_pkey_params_get_2()
170 const char __user *_info, in keyctl_pkey_query() argument
179 ret = keyctl_pkey_params_get(id, _info, &params); in keyctl_pkey_query()
216 const char __user *_info, in keyctl_pkey_e_d_s() argument
224 ret = keyctl_pkey_params_get_2(_params, _info, op, &params); in keyctl_pkey_e_d_s()
291 const char __user *_info, in keyctl_pkey_verify() argument
299 ret = keyctl_pkey_params_get_2(_params, _info, KEYCTL_PKEY_VERIFY, in keyctl_pkey_verify()
H A Dinternal.h324 const char __user *_info, in keyctl_pkey_query() argument
331 const char __user *_info, in keyctl_pkey_verify() argument
340 const char __user *_info, in keyctl_pkey_e_d_s() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmci.h56 #define INC_PROF(_mci, _info) do { \ argument
57 switch (_info->type) { \
63 if (!_info->edr) \
81 #define DEC_PROF(_mci, _info) do { \ argument
82 switch (_info->type) { \
88 if (!_info->edr) \
/OK3568_Linux_fs/kernel/net/dccp/
H A Ddiag.c40 void *_info) in dccp_diag_get_info() argument
44 if (_info != NULL) in dccp_diag_get_info()
45 dccp_get_info(sk, _info); in dccp_diag_get_info()
/OK3568_Linux_fs/kernel/sound/core/
H A Dtimer_compat.c48 struct snd_timer_info32 __user *_info) in snd_timer_user_info_compat() argument
67 if (copy_to_user(_info, &info, sizeof(*_info))) in snd_timer_user_info_compat()
H A Dhwdep.c174 struct snd_hwdep_info __user *_info) in snd_hwdep_info() argument
183 if (copy_to_user(_info, &info, sizeof(info))) in snd_hwdep_info()
189 struct snd_hwdep_dsp_status __user *_info) in snd_hwdep_dsp_status() argument
200 if (copy_to_user(_info, &info, sizeof(info))) in snd_hwdep_dsp_status()
225 struct snd_hwdep_dsp_image __user *_info) in snd_hwdep_dsp_load_user() argument
229 if (copy_from_user(&info, _info, sizeof(info))) in snd_hwdep_dsp_load_user()
H A Drawmidi.c609 struct snd_rawmidi_info __user *_info) in snd_rawmidi_info_user() argument
617 if (copy_to_user(_info, &info, sizeof(struct snd_rawmidi_info))) in snd_rawmidi_info_user()
659 struct snd_rawmidi_info __user *_info) in snd_rawmidi_info_select_user() argument
664 if (get_user(info.device, &_info->device)) in snd_rawmidi_info_select_user()
666 if (get_user(info.stream, &_info->stream)) in snd_rawmidi_info_select_user()
668 if (get_user(info.subdevice, &_info->subdevice)) in snd_rawmidi_info_select_user()
673 if (copy_to_user(_info, &info, sizeof(struct snd_rawmidi_info))) in snd_rawmidi_info_select_user()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.h77 #define phl_custom_fb_update_opt_ie(_dispr, _ctx, _fb_ctx, _info) (MDL_RET_SUCCESS) argument
78 #define phl_custom_fb_set_role_cap(_dispr, _ctx, _fb_ctx, _info) (RTW_PHL_STATUS_SUCCESS) argument
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dprocessor.h344 struct stack_info _info; \
345 BUG_ON(!on_accessible_stack(current, current_stack_pointer, &_info)); \
346 _info.high; \
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dbudget.h87 static struct budget_info x_var ## _info = { \
91 .ext_priv = &x_var ## _info, \
/OK3568_Linux_fs/kernel/include/linux/i3c/
H A Ddevice.h152 #define I3C_DEVICE_EXTRA_INFO(_manufid, _partid, _info, _drvdata) \ argument
158 .extra_info = _info, \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Dklconfig.h630 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \ argument
631 ((_info)->membnk_bnksz[(_bank)])
635 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \ argument
636 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dmptcp_diag.c114 void *_info) in mptcp_diag_get_info() argument
117 struct mptcp_info *info = _info; in mptcp_diag_get_info()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_diag.c19 void *_info) in tcp_diag_get_info() argument
21 struct tcp_info *info = _info; in tcp_diag_get_info()
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-hw.c329 #define DDB_DEVID(_device, _subdevice, _info) { \ argument
334 .info = &_info }
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Darm_scpi.c726 struct _scpi_sensor_info _info; in scpi_sensor_get_info() local
730 &_info, sizeof(_info)); in scpi_sensor_get_info()
732 memcpy(info, &_info, sizeof(*info)); in scpi_sensor_get_info()
733 info->sensor_id = le16_to_cpu(_info.sensor_id); in scpi_sensor_get_info()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dau1100fb.c67 #define to_au1100fb_device(_info) \ argument
68 (_info ? container_of(_info, struct au1100fb_device, info) : NULL);
H A Dxilinxfb.c159 #define to_xilinxfb_drvdata(_info) \ argument
160 container_of(_info, struct xilinxfb_drvdata, info)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_8000.c321 (oeb && !sizeof(hkdf_##id##_info)) ? NULL : hkdf_##id##_info, sizeof(hkdf_##id##_info), \ in xtest_test_derivation_hkdf()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Ddirectory.rst290 - struct dx\_root\_info.reserved\_zero
294 - struct dx\_root\_info.hash\_version
298 - struct dx\_root\_info.info\_length
302 - struct dx\_root\_info.indirect\_levels
307 - struct dx\_root\_info.unused\_flags
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad9467.c115 #define to_ad9467_chip_info(_info) \ argument
116 container_of(_info, struct ad9467_chip_info, axi_adc_info)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc_def.h95 #define rtw_phl_tdmra_duration_change(_phl, _info) RTW_PHL_STATUS_FAILURE argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc_def.h95 #define rtw_phl_tdmra_duration_change(_phl, _info) RTW_PHL_STATUS_FAILURE argument
/OK3568_Linux_fs/kernel/sound/drivers/pcsp/
H A Dpcsp_mixer.c118 .info = pcsp_##ctl_type##_info, \
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Ducd9000.c69 #define to_ucd9000_data(_info) container_of(_info, struct ucd9000_data, info) argument

12