Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/spear/
Dpinctrl-spear300.c40 static struct spear_pmx_mode pmx_mode_nand = {
48 static struct spear_pmx_mode pmx_mode_nor = {
56 static struct spear_pmx_mode pmx_mode_photo_frame = {
64 static struct spear_pmx_mode pmx_mode_lend_ip_phone = {
72 static struct spear_pmx_mode pmx_mode_hend_ip_phone = {
80 static struct spear_pmx_mode pmx_mode_lend_wifi_phone = {
88 static struct spear_pmx_mode pmx_mode_hend_wifi_phone = {
96 static struct spear_pmx_mode pmx_mode_ata_pabx_wi2s = {
104 static struct spear_pmx_mode pmx_mode_ata_pabx_i2s = {
112 static struct spear_pmx_mode pmx_mode_caml_lcdw = {
[all …]
Dpinctrl-spear.h32 struct spear_pmx_mode { struct
166 struct spear_pmx_mode **pmx_modes;
Dpinctrl-spear320.c33 static struct spear_pmx_mode pmx_mode_auto_net_smii = {
41 static struct spear_pmx_mode pmx_mode_auto_net_mii = {
49 static struct spear_pmx_mode pmx_mode_auto_exp = {
57 static struct spear_pmx_mode pmx_mode_small_printers = {
65 static struct spear_pmx_mode pmx_mode_extended = {
73 static struct spear_pmx_mode *spear320_pmx_modes[] = {
Dpinctrl-spear.c55 struct spear_pmx_mode *pmx_mode = NULL; in set_mode()