pod 115 drivers/clk/ingenic/cgu.c unsigned *pm, unsigned *pn, unsigned *pod) pod 139 drivers/clk/ingenic/cgu.c if (pod) pod 140 drivers/clk/ingenic/cgu.c *pod = od; pod 166 sound/usb/line6/pod.c static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, pod 169 sound/usb/line6/pod.c return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, pod 178 sound/usb/line6/pod.c struct usb_line6_pod *pod = line6_to_pod(line6); pod 179 sound/usb/line6/pod.c const unsigned char *buf = pod->line6.buffer_message; pod 182 sound/usb/line6/pod.c pod->firmware_version = buf[13] * 100 + buf[14] * 10 + buf[15]; pod 183 sound/usb/line6/pod.c pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | pod 185 sound/usb/line6/pod.c if (pod->startup_progress == POD_STARTUP_VERSIONREQ) { pod 186 sound/usb/line6/pod.c pod->startup_progress = POD_STARTUP_SETUP; pod 203 sound/usb/line6/pod.c pod->monitor_level = value; pod 210 sound/usb/line6/pod.c static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, pod 216 sound/usb/line6/pod.c sysex = pod_alloc_sysex_buffer(pod, POD_SYSEX_SYSTEM, size); pod 224 sound/usb/line6/pod.c line6_send_sysex_message(&pod->line6, sysex, size); pod 236 sound/usb/line6/pod.c struct usb_line6_pod *pod = card->private_data; pod 238 sound/usb/line6/pod.c return sprintf(buf, "%u\n", pod->serial_number); pod 248 sound/usb/line6/pod.c struct usb_line6_pod *pod = card->private_data; pod 250 sound/usb/line6/pod.c return sprintf(buf, "%d.%02d\n", pod->firmware_version / 100, pod 251 sound/usb/line6/pod.c pod->firmware_version % 100); pod 261 sound/usb/line6/pod.c struct usb_line6_pod *pod = card->private_data; pod 263 sound/usb/line6/pod.c return sprintf(buf, "%d\n", pod->device_id); pod 275 sound/usb/line6/pod.c struct usb_line6_pod *pod = line6_to_pod(line6); pod 277 sound/usb/line6/pod.c switch (pod->startup_progress) { pod 284 sound/usb/line6/pod.c line6_read_serial_number(&pod->line6, &pod->serial_number); pod 289 sound/usb/line6/pod.c pod->startup_progress = POD_STARTUP_DONE; pod 329 sound/usb/line6/pod.c struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); pod 331 sound/usb/line6/pod.c ucontrol->value.integer.value[0] = pod->monitor_level; pod 340 sound/usb/line6/pod.c struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); pod 342 sound/usb/line6/pod.c if (ucontrol->value.integer.value[0] == pod->monitor_level) pod 345 sound/usb/line6/pod.c pod->monitor_level = ucontrol->value.integer.value[0]; pod 346 sound/usb/line6/pod.c pod_set_system_param_int(pod, ucontrol->value.integer.value[0], pod 369 sound/usb/line6/pod.c struct usb_line6_pod *pod = line6_to_pod(line6); pod 401 sound/usb/line6/pod.c if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { pod 402 sound/usb/line6/pod.c pod->monitor_level = POD_SYSTEM_INVALID; pod 143 sound/usb/line6/podhd.c struct usb_line6_podhd *pod = card->private_data; pod 145 sound/usb/line6/podhd.c return sprintf(buf, "%u\n", pod->serial_number); pod 152 sound/usb/line6/podhd.c struct usb_line6_podhd *pod = card->private_data; pod 154 sound/usb/line6/podhd.c return sprintf(buf, "%06x\n", pod->firmware_version); pod 179 sound/usb/line6/podhd.c static int podhd_dev_start(struct usb_line6_podhd *pod) pod 184 sound/usb/line6/podhd.c struct usb_device *usbdev = pod->line6.usbdev; pod 195 sound/usb/line6/podhd.c dev_err(pod->line6.ifcdev, "read request failed (error %d)\n", ret); pod 205 sound/usb/line6/podhd.c dev_err(pod->line6.ifcdev, pod 210 sound/usb/line6/podhd.c pod->firmware_version = pod 214 sound/usb/line6/podhd.c ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); pod 231 sound/usb/line6/podhd.c struct usb_line6_podhd *pod = line6_to_podhd(line6); pod 233 sound/usb/line6/podhd.c podhd_dev_start(pod); pod 234 sound/usb/line6/podhd.c line6_read_serial_number(&pod->line6, &pod->serial_number); pod 241 sound/usb/line6/podhd.c struct usb_line6_podhd *pod = line6_to_podhd(line6); pod 243 sound/usb/line6/podhd.c if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL_INFO) { pod 247 sound/usb/line6/podhd.c pod->line6.properties->ctrl_if); pod 260 sound/usb/line6/podhd.c struct usb_line6_podhd *pod = line6_to_podhd(line6); pod 266 sound/usb/line6/podhd.c if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) { pod 269 sound/usb/line6/podhd.c pod->line6.properties->ctrl_if); pod 271 sound/usb/line6/podhd.c dev_err(pod->line6.ifcdev, "interface %d not found\n", pod 272 sound/usb/line6/podhd.c pod->line6.properties->ctrl_if); pod 278 sound/usb/line6/podhd.c dev_err(pod->line6.ifcdev, "can't claim interface %d, error %d\n", pod 279 sound/usb/line6/podhd.c pod->line6.properties->ctrl_if, err); pod 284 sound/usb/line6/podhd.c if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL_INFO) { pod 291 sound/usb/line6/podhd.c if (pod->line6.properties->capabilities & LINE6_CAP_PCM) { pod 301 sound/usb/line6/podhd.c if (!(pod->line6.properties->capabilities & LINE6_CAP_CONTROL_INFO)) {