Searched refs:pin_index (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 436 int *pins, int pin_index, void *data) in ti_iodelay_node_iterator() argument 458 cfg[pin_index].offset = pinctrl_spec->args[0]; in ti_iodelay_node_iterator() 459 cfg[pin_index].a_delay = pinctrl_spec->args[1] & 0xffff; in ti_iodelay_node_iterator() 460 cfg[pin_index].g_delay = pinctrl_spec->args[2] & 0xffff; in ti_iodelay_node_iterator() 462 pin = ti_iodelay_offset_to_pin(iod, cfg[pin_index].offset); in ti_iodelay_node_iterator() 465 np, cfg[pin_index].offset); in ti_iodelay_node_iterator() 468 pins[pin_index] = pin; in ti_iodelay_node_iterator() 471 pd->drv_data = &cfg[pin_index]; in ti_iodelay_node_iterator() 474 np, cfg[pin_index].offset, cfg[pin_index].a_delay, in ti_iodelay_node_iterator() 475 cfg[pin_index].g_delay); in ti_iodelay_node_iterator()
|
| /linux/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 191 int pin_index = -1, pin_func; in main() local 246 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func); in main() 438 if (pin_index >= 0) { in main() 440 desc.index = pin_index; in main()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.h | 181 * @pin_index: pin index 185 * This structure can be used for both output or input pins and the pin_index is relative to the member 189 u32 pin_index;
|
| H A D | ipc4-topology.c | 110 offsetof(struct sof_ipc4_pin_format, pin_index)}, 130 offsetof(struct sof_ipc4_pin_format, pin_index)}, 267 pin_fmt[i].pin_index, fmt->sampling_frequency, fmt->bit_depth, in sof_ipc4_dbg_module_audio_format() 371 sof_ipc4_get_input_pin_audio_fmt(struct snd_sof_widget *swidget, int pin_index) in sof_ipc4_get_input_pin_audio_fmt() 402 if (pin_format->pin_index == pin_index) in sof_ipc4_get_audio_fmt() 1648 if (pin_fmts[i].pin_index) 2765 if (pin_format_item->pin_index == i - pin_format_offset) { in sof_ipc4_prepare_process_module() 2862 if (pin_fmt->pin_index == 0) { in sof_ipc4_control_load_volume() 353 sof_ipc4_get_input_pin_audio_fmt(struct snd_sof_widget * swidget,int pin_index) sof_ipc4_get_input_pin_audio_fmt() argument
|
| /linux/sound/soc/intel/avs/ |
| H A D | messages.h | 729 u32 pin_index; member
|
| H A D | path.c | 788 pin->pin_index = tpin->pin_index; in avs_modext_create()
|