Searched refs:pod (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/sound/usb/line6/ |
D | pod.c | 166 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument 169 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer() 178 struct usb_line6_pod *pod = line6_to_pod(line6); in line6_pod_process_message() local 179 const unsigned char *buf = pod->line6.buffer_message; in line6_pod_process_message() 182 pod->firmware_version = buf[13] * 100 + buf[14] * 10 + buf[15]; in line6_pod_process_message() 183 pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | in line6_pod_process_message() 185 if (pod->startup_progress == POD_STARTUP_VERSIONREQ) { in line6_pod_process_message() 186 pod->startup_progress = POD_STARTUP_SETUP; in line6_pod_process_message() 203 pod->monitor_level = value; in line6_pod_process_message() 210 static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, in pod_set_system_param_int() argument [all …]
|
D | podhd.c | 147 struct usb_line6_podhd *pod = card->private_data; in serial_number_show() local 149 return sprintf(buf, "%u\n", pod->serial_number); in serial_number_show() 156 struct usb_line6_podhd *pod = card->private_data; in firmware_version_show() local 158 return sprintf(buf, "%06x\n", pod->firmware_version); in firmware_version_show() 183 static int podhd_dev_start(struct usb_line6_podhd *pod) in podhd_dev_start() argument 188 struct usb_device *usbdev = pod->line6.usbdev; in podhd_dev_start() 195 dev_err(pod->line6.ifcdev, "read request failed (error %d)\n", ret); in podhd_dev_start() 205 dev_err(pod->line6.ifcdev, in podhd_dev_start() 210 pod->firmware_version = in podhd_dev_start() 214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start() [all …]
|
D | Makefile | 10 snd-usb-pod-y := pod.o 16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
|
/linux-5.19.10/drivers/clk/ingenic/ |
D | cgu.c | 125 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc_m_n_od() argument 143 *pod = od; in ingenic_pll_calc_m_n_od() 149 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc() argument 163 if (pod) in ingenic_pll_calc() 164 *pod = od; in ingenic_pll_calc()
|
D | jz4760-cgu.c | 59 unsigned int *pm, unsigned int *pn, unsigned int *pod) in jz4760_cgu_calc_m_n_od() argument 82 *pod = 1 << od; in jz4760_cgu_calc_m_n_od()
|