Home
last modified time | relevance | path

Searched refs:spear_pmx_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/spear/
H A Dpinctrl-spear300.c38 static struct spear_pmx_mode pmx_mode_nand = {
46 static struct spear_pmx_mode pmx_mode_nor = {
54 static struct spear_pmx_mode pmx_mode_photo_frame = {
62 static struct spear_pmx_mode pmx_mode_lend_ip_phone = {
70 static struct spear_pmx_mode pmx_mode_hend_ip_phone = {
78 static struct spear_pmx_mode pmx_mode_lend_wifi_phone = {
86 static struct spear_pmx_mode pmx_mode_hend_wifi_phone = {
94 static struct spear_pmx_mode pmx_mode_ata_pabx_wi2s = {
102 static struct spear_pmx_mode pmx_mode_ata_pabx_i2s = {
110 static struct spear_pmx_mode pmx_mode_caml_lcdw = {
[all …]
H A Dpinctrl-spear.h33 struct spear_pmx_mode { struct
167 struct spear_pmx_mode **pmx_modes;
H A Dpinctrl-spear320.c31 static struct spear_pmx_mode pmx_mode_auto_net_smii = {
39 static struct spear_pmx_mode pmx_mode_auto_net_mii = {
47 static struct spear_pmx_mode pmx_mode_auto_exp = {
55 static struct spear_pmx_mode pmx_mode_small_printers = {
63 static struct spear_pmx_mode pmx_mode_extended = {
71 static struct spear_pmx_mode *spear320_pmx_modes[] = {
H A Dpinctrl-spear.c57 struct spear_pmx_mode *pmx_mode = NULL; in set_mode()