Home
last modified time | relevance | path

Searched refs:params (Results 6901 - 6925 of 7050) sorted by relevance

1...<<271272273274275276277278279280>>...282

/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c403 struct cil_list *param_list = macro->params; in cil_verify_decl_does_not_shadow_macro_parameter()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h2290 u8 params[19]; member
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c12018 const struct ieee80211_tx_queue_params *params) in rt2800_conf_tx()
12033 retval = rt2x00mac_conf_tx(hw, vif, link_id, queue_idx, params); in rt2800_conf_tx()
12101 struct ieee80211_ampdu_params *params) in rt2800_ampdu_action()
12103 struct ieee80211_sta *sta = params->sta; in rt2800_ampdu_action()
12104 enum ieee80211_ampdu_mlme_action action = params->action; in rt2800_ampdu_action()
12105 u16 tid = params->tid; in rt2800_ampdu_action()
12015 rt2800_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, u16 queue_idx, const struct ieee80211_tx_queue_params *params) rt2800_conf_tx() argument
12100 rt2800_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_ampdu_params *params) rt2800_ampdu_action() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp2807 * @param params Array that will be filled with values of parameters
2809 void Program::GetActiveUniformsiv(GLsizei count, const GLuint* indices, GLenum pname, GLint* params) const in GetActiveUniformsiv()
2813 GetActiveUniformsiv(gl, m_id, count, indices, pname, params); in GetActiveUniformsiv()
2834 * @param buf_size Size of <params> buffer
2835 * @param params Results of query
2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) const in GetResource()
2841 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource()
2976 * @param params Array that will be filled with values of parameters
2979 GLenum pname, GLint* params) in GetActiveUniformsiv()
2981 gl.getActiveUniformsiv(program_id, count, indices, pname, params); in GetActiveUniformsiv()
2978 GetActiveUniformsiv(const Functions& gl, GLuint program_id, GLsizei count, const GLuint* indices, GLenum pname, GLint* params) GetActiveUniformsiv() argument
3127 GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) GetResource() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmain.c3369 struct rdma_netdev_alloc_params *params) in mlx5_ib_rn_get_params()
3374 return mlx5_rdma_rn_get_params(to_mdev(device)->mdev, device, params); in mlx5_ib_rn_get_params()
3367 mlx5_ib_rn_get_params(struct ib_device *device, u8 port_num, enum rdma_netdev_t type, struct rdma_netdev_alloc_params *params) mlx5_ib_rn_get_params() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c3112 int params[] = {RTL_EEPROM_ID, EEPROM_VID, EEPROM_DID, in _rtl8821ae_read_adapter_info() local
3126 if (rtl_get_hwinfo(hw, rtlpriv, HWSET_MAX_SIZE, hwinfo, params)) in _rtl8821ae_read_adapter_info()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c1441 oemstr->params.ctl_version = 0x01; in gdth_search_drives()
1442 oemstr->params.buffer_size = sizeof(oemstr->text); in gdth_search_drives()
H A Dmvumi.c1365 printk(KERN_WARNING "0x%x ", ptr->params[i]); in mvumi_show_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c205 dest[i].range.max = meter->params.mtu; in esw_setup_mtu_dest()
1563 attr.max_grp_num = esw->params.large_group_num; in esw_chains_create()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c1622 struct devlink_flash_update_params *params, in ptp_ocp_devlink_flash_update()
1639 err = ptp_ocp_devlink_flash(devlink, dev, params->fw); in ptp_ocp_devlink_flash_update()
1621 ptp_ocp_devlink_flash_update(struct devlink *devlink, struct devlink_flash_update_params *params, struct netlink_ext_ack *extack) ptp_ocp_devlink_flash_update() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c3112 int params[] = {RTL_EEPROM_ID, EEPROM_VID, EEPROM_DID, in _rtl8821ae_read_adapter_info() local
3126 if (rtl_get_hwinfo(hw, rtlpriv, HWSET_MAX_SIZE, hwinfo, params)) in _rtl8821ae_read_adapter_info()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmain.c3121 struct rdma_netdev_alloc_params *params) in mlx5_ib_rn_get_params()
3126 return mlx5_rdma_rn_get_params(to_mdev(device)->mdev, device, params); in mlx5_ib_rn_get_params()
3119 mlx5_ib_rn_get_params(struct ib_device *device, u32 port_num, enum rdma_netdev_t type, struct rdma_netdev_alloc_params *params) mlx5_ib_rn_get_params() argument
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flower.c2396 struct rhashtable_params params = in fl_change() local
2401 params); in fl_change()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc393 LoadTransformParameters params = LoadTransformParametersOf(node->op()); in VisitLoadTransform() local
396 switch (params.transformation) { in VisitLoadTransform()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc3149 Isolate* Isolate::NewShared(const v8::Isolate::CreateParams& params) { in ThrowInternal() argument
3152 v8::Isolate::Initialize(reinterpret_cast<v8::Isolate*>(isolate), params); in ThrowInternal() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2432 auto &params = functions.top()->combined_parameters; in end_function_scope() local
2440 for (auto &param : params) in end_function_scope()
/third_party/python/Lib/test/
H A Dtest_shutil.py1625 formats = [name for name, params in get_archive_formats()]
1629 formats = [name for name, params in get_archive_formats()]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3518 const PackPixelsParams &params, in packPixels()
3532 PackPixels(params, formatInfo.format(), inputPitch, source, pixelsOut); in packPixels()
3516 packPixels(const gl::Context *context, const TextureHelper11 &textureHelper, const PackPixelsParams &params, uint8_t *pixelsOut) packPixels() argument
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2761 * @params: three element array to place output:
2762 * params[0] number of heads (max 255)
2763 * params[1] number of sectors (max 63)
2764 * params[2] number of cylinders
2768 sector_t capacity, int params[]) in scsih_bios_param()
2795 params[0] = heads; in scsih_bios_param()
2796 params[1] = sectors; in scsih_bios_param()
2797 params[2] = cylinders; in scsih_bios_param()
2767 scsih_bios_param(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int params[]) scsih_bios_param() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dp.c455 * the fallback params. in intel_dp_get_link_train_fallback_values()
4801 return i915->params.enable_dp_mst && in intel_dp_can_mst()
4818 yesno(i915->params.enable_dp_mst)); in intel_dp_configure_mst()
4824 i915->params.enable_dp_mst; in intel_dp_configure_mst()
6373 * TODO: Reset link params when switching to MST mode, until MST in intel_dp_detect()
6374 * supports link training fallback params. in intel_dp_detect()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc3697 void Assembler::debug(const char* message, uint32_t code, Instr params) { in debug() argument
3715 dc32(params); in debug()
3724 if (params & BREAK) { in debug()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c1219 attr.max_grp_num = esw->params.large_group_num; in esw_chains_create()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-xway.c1528 .params = xway_cfg_params,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2599 "dp2a=dp_2adjacent, outp=output, outt=out_table, reff=ref_frame, par=params, gam=gamma, cagdc=ca_gdc, ispa=isp_addresses, inf=in_frame, outf=out_frame, hs=high_speed, inpc=input_chunking\""); in ia_css_debug_pipe_graph_dump_prologue()
2710 bi->enable.params ? "par," : "", in ia_css_debug_pipe_graph_dump_stage()
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h41 /* I/O addresses for host command args and params */
44 #define EC_LPC_ADDR_HOST_PARAM 0x804 /* For version 2 params; size is
584 * all params/response data bytes.
596 * params.
599 * Command version is 0 and params from host are at EC_LPC_ADDR_OLD_PARAM with
703 * 2 Length of params = N
710 * 1 Length of params = M
917 * Each command is an 16-bit command value. Commands which take params or
1050 * Response is params.size bytes of data.
1456 * Response is params
1535 struct ec_params_flash_erase params; global() member
[all...]

Completed in 177 milliseconds

1...<<271272273274275276277278279280>>...282