Searched refs:port_config (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/gpio/ |
D | gpio-mc33880.c | 50 u8 port_config; member 57 return spi_write(mc->spi, &mc->port_config, sizeof(mc->port_config)); in mc33880_write_config() 64 mc->port_config |= 1 << offset; in __mc33880_set() 66 mc->port_config &= ~(1 << offset); in __mc33880_set() 122 mc->port_config = 0x00; in mc33880_probe() 128 mc->port_config = 0x00; in mc33880_probe()
|
D | gpio-max730x.c | 62 config = &ts->port_config[offset >> 2]; in max7301_direction_input() 104 config = &ts->port_config[offset >> 2]; in max7301_direction_output() 131 config = (ts->port_config[offset >> 2] >> ((offset & 3) << 1)) in max7301_get() 211 ts->port_config[i] = 0xAA; in __max730x_probe()
|
/linux-4.19.296/drivers/soundwire/ |
D | stream.c | 1015 struct sdw_port_config *port_config, in sdw_port_alloc() argument 1024 p_rt->ch_mask = port_config[port_index].ch_mask; in sdw_port_alloc() 1025 p_rt->num = port_config[port_index].num; in sdw_port_alloc() 1032 struct sdw_port_config *port_config, in sdw_master_port_config() argument 1040 p_rt = sdw_port_alloc(bus->dev, port_config, i); in sdw_master_port_config() 1057 struct sdw_port_config *port_config, in sdw_slave_port_config() argument 1065 p_rt = sdw_port_alloc(&slave->dev, port_config, i); in sdw_slave_port_config() 1101 struct sdw_port_config *port_config, in sdw_stream_add_master() argument 1123 ret = sdw_master_port_config(bus, m_rt, port_config, num_ports); in sdw_stream_add_master() 1152 struct sdw_port_config *port_config, in sdw_stream_add_slave() argument [all …]
|
/linux-4.19.296/include/linux/spi/ |
D | max7301.h | 13 u8 port_config[8]; /* field 0 is unused */ member
|
/linux-4.19.296/include/linux/soundwire/ |
D | sdw.h | 785 struct sdw_port_config *port_config, 790 struct sdw_port_config *port_config,
|