Searched refs:op_idx (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 1269 unsigned int op_idx, pl_idx, tr_idx; in imgu_css_shd_ops_calc() local 1305 op_idx = 0; in imgu_css_shd_ops_calc() 1328 if (op_idx >= IMGU_ABI_SHD_MAX_OPERATIONS || in imgu_css_shd_ops_calc() 1331 p_op[op_idx].op_type = in imgu_css_shd_ops_calc() 1333 p_op[op_idx].op_indicator = IMGU_ABI_ACC_OP_IDLE; in imgu_css_shd_ops_calc() 1334 op_idx++; in imgu_css_shd_ops_calc() 1342 if (op_idx >= IMGU_ABI_SHD_MAX_OPERATIONS || in imgu_css_shd_ops_calc() 1345 p_op[op_idx].op_type = in imgu_css_shd_ops_calc() 1353 p_op[op_idx].op_indicator = in imgu_css_shd_ops_calc() 1360 p_op[op_idx].op_indicator = in imgu_css_shd_ops_calc() [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 238 u32 op_idx, op_type, addr, len; in bnx2x_init_block() local 247 for (op_idx = op_start; op_idx < op_end; op_idx++) { in bnx2x_init_block() 249 op = (const union init_op *)&(INIT_OPS(bp)[op_idx]); in bnx2x_init_block() 293 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block() 301 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
|
| /linux/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 138 unsigned int op_idx; in bpf_struct_ops_test_run() local 177 op_idx = prog->expected_attach_type; in bpf_struct_ops_test_run() 179 &st_ops->func_models[op_idx], in bpf_struct_ops_test_run()
|
| /linux/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_client.c | 157 case op_idx: in get_sensor_name() 257 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init() 330 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init()
|
| H A D | amd_sfh_pcie.h | 82 op_idx = 15, enumerator
|
| H A D | amd_sfh_pcie.c | 237 sensor_id[num_of_sensors++] = op_idx; in amd_mp2_get_sensor_num()
|
| /linux/fs/ceph/ |
| H A D | addr.c | 604 int op_idx; member 1051 ceph_wbc->op_idx = -1; in ceph_init_writeback_ctl() 1477 ceph_wbc->op_idx = 0; in ceph_submit_write() 1490 if (ceph_wbc->op_idx + 1 == req->r_num_ops) in ceph_submit_write() 1497 osd_req_op_extent_dup_last(req, ceph_wbc->op_idx, in ceph_submit_write() 1502 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write() 1507 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write() 1512 ceph_wbc->op_idx++; in ceph_submit_write() 1550 osd_req_op_extent_osd_data_pages(req, ceph_wbc->op_idx, in ceph_submit_write() 1553 osd_req_op_extent_update(req, ceph_wbc->op_idx, len); in ceph_submit_write() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 680 u8 op_idx, data_idx, data_len, write_len, read_len; in mlxbf_i2c_smbus_enable() 731 for (op_idx = 0; op_idx < request->operation_cnt; op_idx++) { in mlxbf_i2c_smbus_start_transaction() 732 operation = &request->operation[op_idx]; in mlxbf_i2c_smbus_start_transaction() 742 if (op_idx == 0 && flags & MLXBF_I2C_F_SMBUS_OPERATION) { in mlxbf_i2c_smbus_start_transaction() 687 u8 op_idx, data_idx, data_len, write_len, read_len; mlxbf_i2c_smbus_start_transaction() local
|