Home
last modified time | relevance | path

Searched full:cc (Results 1 – 25 of 2591) sorted by relevance

12345678910>>...104

/kernel/linux/linux-6.6/drivers/bcma/
Ddriver_chipcommon.c18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked() argument
22 value |= bcma_cc_read32(cc, offset) & ~mask; in bcma_cc_write32_masked()
23 bcma_cc_write32(cc, offset, value); in bcma_cc_write32_masked()
28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc) in bcma_chipco_get_alp_clock() argument
30 if (cc->capabilities & BCMA_CC_CAP_PMU) in bcma_chipco_get_alp_clock()
31 return bcma_pmu_get_alp_clock(cc); in bcma_chipco_get_alp_clock()
37 static bool bcma_core_cc_has_pmu_watchdog(struct bcma_drv_cc *cc) in bcma_core_cc_has_pmu_watchdog() argument
39 struct bcma_bus *bus = cc->core->bus; in bcma_core_cc_has_pmu_watchdog()
41 if (cc->capabilities & BCMA_CC_CAP_PMU) { in bcma_core_cc_has_pmu_watchdog()
45 * be enabled but timer can't be bumped. Use CC one in bcma_core_cc_has_pmu_watchdog()
[all …]
Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read() argument
18 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_read()
19 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_read()
20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_chipco_pll_read()
24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write() argument
26 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_write()
27 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_write()
28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_chipco_pll_write()
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset() argument
35 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_maskset()
[all …]
Ddriver_gpio.c24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
26 return !!bcma_chipco_gpio_in(cc, 1 << gpio); in bcma_gpio_get_value()
32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
34 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_set_value()
39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
41 bcma_chipco_gpio_outen(cc, 1 << gpio, 0); in bcma_gpio_direction_input()
48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
50 bcma_chipco_gpio_outen(cc, 1 << gpio, 1 << gpio); in bcma_gpio_direction_output()
51 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_direction_output()
57 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
[all …]
/kernel/linux/linux-5.10/drivers/bcma/
Ddriver_chipcommon.c18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked() argument
22 value |= bcma_cc_read32(cc, offset) & ~mask; in bcma_cc_write32_masked()
23 bcma_cc_write32(cc, offset, value); in bcma_cc_write32_masked()
28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc) in bcma_chipco_get_alp_clock() argument
30 if (cc->capabilities & BCMA_CC_CAP_PMU) in bcma_chipco_get_alp_clock()
31 return bcma_pmu_get_alp_clock(cc); in bcma_chipco_get_alp_clock()
37 static bool bcma_core_cc_has_pmu_watchdog(struct bcma_drv_cc *cc) in bcma_core_cc_has_pmu_watchdog() argument
39 struct bcma_bus *bus = cc->core->bus; in bcma_core_cc_has_pmu_watchdog()
41 if (cc->capabilities & BCMA_CC_CAP_PMU) { in bcma_core_cc_has_pmu_watchdog()
45 * be enabled but timer can't be bumped. Use CC one in bcma_core_cc_has_pmu_watchdog()
[all …]
Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read() argument
18 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_read()
19 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_read()
20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_chipco_pll_read()
24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write() argument
26 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_write()
27 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_write()
28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_chipco_pll_write()
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset() argument
35 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_maskset()
[all …]
Ddriver_gpio.c22 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
24 return !!bcma_chipco_gpio_in(cc, 1 << gpio); in bcma_gpio_get_value()
30 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
32 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_set_value()
37 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
39 bcma_chipco_gpio_outen(cc, 1 << gpio, 0); in bcma_gpio_direction_input()
46 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
48 bcma_chipco_gpio_outen(cc, 1 << gpio, 1 << gpio); in bcma_gpio_direction_output()
49 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0); in bcma_gpio_direction_output()
55 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
[all …]
/kernel/linux/linux-6.6/drivers/ssb/
Ddriver_chipcommon.c32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked() argument
36 value |= chipco_read32(cc, offset) & ~mask; in chipco_write32_masked()
37 chipco_write32(cc, offset, value); in chipco_write32_masked()
42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode() argument
45 struct ssb_device *ccdev = cc->dev; in ssb_chipco_set_clockmode()
57 if (cc->capabilities & SSB_CHIPCO_CAP_PMU) in ssb_chipco_set_clockmode()
69 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL)) in ssb_chipco_set_clockmode()
74 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL); in ssb_chipco_set_clockmode()
76 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp); in ssb_chipco_set_clockmode()
81 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL); in ssb_chipco_set_clockmode()
[all …]
Ddriver_chipcommon_pmu.c22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read() argument
24 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_read()
25 return chipco_read32(cc, SSB_CHIPCO_PLLCTL_DATA); in ssb_chipco_pll_read()
28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write() argument
31 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_write()
32 chipco_write32(cc, SSB_CHIPCO_PLLCTL_DATA, value); in ssb_chipco_pll_write()
35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset() argument
40 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR); in ssb_chipco_regctl_maskset()
41 chipco_write32(cc, SSB_CHIPCO_REGCTL_ADDR, offset); in ssb_chipco_regctl_maskset()
42 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR); in ssb_chipco_regctl_maskset()
[all …]
/kernel/linux/linux-5.10/drivers/ssb/
Ddriver_chipcommon.c32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked() argument
36 value |= chipco_read32(cc, offset) & ~mask; in chipco_write32_masked()
37 chipco_write32(cc, offset, value); in chipco_write32_masked()
42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode() argument
45 struct ssb_device *ccdev = cc->dev; in ssb_chipco_set_clockmode()
57 if (cc->capabilities & SSB_CHIPCO_CAP_PMU) in ssb_chipco_set_clockmode()
69 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL)) in ssb_chipco_set_clockmode()
74 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL); in ssb_chipco_set_clockmode()
76 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp); in ssb_chipco_set_clockmode()
81 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL); in ssb_chipco_set_clockmode()
[all …]
Ddriver_chipcommon_pmu.c22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read() argument
24 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_read()
25 return chipco_read32(cc, SSB_CHIPCO_PLLCTL_DATA); in ssb_chipco_pll_read()
28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write() argument
31 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset); in ssb_chipco_pll_write()
32 chipco_write32(cc, SSB_CHIPCO_PLLCTL_DATA, value); in ssb_chipco_pll_write()
35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset() argument
40 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR); in ssb_chipco_regctl_maskset()
41 chipco_write32(cc, SSB_CHIPCO_REGCTL_ADDR, offset); in ssb_chipco_regctl_maskset()
42 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR); in ssb_chipco_regctl_maskset()
[all …]
/kernel/linux/linux-5.10/arch/s390/pci/
Dpci_insn.c20 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn() argument
25 u8 cc; in zpci_err_insn() member
27 } __packed data = {req, offset, cc, status}; in zpci_err_insn()
35 u8 cc; in __mpcifc() local
39 " ipm %[cc]\n" in __mpcifc()
40 " srl %[cc],28\n" in __mpcifc()
41 : [cc] "=d" (cc), [req] "+d" (req), [fib] "+Q" (*fib) in __mpcifc()
42 : : "cc"); in __mpcifc()
44 return cc; in __mpcifc()
49 u8 cc; in zpci_mod_fc() local
[all …]
/kernel/linux/linux-6.6/arch/s390/pci/
Dpci_insn.c23 u8 cc; member
37 static inline void zpci_err_insn_req(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_req() argument
41 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_req()
47 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_addr() argument
51 .insn = insn, .cc = cc, .status = status, in zpci_err_insn_addr()
60 u8 cc; in __mpcifc() local
64 " ipm %[cc]\n" in __mpcifc()
65 " srl %[cc],28\n" in __mpcifc()
66 : [cc] "=d" (cc), [req] "+d" (req), [fib] "+Q" (*fib) in __mpcifc()
67 : : "cc"); in __mpcifc()
[all …]
/kernel/linux/linux-6.6/drivers/md/
Ddm-crypt.c75 struct crypt_config *cc; member
103 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
105 void (*dtr)(struct crypt_config *cc);
106 int (*init)(struct crypt_config *cc);
107 int (*wipe)(struct crypt_config *cc);
108 int (*generator)(struct crypt_config *cc, u8 *iv,
110 int (*post)(struct crypt_config *cc, u8 *iv,
245 static struct scatterlist *crypt_get_sg_data(struct crypt_config *cc,
248 static bool crypt_integrity_aead(struct crypt_config *cc);
253 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) in any_tfm() argument
[all …]
/kernel/linux/linux-5.10/fs/f2fs/
Dcompress.c48 int (*init_compress_ctx)(struct compress_ctx *cc);
49 void (*destroy_compress_ctx)(struct compress_ctx *cc);
50 int (*compress_pages)(struct compress_ctx *cc);
56 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster() argument
58 return index & (cc->cluster_size - 1); in offset_in_cluster()
61 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx() argument
63 return index >> cc->log_cluster_size; in cluster_idx()
66 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) in start_idx_of_cluster() argument
68 return cc->cluster_idx << cc->log_cluster_size; in start_idx_of_cluster()
102 static void f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock) in f2fs_drop_rpages() argument
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-crypt.c67 struct crypt_config *cc; member
95 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
97 void (*dtr)(struct crypt_config *cc);
98 int (*init)(struct crypt_config *cc);
99 int (*wipe)(struct crypt_config *cc);
100 int (*generator)(struct crypt_config *cc, u8 *iv,
102 int (*post)(struct crypt_config *cc, u8 *iv,
237 static struct scatterlist *crypt_get_sg_data(struct crypt_config *cc,
240 static bool crypt_integrity_aead(struct crypt_config *cc);
245 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) in any_tfm() argument
[all …]
/kernel/linux/linux-6.6/fs/f2fs/
Dcompress.c52 int (*init_compress_ctx)(struct compress_ctx *cc);
53 void (*destroy_compress_ctx)(struct compress_ctx *cc);
54 int (*compress_pages)(struct compress_ctx *cc);
61 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster() argument
63 return index & (cc->cluster_size - 1); in offset_in_cluster()
66 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx() argument
68 return index >> cc->log_cluster_size; in cluster_idx()
71 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) in start_idx_of_cluster() argument
73 return cc->cluster_idx << cc->log_cluster_size; in start_idx_of_cluster()
100 static void f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock) in f2fs_drop_rpages() argument
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z16/
Dpai_crypto.json14 "PublicDescription": "KM-DEA function ending with CC=0"
21 "PublicDescription": "KM-TDEA-128 function ending with CC=0"
28 "PublicDescription": "KM-TDEA-192 function ending with CC=0"
35 "PublicDescription": "KM-Encrypted-DEA function ending with CC=0"
42 "PublicDescription": "KM-Encrypted-TDEA-128 function ending with CC=0"
49 "PublicDescription": "KM-Encrypted-TDEA-192 function ending with CC=0"
56 "PublicDescription": "KM-AES-128 function ending with CC=0"
63 "PublicDescription": "KM-AES-192 function ending with CC=0"
70 "PublicDescription": "KM-AES-256 function ending with CC=0"
77 "PublicDescription": "KM-Encrypted-AES-128 function ending with CC=0"
[all …]
Dpai_ext.json13 "BriefDescription": "NNPA ADD function ending with CC=0"
19 "BriefDescription": "NNPA SUB function ending with CC=0"
25 "BriefDescription": "NNPA MUL function ending with CC=0"
31 "BriefDescription": "NNPA DIV function ending with CC=0"
37 "BriefDescription": "NNPA MIN function ending with CC=0"
43 "BriefDescription": "NNPA MAX function ending with CC=0"
49 "BriefDescription": "NNPA LOG function ending with CC=0"
55 "BriefDescription": "NNPA EXP function ending with CC=0"
68 "BriefDescription": "NNPA RELU function ending with CC=0"
74 "BriefDescription": "NNPA TANH function ending with CC=0"
[all …]
/kernel/linux/linux-6.6/drivers/s390/cio/
Dioasm.c26 "0: ipm %[cc]\n" in __stsch()
27 " srl %[cc],28\n" in __stsch()
30 : [cc] "+&d" (ccode), [addr] "=Q" (*addr) in __stsch()
32 : "cc", "1"); in __stsch()
55 "0: ipm %[cc]\n" in __msch()
56 " srl %[cc],28\n" in __msch()
59 : [cc] "+&d" (ccode) in __msch()
61 : "cc", "1"); in __msch()
83 " ipm %[cc]\n" in __tsch()
84 " srl %[cc],28" in __tsch()
[all …]
Dtrace.h25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
26 TP_ARGS(schid, schib, cc),
44 __field(int, cc)
63 __entry->cc = cc;
65 TP_printk("schid=%x.%x.%04x cc=%d ena=%d st=%d dnv=%d dev=%04x "
68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
82 * @cc: Condition code
85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
86 TP_ARGS(schid, schib, cc)
93 * @cc: Condition code
[all …]
/kernel/linux/linux-5.10/mm/
Dcompaction.c222 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() argument
225 if (cc->ignore_skip_hint) in isolation_suitable()
405 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip() argument
411 if (cc->ignore_skip_hint) in test_and_set_skip()
418 if (!skip && !cc->no_set_skip_hint) in test_and_set_skip()
424 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() argument
426 struct zone *zone = cc->zone; in update_cached_migrate()
431 if (cc->no_set_skip_hint) in update_cached_migrate()
436 if (cc->mode != MIGRATE_ASYNC && in update_cached_migrate()
445 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() argument
[all …]
/kernel/linux/linux-5.10/drivers/s390/cio/
Dtrace.h25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
26 TP_ARGS(schid, schib, cc),
44 __field(int, cc)
63 __entry->cc = cc;
65 TP_printk("schid=%x.%x.%04x cc=%d ena=%d st=%d dnv=%d dev=%04x "
68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
82 * @cc: Condition code
85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
86 TP_ARGS(schid, schib, cc)
93 * @cc: Condition code
[all …]
/kernel/linux/linux-6.6/mm/
Dcompaction.c215 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() argument
218 if (cc->ignore_skip_hint) in isolation_suitable()
447 static bool test_and_set_skip(struct compact_control *cc, struct page *page) in test_and_set_skip() argument
452 if (cc->ignore_skip_hint) in test_and_set_skip()
456 if (!skip && !cc->no_set_skip_hint) in test_and_set_skip()
462 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate() argument
464 struct zone *zone = cc->zone; in update_cached_migrate()
467 if (cc->no_set_skip_hint) in update_cached_migrate()
475 if (cc->mode != MIGRATE_ASYNC && in update_cached_migrate()
484 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() argument
[all …]
/kernel/linux/linux-6.6/sound/core/
Dump_convert.c123 buf[1] = midi2->cc.index; in cvt_ump_midi2_to_legacy()
124 buf[2] = downscale_32_to_7bit(midi2->cc.data); in cvt_ump_midi2_to_legacy()
290 static void reset_rpn(struct ump_cvt_to_ump_bank *cc) in reset_rpn() argument
292 cc->rpn_set = 0; in reset_rpn()
293 cc->nrpn_set = 0; in reset_rpn()
294 cc->cc_rpn_msb = cc->cc_rpn_lsb = 0; in reset_rpn()
295 cc->cc_data_msb = cc->cc_data_lsb = 0; in reset_rpn()
296 cc->cc_data_msb_set = cc->cc_data_lsb_set = 0; in reset_rpn()
299 static int fill_rpn(struct ump_cvt_to_ump_bank *cc, in fill_rpn() argument
303 if (!(cc->cc_data_lsb_set || cc->cc_data_msb_set)) in fill_rpn()
[all …]
/kernel/linux/linux-6.6/sound/core/seq/
Dseq_ump_convert.c111 ev->data.control.channel = val->cc.channel; in ump_midi1_to_cc_ev()
112 ev->data.control.param = val->cc.index; in ump_midi1_to_cc_ev()
113 ev->data.control.value = val->cc.data; in ump_midi1_to_cc_ev()
232 ev->data.control.channel = val->cc.channel; in ump_midi2_to_cc_ev()
233 ev->data.control.param = val->cc.index; in ump_midi2_to_cc_ev()
234 ev->data.control.value = downscale_32_to_7bit(val->cc.data); in ump_midi2_to_cc_ev()
371 struct ump_cvt_to_ump_bank *cc; in cvt_ump_midi1_to_midi2() local
391 cc = &dest_port->midi2_bank[midi1->note.channel]; in cvt_ump_midi1_to_midi2()
392 switch (midi1->cc.index) { in cvt_ump_midi1_to_midi2()
394 cc->bank_set = 1; in cvt_ump_midi1_to_midi2()
[all …]

12345678910>>...104