Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 13 of 13) sorted by relevance

/linux/sound/usb/line6/
H A Dpod.c167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, in pod_alloc_sysex_buffer() argument
170 return line6_alloc_sysex_buffer(&pod->line6, POD_SYSEX_CODE, code, in pod_alloc_sysex_buffer()
179 struct usb_line6_pod *pod = line6_to_pod(line6); in line6_pod_process_message() local
180 const unsigned char *buf = pod->line6.buffer_message; in line6_pod_process_message()
183 pod->firmware_version = buf[13] * 100 + buf[14] * 10 + buf[15]; in line6_pod_process_message()
184 pod->device_id = ((int)buf[8] << 16) | ((int)buf[9] << 8) | in line6_pod_process_message()
186 if (pod->startup_progress == POD_STARTUP_VERSIONREQ) { in line6_pod_process_message()
187 pod->startup_progress = POD_STARTUP_SETUP; in line6_pod_process_message()
204 pod->monitor_level = value; in line6_pod_process_message()
211 static int pod_set_system_param_int(struct usb_line6_pod *pod, int value, in pod_set_system_param_int() argument
[all …]
H A Dpodhd.c147 struct usb_line6_podhd *pod = card->private_data; in serial_number_show() local
149 return sysfs_emit(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 sysfs_emit(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 …]
H A DMakefile10 snd-usb-pod-y := pod.o
16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
/linux/tools/workqueue/
H A Dwq_dump.py127 for pod in range(pt.nr_pods):
132 for pod in range(pt.nr_pods):
/linux/drivers/clk/ingenic/
H A Dcgu.c132 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc_m_n_od() argument
150 *pod = od; in ingenic_pll_calc_m_n_od()
156 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc() argument
170 if (pod) in ingenic_pll_calc()
171 *pod = od; in ingenic_pll_calc()
H A Djz4760-cgu.c59 unsigned int *pm, unsigned int *pn, unsigned int *pod) in jz4760_cgu_calc_m_n_od() argument
80 *pod = 1 << od; in jz4760_cgu_calc_m_n_od()
H A Dx1000-cgu.c176 unsigned int *pm, unsigned int *pn, unsigned int *pod) in x1000_i2spll_calc_m_n_od() argument
190 *pod = 1; in x1000_i2spll_calc_m_n_od()
/linux/kernel/
H A Dworkqueue.c5046 int pod, node = NUMA_NO_NODE; in get_unbound_pool() local
5059 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool()
5060 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool()
5061 node = pt->pod_node[pod]; in get_unbound_pool()
5236 int pod = pt->cpu_pod[cpu]; in wq_calc_pod_cpumask() local
5239 cpumask_and(attrs->__pod_cpumask, pt->pod_cpus[pod], attrs->cpumask); in wq_calc_pod_cpumask()
7963 int cur, pre, cpu, pod; in init_pod_type() local
7989 for (pod = 0; pod < pt->nr_pods; pod++) in init_pod_type()
7990 BUG_ON(!zalloc_cpumask_var(&pt->pod_cpus[pod], GFP_KERNEL)); in init_pod_type()
/linux/Documentation/translations/sp_SP/process/
H A D3.Early-stage.rst32 por sus siglas en inglés); este módulo podía configurarse para dar acceso a
46 La comunidad de audio, sin embargo, no podía ver más allá de la solución
124 incluía funciones que no podían implementarse fácilmente sin exponer el
H A D4.Coding.rst189 Hubo un tiempo en que se podía desarrollar código para el kernel de Linux
195 que se podía escribir código para el kernel sin pensar en el bloqueo han
H A Dmanagement-style.rst92 año no era una gran decisión después de todo, ya que se podía deshacer
H A Ddeprecated.rst296 accidentalmente _no_ es usado al final de la estructura (lo que podía pasar
H A Dhandling-regressions.rst513 usuario puede no ver todo lo que podía ver antes, y por eso el
614 "mira, antes podía hacer X, y ahora no puedo".