/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | pod.c | 167 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, in argument 237 struct usb_line6_pod *pod = card->private_data; serial_number_show() local 249 struct usb_line6_pod *pod = card->private_data; firmware_version_show() local 262 struct usb_line6_pod *pod = card->private_data; device_id_show() local 276 struct usb_line6_pod *pod = line6_to_pod(line6); pod_startup() local 330 struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); snd_pod_control_monitor_get() local 341 struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); snd_pod_control_monitor_put() local 370 struct usb_line6_pod *pod = line6_to_pod(line6); pod_init() local [all...] |
H A 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 in podhd_dev_start() 230 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_startup() local 240 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_disconnect() local 369 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_init() local [all...] |
H A D | Makefile | 10 snd-usb-pod-y := pod.o 16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | pod.c | 167 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, in argument 237 struct usb_line6_pod *pod = card->private_data; serial_number_show() local 249 struct usb_line6_pod *pod = card->private_data; firmware_version_show() local 262 struct usb_line6_pod *pod = card->private_data; device_id_show() local 276 struct usb_line6_pod *pod = line6_to_pod(line6); pod_startup() local 330 struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); snd_pod_control_monitor_get() local 341 struct usb_line6_pod *pod = line6_to_pod(line6pcm->line6); snd_pod_control_monitor_put() local 370 struct usb_line6_pod *pod = line6_to_pod(line6); pod_init() local [all...] |
H A D | podhd.c | 147 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 in podhd_dev_start() 230 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_startup() local 240 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_disconnect() local 369 struct usb_line6_podhd *pod = line6_to_podhd(line6); podhd_init() local [all...] |
H A D | Makefile | 10 snd-usb-pod-y := pod.o 16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod.o
|
/kernel/linux/linux-6.6/tools/workqueue/ |
H A D | wq_dump.py | 17 pod_cpus CPUs in each pod 18 pod_node NUMA node for memory allocation for each pod 19 cpu_pod pod that each CPU is associated to 104 for pod in range(pt.nr_pods): 105 print(f' [{pod}]={cpumask_str(pt.pod_cpus[pod])}', end='') 109 for pod in range(pt.nr_pods): 110 print(f' [{pod}]={pt.pod_node[pod].value_()}', end='')
|
/kernel/linux/linux-6.6/drivers/clk/ingenic/ |
H A D | cgu.c | 132 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc_m_n_od() 150 *pod = od; in ingenic_pll_calc_m_n_od() 156 unsigned int *pm, unsigned int *pn, unsigned int *pod) in ingenic_pll_calc() 170 if (pod) in ingenic_pll_calc() 171 *pod = od; in ingenic_pll_calc() 130 ingenic_pll_calc_m_n_od(const struct ingenic_cgu_pll_info *pll_info, unsigned long rate, unsigned long parent_rate, unsigned int *pm, unsigned int *pn, unsigned int *pod) ingenic_pll_calc_m_n_od() argument 154 ingenic_pll_calc(const struct ingenic_cgu_clk_info *clk_info, unsigned long rate, unsigned long parent_rate, unsigned int *pm, unsigned int *pn, unsigned int *pod) ingenic_pll_calc() argument
|
H A D | jz4760-cgu.c | 59 unsigned int *pm, unsigned int *pn, unsigned int *pod) in jz4760_cgu_calc_m_n_od() 80 *pod = 1 << od; in jz4760_cgu_calc_m_n_od() 57 jz4760_cgu_calc_m_n_od(const struct ingenic_cgu_pll_info *pll_info, unsigned long rate, unsigned long parent_rate, unsigned int *pm, unsigned int *pn, unsigned int *pod) jz4760_cgu_calc_m_n_od() argument
|
H A D | x1000-cgu.c | 175 unsigned int *pm, unsigned int *pn, unsigned int *pod) in x1000_i2spll_calc_m_n_od() 189 *pod = 1; in x1000_i2spll_calc_m_n_od() 173 x1000_i2spll_calc_m_n_od(const struct ingenic_cgu_pll_info *pll_info, unsigned long rate, unsigned long parent_rate, unsigned int *pm, unsigned int *pn, unsigned int *pod) x1000_i2spll_calc_m_n_od() argument
|
/kernel/linux/linux-5.10/drivers/clk/ingenic/ |
H A D | cgu.c | 124 unsigned *pm, unsigned *pn, unsigned *pod) in ingenic_pll_calc() 148 if (pod) in ingenic_pll_calc() 149 *pod = od; in ingenic_pll_calc() 122 ingenic_pll_calc(const struct ingenic_cgu_clk_info *clk_info, unsigned long rate, unsigned long parent_rate, unsigned *pm, unsigned *pn, unsigned *pod) ingenic_pll_calc() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 363 * Each pod type describes how CPUs should be grouped for unbound workqueues. 368 cpumask_var_t *pod_cpus; /* pod -> cpus */ 369 int *pod_node; /* pod -> node */ 370 int *cpu_pod; /* cpu -> pod */ 4493 int pod, node = NUMA_NO_NODE; in get_unbound_pool() local 4505 /* If __pod_cpumask is contained inside a NUMA pod, that's our node */ in get_unbound_pool() 4506 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool() 4507 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool() 4675 int pod = pt->cpu_pod[cpu]; wq_calc_pod_cpumask() local 7220 int cur, pre, cpu, pod; init_pod_type() local [all...] |