PM8XXX_GPIO_PHYSICAL_OFFSET  534 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	return gpio_desc->args[0] - PM8XXX_GPIO_PHYSICAL_OFFSET;
PM8XXX_GPIO_PHYSICAL_OFFSET  547 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	fwspec.param[0] = offset + PM8XXX_GPIO_PHYSICAL_OFFSET;
PM8XXX_GPIO_PHYSICAL_OFFSET  595 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	seq_printf(s, " gpio%-2d:", offset + PM8XXX_GPIO_PHYSICAL_OFFSET);
PM8XXX_GPIO_PHYSICAL_OFFSET  709 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c 	*hwirq = fwspec->param[0] - PM8XXX_GPIO_PHYSICAL_OFFSET;