init_ops
static const struct arm_smmu_impl_ops init_ops = {
new_smmu->impl_ops = &init_ops;
struct raw_op *init_ops;
#define INIT_OPS(bp) (bp->init_ops)
struct bnx2x_fw_file_section init_ops;
num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op);
BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops);
kfree(bp->init_ops);
kfree(bp->init_ops);
void (*init_ops)(struct e1000_hw *);
adapter->ei->init_ops(&adapter->hw);
.init_ops = e1000_init_function_pointers_vf,
.init_ops = e1000_init_function_pointers_vf,
union init_op *init_ops;
union init_op *init_ops;
init_ops = cdev->fw_data->init_ops;
union init_op *cmd = &init_ops[cmd_num];
fw->init_ops = (union init_op *)(data + offset);
if (init_ops()) {