usb4_switch_op
.usb4_switch_op = icm_usb4_switch_op,
.usb4_switch_op = icm_usb4_switch_op,
int (*usb4_switch_op)(struct tb_switch *sw, u16 opcode, u32 *metadata,
if (cm_ops->usb4_switch_op) {
ret = cm_ops->usb4_switch_op(sw, opcode, metadata, status,
ret = usb4_switch_op(sw, USB4_SWITCH_OP_NVM_SECTOR_SIZE, &metadata,
ret = usb4_switch_op(sw, USB4_SWITCH_OP_NVM_SET_OFFSET, &metadata,
ret = usb4_switch_op(sw, USB4_SWITCH_OP_NVM_AUTH, NULL, NULL);
ret = usb4_switch_op(sw, USB4_SWITCH_OP_QUERY_DP_RESOURCE, &metadata,
ret = usb4_switch_op(sw, USB4_SWITCH_OP_ALLOC_DP_RESOURCE, &metadata,
ret = usb4_switch_op(sw, USB4_SWITCH_OP_DEALLOC_DP_RESOURCE, &metadata,