Home
last modified time | relevance | path

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

/drivers/pinctrl/spear/
Dpinctrl-spear300.c39 static struct spear_pmx_mode pmx_mode_nand = {
47 static struct spear_pmx_mode pmx_mode_nor = {
55 static struct spear_pmx_mode pmx_mode_photo_frame = {
63 static struct spear_pmx_mode pmx_mode_lend_ip_phone = {
71 static struct spear_pmx_mode pmx_mode_hend_ip_phone = {
79 static struct spear_pmx_mode pmx_mode_lend_wifi_phone = {
87 static struct spear_pmx_mode pmx_mode_hend_wifi_phone = {
95 static struct spear_pmx_mode pmx_mode_ata_pabx_wi2s = {
103 static struct spear_pmx_mode pmx_mode_ata_pabx_i2s = {
111 static struct spear_pmx_mode pmx_mode_caml_lcdw = {
[all …]
Dpinctrl-spear.h33 struct spear_pmx_mode { struct
167 struct spear_pmx_mode **pmx_modes;
Dpinctrl-spear320.c32 static struct spear_pmx_mode pmx_mode_auto_net_smii = {
40 static struct spear_pmx_mode pmx_mode_auto_net_mii = {
48 static struct spear_pmx_mode pmx_mode_auto_exp = {
56 static struct spear_pmx_mode pmx_mode_small_printers = {
64 static struct spear_pmx_mode pmx_mode_extended = {
72 static struct spear_pmx_mode *spear320_pmx_modes[] = {
Dpinctrl-spear.c56 struct spear_pmx_mode *pmx_mode = NULL; in set_mode()