/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 1486 static int ffs_fs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ffs_fs_parse_param() argument 1492 opt = fs_parse(fc, ffs_fs_fs_parameters, param, &result); in ffs_fs_parse_param() 1529 return invalf(fc, "%s: unmapped value: %u", param->key, result.uint_32); in ffs_fs_parse_param()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 2896 struct dc_cursor_mi_param param = { in dce110_set_cursor_position() local 2931 ipp->funcs->ipp_cursor_set_position(ipp, &pos_cpy, ¶m); in dce110_set_cursor_position() 2933 mi->funcs->set_cursor_position(mi, &pos_cpy, ¶m); in dce110_set_cursor_position()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 2484 struct sched_param param; in __cmd_record() local 2486 param.sched_priority = rec->realtime_prio; in __cmd_record() 2487 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_record()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 4669 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers() local 4687 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, ¶m); in rcu_start_exp_gp_kworkers() 4689 ¶m); in rcu_start_exp_gp_kworkers()
|
/third_party/curl/lib/ |
H A D | url.c | 46 #include <sys/param.h> 503 * @param curl is a pointer to a sessionhandle pointer that gets set by this 851 struct connectdata *conn, void *param) in call_extract_if_dead() 853 struct prunedead *p = (struct prunedead *)param; in call_extract_if_dead() 3409 * @param data The sessionhandle pointer 3410 * @param in_connect is set to the next connection data pointer 3411 * @param async is set TRUE when an async DNS resolution is pending 850 call_extract_if_dead(struct Curl_easy *data, struct connectdata *conn, void *param) call_extract_if_dead() argument
|
/third_party/backends/backend/ |
H A D | pie.c | 2400 set_param_length (param.cmd, size);
in pie_get_params() 2403 sanei_scsi_cmd (scanner->sfd, param.cmd, param.size, buffer, &size);
in pie_get_params()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 55 * @param source As specified in GL spec. 56 * @param type As specified in GL spec. 57 * @param id As specified in GL spec. 58 * @param severity As specified in GL spec. 59 * @param ignored 60 * @param message As specified in GL spec. 61 * @param info Pointer to instance of deqp::Context used by test. 354 glw::GLint* param); 400 * @param context CTS context. 411 * @param contex 1144 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument [all...] |
H A D | gl4cBufferStorageTests.cpp | 322 glw::GLint* param); 384 * @param context CTS context 416 * @param gl Functions 417 * @param required_major Minimum required MAJOR_VERSION 418 * @param required_minor Minimum required MINOR_VERSION 480 * @param context CTS context. 496 * @param target Buffer target 497 * @param usage Buffer usage enum 498 * @param size <size> parameter 499 * @param dat 1419 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument [all...] |
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2991 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() 2992 pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int; in sched_setparam() 2997 param: *const ::sched_param, in sched_setscheduler()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 2882 const void* param = (void*)(int*)0x123; 2884 gl.glDebugMessageCallback(emptyCallback, param); 2885 verifyStatePointer(result, gl, GL_DEBUG_CALLBACK_USER_PARAM, param, QUERY_POINTER);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_debug.c | 71 #define hdmi_dbg_err(param...) \ 74 hdmi_dbg_print(param); \ 1306 hdmi_dbg_print("[argv2 ]: command param.\n"); in debug_hdr_print() 1378 hi_void debug_timer_isr(hi_void *param) in debug_timer_isr() argument 1382 hi_unused(param); in debug_timer_isr() 3157 hdmi_dbg_err("invalid param!\n"); in debug_cmd_line_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 2319 u32 param; in bnx2x_nic_load_request() local 2333 param = DRV_MSG_CODE_LOAD_REQ_WITH_LFA; in bnx2x_nic_load_request() 2336 param |= DRV_MSG_CODE_LOAD_REQ_FORCE_LFA; in bnx2x_nic_load_request() 2339 (*load_code) = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_REQ, param); in bnx2x_nic_load_request()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev.c | 1614 * The pq_init_flags param determines whether the PQ is rate limited 2985 u32 load_code, resp, param, drv_mb_param; in qed_hw_init() local 3153 &resp, ¶m); in qed_hw_init() 3173 drv_mb_param, &resp, ¶m); in qed_hw_init() 3181 drv_mb_param, &load_code, ¶m); in qed_hw_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1740 /* Read tcamx. Change the control param */ in mps_tcam_show() 1943 u32 param[7], val[7]; in sensors_show() local 1949 param[0] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | in sensors_show() 1952 param[1] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | in sensors_show() 1956 param, val); in sensors_show()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.c | 986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) { in __ips_eh_reset() 2469 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) { in ips_hainit() 2543 if ((ha->subsys->param[3] & 0x300000) in ips_next() 3733 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */ in ips_send_cmd()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 2330 u32 param; in bnx2x_nic_load_request() local 2344 param = DRV_MSG_CODE_LOAD_REQ_WITH_LFA; in bnx2x_nic_load_request() 2347 param |= DRV_MSG_CODE_LOAD_REQ_FORCE_LFA; in bnx2x_nic_load_request() 2350 (*load_code) = bnx2x_fw_command(bp, DRV_MSG_CODE_LOAD_REQ, param); in bnx2x_nic_load_request()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 5675 } param[] = { in i40e_is_eee_param_supported() local 5682 for (i = 0; i < ARRAY_SIZE(param); i++) { in i40e_is_eee_param_supported() 5683 if (param[i].value) { in i40e_is_eee_param_supported() 5686 param[i].name); in i40e_is_eee_param_supported()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev.c | 1627 * The pq_init_flags param determines whether the PQ is rate limited 3068 u32 load_code, resp, param, drv_mb_param; in qed_hw_init() local 3239 &resp, ¶m); in qed_hw_init() 3259 drv_mb_param, &resp, ¶m); in qed_hw_init() 3267 drv_mb_param, &load_code, ¶m); in qed_hw_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1740 /* Read tcamx. Change the control param */ in mps_tcam_show() 1943 u32 param[7], val[7]; in sensors_show() local 1949 param[0] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | in sensors_show() 1952 param[1] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | in sensors_show() 1956 param, val); in sensors_show()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 1247 static void lan78xx_deferred_multicast_write(struct work_struct *param) in lan78xx_deferred_multicast_write() argument 1250 container_of(param, struct lan78xx_priv, set_multicast); in lan78xx_deferred_multicast_write() 2604 static void lan78xx_deferred_vlan_write(struct work_struct *param) in lan78xx_deferred_vlan_write() argument 2607 container_of(param, struct lan78xx_priv, set_vlan); in lan78xx_deferred_vlan_write()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) { in __ips_eh_reset() 2472 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) { in ips_hainit() 2546 if ((ha->subsys->param[3] & 0x300000) in ips_next() 3736 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */ in ips_send_cmd()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_attrib_tmp.h | 3212 TAG(Materialf)(GLenum face, GLenum pname, GLfloat param) in Materialf() argument 3215 fparam[0] = param; in Materialf() 3220 TAG(Materiali)(GLenum face, GLenum pname, GLint param) in Materiali() argument 3223 p[0] = (GLfloat) param; in Materiali()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 4894 GLfloat param) in ValidateSamplerParameterf() 4896 return ValidateSamplerParameterBase(context, entryPoint, sampler, pname, -1, false, ¶m); in ValidateSamplerParameterf() 4912 GLint param) in ValidateSamplerParameteri() 4914 return ValidateSamplerParameterBase(context, entryPoint, sampler, pname, -1, false, ¶m); in ValidateSamplerParameteri() 4890 ValidateSamplerParameterf(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, GLfloat param) ValidateSamplerParameterf() argument 4908 ValidateSamplerParameteri(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, GLint param) ValidateSamplerParameteri() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 149 // @param opcode SPIR-V opcode 150 // @param ast_unary_op return parameter 192 // @param opcode SPIR-V opcode 263 // @param opcode SPIR-V opcode 472 // @param opcode a SPIR-V opcode 496 // @param opcode a SPIR-V opcode 516 // @param opcode a SPIR-V opcode 531 // @param opcode a SPIR-V opcode 643 /// @param cond the switch statement condition 647 /// @param builde [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 674 * @param array The array to flatten. 695 * @param array The array to map. 696 * @param mapfn The callback used to map the result into one or more values. 1010 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 1011 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1357 * @param array A sorted array whose first element must be no larger than number 1358 * @param value The value to be searched for in the array. 1359 * @param keySelector A callback used to select the search key from `value` and each element of 1361 * @param keyComparer A callback used to compare two keys in a sorted array. 1362 * @param offse [all...] |