Lines Matching refs:gsb
379 struct gsb_buffer *gsb = (struct gsb_buffer *)value64; in mshw0011_space_handler() local
410 if (gsb->cmd.arg0 == MSHW0011_CMD_DEST_ADP1 && in mshw0011_space_handler()
411 gsb->cmd.arg1 == MSHW0011_CMD_ADP1_PSR) { in mshw0011_space_handler()
422 if (gsb->cmd.arg0 != MSHW0011_CMD_DEST_BAT0) { in mshw0011_space_handler()
427 switch (gsb->cmd.arg1) { in mshw0011_space_handler()
431 ret = mshw0011_bix(cdata, &gsb->bix); in mshw0011_space_handler()
434 cdata->trip_point = gsb->cmd.arg2; in mshw0011_space_handler()
437 ret = mshw0011_bst(cdata, &gsb->bst); in mshw0011_space_handler()
440 dev_info(&cdata->bat0->dev, "command(0x%02x) is not supported.\n", gsb->cmd.arg1); in mshw0011_space_handler()
446 gsb->ret = status; in mshw0011_space_handler()
447 gsb->status = 0; in mshw0011_space_handler()