/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 57 int index; member 437 static int of_parse_clkspec(const struct device_node *np, int index, 442 static inline int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() argument 458 * @p_index: parent index to search for 494 int index = core->parents[p_index].index; in clk_core_get() local 501 if (np && (name || index >= 0) && in clk_core_get() 502 !of_parse_clkspec(np, index, name, &clkspec)) { in clk_core_get() 522 static void clk_core_fill_parent_index(struct clk_core *core, u8 index) in clk_core_fill_parent_index() argument 524 struct clk_parent_map *entry = &core->parents[index]; in clk_core_fill_parent_index() 547 clk_core_get_parent_by_index(struct clk_core *core, u8 index) clk_core_get_parent_by_index() argument 560 clk_hw_get_parent_by_index(const struct clk_hw *hw, unsigned int index) clk_hw_get_parent_by_index() argument 2555 u8 index = 0; __clk_init_parent() local 4127 clk_nodrv_set_parent(struct clk_hw *hw, u8 index) clk_nodrv_set_parent() argument 4803 of_parse_clkspec(const struct device_node *np, int index, const char *name, struct of_phandle_args *out_args) of_parse_clkspec() argument 4892 of_clk_get_hw(struct device_node *np, int index, const char *con_id) of_clk_get_hw() argument 4909 __of_clk_get(struct device_node *np, int index, const char *dev_id, const char *con_id) __of_clk_get() argument 4918 of_clk_get(struct device_node *np, int index) of_clk_get() argument 4960 of_clk_get_parent_name(const struct device_node *np, int index) of_clk_get_parent_name() argument 5100 of_clk_detect_critical(struct device_node *np, int index, unsigned long *flags) of_clk_detect_critical() argument [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 53 int index; member 342 static int of_parse_clkspec(const struct device_node *np, int index, 347 static inline int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() argument 363 * @p_index: parent index to search for 399 int index = core->parents[p_index].index; in clk_core_get() local 406 if (np && (name || index >= 0) && in clk_core_get() 407 !of_parse_clkspec(np, index, name, &clkspec)) { in clk_core_get() 427 static void clk_core_fill_parent_index(struct clk_core *core, u8 index) in clk_core_fill_parent_index() argument 429 struct clk_parent_map *entry = &core->parents[index]; in clk_core_fill_parent_index() 453 clk_core_get_parent_by_index(struct clk_core *core, u8 index) clk_core_get_parent_by_index() argument 466 clk_hw_get_parent_by_index(const struct clk_hw *hw, unsigned int index) clk_hw_get_parent_by_index() argument 2716 u8 index = 0; __clk_init_parent() local 4344 clk_nodrv_set_parent(struct clk_hw *hw, u8 index) clk_nodrv_set_parent() argument 5048 of_parse_clkspec(const struct device_node *np, int index, const char *name, struct of_phandle_args *out_args) of_parse_clkspec() argument 5137 of_clk_get_hw(struct device_node *np, int index, const char *con_id) of_clk_get_hw() argument 5154 __of_clk_get(struct device_node *np, int index, const char *dev_id, const char *con_id) __of_clk_get() argument 5163 of_clk_get(struct device_node *np, int index) of_clk_get() argument 5205 of_clk_get_parent_name(const struct device_node *np, int index) of_clk_get_parent_name() argument 5345 of_clk_detect_critical(struct device_node *np, int index, unsigned long *flags) of_clk_detect_critical() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 74 page->index = 0; in gmap_alloc() 130 unsigned long index; in gmap_radix_tree_free() local 135 index = 0; in gmap_radix_tree_free() 138 radix_tree_for_each_slot(slot, root, &iter, index) { in gmap_radix_tree_free() 139 indices[nr] = iter.index; in gmap_radix_tree_free() 144 index = indices[i]; in gmap_radix_tree_free() 145 radix_tree_delete(root, index); in gmap_radix_tree_free() 155 unsigned long index; in gmap_rmap_radix_tree_free() local 160 index = 0; in gmap_rmap_radix_tree_free() 163 radix_tree_for_each_slot(slot, root, &iter, index) { in gmap_rmap_radix_tree_free() [all...] |
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input.c | 807 unsigned int index) in input_fetch_keycode() 811 return ((u8 *)dev->keycode)[index]; in input_fetch_keycode() 814 return ((u16 *)dev->keycode)[index]; in input_fetch_keycode() 817 return ((u32 *)dev->keycode)[index]; in input_fetch_keycode() 824 unsigned int index; in input_default_getkeycode() local 831 index = ke->index; in input_default_getkeycode() 833 error = input_scancode_to_scalar(ke, &index); in input_default_getkeycode() 838 if (index >= dev->keycodemax) in input_default_getkeycode() 841 ke->keycode = input_fetch_keycode(dev, index); in input_default_getkeycode() 806 input_fetch_keycode(struct input_dev *dev, unsigned int index) input_fetch_keycode() argument 853 unsigned int index; input_default_setkeycode() local [all...] |
/kernel/linux/linux-5.10/drivers/iommu/loongson/ |
H A D | iommu.c | 188 int index; in update_dev_table() local 214 index = find_first_zero_bit(iommu->devtable_bitmap, MAX_ATTACHED_DEV_ID); in update_dev_table() 215 if (index < MAX_ATTACHED_DEV_ID) { in update_dev_table() 216 __set_bit(index, iommu->devtable_bitmap); in update_dev_table() 217 dev_data->index = index; in update_dev_table() 223 pr_info("%s bdf %x domain_id %d index %x" in update_dev_table() 225 __func__, bdf, domain_id, index, in update_dev_table() 230 val |= ((index & 0xf) << 24); /* index */ in update_dev_table() 440 int index; iommu_zalloc_page() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627hf.c | 479 int nr = to_sensor_dev_attr(devattr)->index; in in_input_show() 486 int nr = to_sensor_dev_attr(devattr)->index; in in_min_show() 493 int nr = to_sensor_dev_attr(devattr)->index; in in_max_show() 501 int nr = to_sensor_dev_attr(devattr)->index; in in_min_store() 520 int nr = to_sensor_dev_attr(devattr)->index; in in_max_store() 668 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show() 676 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show() 685 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_store() 713 int nr = to_sensor_dev_attr(devattr)->index; in temp_show() 724 int nr = to_sensor_dev_attr(devattr)->index; in temp_max_show() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 659 static int calc_vclock3(int index, int m, int n, int p) in calc_vclock3() argument 663 return plls[index].ref_clk * m / n / p; in calc_vclock3() 666 static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2, in calc_vclock() argument 669 struct pll_min_max *pll = &plls[index]; in calc_vclock() 676 if (index == PLLS_I8xx) in calc_vclock() 717 int index = dinfo->pll_index; in intelfbhw_print_hw_state() local 736 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 746 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 764 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 775 calc_vclock(index, m in intelfbhw_print_hw_state() 880 splitm(int index, unsigned int m, unsigned int *retm1, unsigned int *retm2) splitm() argument 902 splitp(int index, unsigned int p, unsigned int *retp1, unsigned int *retp2) splitp() argument 937 calc_pll_params(int index, int clock, u32 *retm1, u32 *retm2, u32 *retn, u32 *retp1, u32 *retp2, u32 *retclock) calc_pll_params() argument [all...] |
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mixer_oss.c | 193 unsigned int index; in snd_mixer_oss_get_recsrc() local 194 result = mixer->get_recsrc(fmixer, &index); in snd_mixer_oss_get_recsrc() 197 result = 1 << index; in snd_mixer_oss_get_recsrc() 222 unsigned int index; in snd_mixer_oss_set_recsrc() local 232 mixer->get_recsrc(fmixer, &index); in snd_mixer_oss_set_recsrc() 233 result = 1 << index; in snd_mixer_oss_set_recsrc() 518 static struct snd_kcontrol *snd_mixer_oss_test_id(struct snd_mixer_oss *mixer, const char *name, int index) in snd_mixer_oss_test_id() argument 526 id.index = index; in snd_mixer_oss_test_id() 920 int index; member 923 snd_mixer_oss_build_test(struct snd_mixer_oss *mixer, struct slot *slot, const char *name, int index, int item) snd_mixer_oss_build_test() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | khugepaged.c | 1682 pgoff_t index, end = start + HPAGE_PMD_NR; in collapse_file() local 1706 /* This will be less messy when we use multi-index entries */ in collapse_file() 1722 new_page->index = start; in collapse_file() 1732 for (index = start; index < end; index++) { in collapse_file() 1735 VM_BUG_ON(index != xas.xa_index); in collapse_file() 1743 if (index == start) { in collapse_file() 1748 xas_set(&xas, index); in collapse_file() 1762 if (shmem_getpage(mapping->host, index, in collapse_file() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 221 /* Set the format index, frame index and frame interval. */ in uvc_v4l2_try_format() 224 probe->bFormatIndex = format->index; in uvc_v4l2_try_format() 256 if (probe->bFormatIndex == stream->format[i].index) { in uvc_v4l2_try_format() 638 u32 index = fmt->index; in uvc_ioctl_enum_fmt() local 640 if (fmt->type != stream->type || fmt->index >= stream->nformats) in uvc_ioctl_enum_fmt() 644 fmt->index = index; in uvc_ioctl_enum_fmt() 647 format = &stream->format[fmt->index]; in uvc_ioctl_enum_fmt() 867 u32 index = input->index; uvc_ioctl_enum_input() local 1222 unsigned int index; uvc_ioctl_enum_framesizes() local 1263 unsigned int index; uvc_ioctl_enum_frameintervals() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 286 /* Set the format index, frame index and frame interval. */ in uvc_v4l2_try_format() 289 probe->bFormatIndex = format->index; in uvc_v4l2_try_format() 323 if (probe->bFormatIndex == stream->formats[i].index) { in uvc_v4l2_try_format() 703 u32 index = fmt->index; in uvc_ioctl_enum_fmt() local 705 if (fmt->type != stream->type || fmt->index >= stream->nformats) in uvc_ioctl_enum_fmt() 709 fmt->index = index; in uvc_ioctl_enum_fmt() 712 format = &stream->formats[fmt->index]; in uvc_ioctl_enum_fmt() 930 u32 index = input->index; uvc_ioctl_enum_input() local 1255 unsigned int index; uvc_ioctl_enum_framesizes() local 1296 unsigned int index; uvc_ioctl_enum_frameintervals() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 1198 int index, i, num_stats; in qlcnic_get_strings() local 1208 for (index = 0; index < num_stats; index++) { in qlcnic_get_strings() 1210 qlcnic_tx_queue_stats_strings[index]); in qlcnic_get_strings() 1215 for (index = 0; index < QLCNIC_STATS_LEN; index++) { in qlcnic_get_strings() 1216 memcpy(data + index * ETH_GSTRING_LEN, in qlcnic_get_strings() 1217 qlcnic_gstrings_stats[index] in qlcnic_get_strings() 1353 int index, ret, length, size, ring; qlcnic_get_ethtool_stats() local [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_txnmgr.c | 54 int freetid; /* index of a free tid structure */ 55 int freelock; /* index first free lock word */ 263 * transaction id (tid) = tblock index in txInit() 292 * transaction lock id = tlock index in txInit() 766 linelock->index = 0; in txLock() 794 xtlck->index = 2; in txLock() 1050 maplock->index = 0; in txMaplock() 1079 linelock->index = 0; in txLinelock() 1449 PXDaddress(pxd, mp->index); in diLog() 1478 * index (withi in diLog() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 657 static int calc_vclock3(int index, int m, int n, int p) in calc_vclock3() argument 661 return plls[index].ref_clk * m / n / p; in calc_vclock3() 664 static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2, in calc_vclock() argument 667 struct pll_min_max *pll = &plls[index]; in calc_vclock() 674 if (index == PLLS_I8xx) in calc_vclock() 715 int index = dinfo->pll_index; in intelfbhw_print_hw_state() local 734 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 744 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 762 calc_vclock(index, m1, m2, n, p1, p2, 0)); in intelfbhw_print_hw_state() 773 calc_vclock(index, m in intelfbhw_print_hw_state() 878 splitm(int index, unsigned int m, unsigned int *retm1, unsigned int *retm2) splitm() argument 900 splitp(int index, unsigned int p, unsigned int *retp1, unsigned int *retp2) splitp() argument 935 calc_pll_params(int index, int clock, u32 *retm1, u32 *retm2, u32 *retn, u32 *retp1, u32 *retp2, u32 *retclock) calc_pll_params() argument [all...] |
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | dispcc-sm8450.c | 97 .index = DT_BI_TCXO, 124 .index = DT_BI_TCXO, 142 { .index = DT_BI_TCXO }, 143 { .index = DT_DP0_PHY_PLL_LINK_CLK }, 144 { .index = DT_DP0_PHY_PLL_VCO_DIV_CLK }, 145 { .index = DT_DP3_PHY_PLL_VCO_DIV_CLK }, 146 { .index = DT_DP1_PHY_PLL_VCO_DIV_CLK }, 147 { .index = DT_DP2_PHY_PLL_VCO_DIV_CLK }, 155 { .index = DT_BI_TCXO }, 159 { .index [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83627hf.c | 911 int bitnr = to_sensor_dev_attr(attr)->index; in alarm_show() 935 int bitnr = to_sensor_dev_attr(attr)->index; in beep_show() 944 int bitnr = to_sensor_dev_attr(attr)->index; in beep_store() 1009 int nr = to_sensor_dev_attr(devattr)->index; in in_input_show() 1017 int nr = to_sensor_dev_attr(devattr)->index; in in_min_show() 1026 int nr = to_sensor_dev_attr(devattr)->index; in in_min_store() 1045 int nr = to_sensor_dev_attr(devattr)->index; in in_max_show() 1054 int nr = to_sensor_dev_attr(devattr)->index; in in_max_store() 1099 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show() 1108 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show() [all...] |
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 822 unsigned int index) in input_fetch_keycode() 826 return ((u8 *)dev->keycode)[index]; in input_fetch_keycode() 829 return ((u16 *)dev->keycode)[index]; in input_fetch_keycode() 832 return ((u32 *)dev->keycode)[index]; in input_fetch_keycode() 839 unsigned int index; in input_default_getkeycode() local 846 index = ke->index; in input_default_getkeycode() 848 error = input_scancode_to_scalar(ke, &index); in input_default_getkeycode() 853 if (index >= dev->keycodemax) in input_default_getkeycode() 856 ke->keycode = input_fetch_keycode(dev, index); in input_default_getkeycode() 821 input_fetch_keycode(struct input_dev *dev, unsigned int index) input_fetch_keycode() argument 868 unsigned int index; input_default_setkeycode() local [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | mixer_oss.c | 193 unsigned int index; in snd_mixer_oss_get_recsrc() local 194 result = mixer->get_recsrc(fmixer, &index); in snd_mixer_oss_get_recsrc() 197 result = 1 << index; in snd_mixer_oss_get_recsrc() 222 unsigned int index; in snd_mixer_oss_set_recsrc() local 232 mixer->get_recsrc(fmixer, &index); in snd_mixer_oss_set_recsrc() 233 result = 1 << index; in snd_mixer_oss_set_recsrc() 518 static struct snd_kcontrol *snd_mixer_oss_test_id(struct snd_mixer_oss *mixer, const char *name, int index) in snd_mixer_oss_test_id() argument 526 id.index = index; in snd_mixer_oss_test_id() 929 int index; member 932 snd_mixer_oss_build_test(struct snd_mixer_oss *mixer, struct slot *slot, const char *name, int index, int item) snd_mixer_oss_build_test() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel.c | 160 u8 index; member 598 static u8 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index); 599 static void atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index, 601 static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index, 603 static void atmel_set_mib(struct atmel_private *priv, u8 type, u8 index, 605 static void atmel_get_mib(struct atmel_private *priv, u8 type, u8 index, 1656 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; in atmel_set_essid() local 1663 if (index != 0) in atmel_set_essid() 1720 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; in atmel_set_encode() local 1726 /* Check the index (non in atmel_set_encode() 1764 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; atmel_set_encode() local 1801 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; atmel_get_encode() local 2986 int i, index; store_bss_info() local 4071 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index) atmel_get_mib8() argument 4082 atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index, u8 data) atmel_set_mib8() argument 4093 atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index, u16 data) atmel_set_mib16() argument 4106 atmel_set_mib(struct atmel_private *priv, u8 type, u8 index, u8 *data, int data_len) atmel_set_mib() argument 4121 atmel_get_mib(struct atmel_private *priv, u8 type, u8 index, u8 *data, int data_len) atmel_get_mib() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | atmel.c | 159 u8 index; member 597 static u8 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index); 598 static void atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index, 600 static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index, 602 static void atmel_set_mib(struct atmel_private *priv, u8 type, u8 index, 604 static void atmel_get_mib(struct atmel_private *priv, u8 type, u8 index, 1656 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; in atmel_set_essid() local 1663 if (index != 0) in atmel_set_essid() 1723 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; in atmel_set_encode() local 1729 /* Check the index (non in atmel_set_encode() 1767 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; atmel_set_encode() local 1805 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1; atmel_get_encode() local 2981 int i, index; store_bss_info() local 4071 atmel_get_mib8(struct atmel_private *priv, u8 type, u8 index) atmel_get_mib8() argument 4082 atmel_set_mib8(struct atmel_private *priv, u8 type, u8 index, u8 data) atmel_set_mib8() argument 4093 atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index, u16 data) atmel_set_mib16() argument 4106 atmel_set_mib(struct atmel_private *priv, u8 type, u8 index, const u8 *data, int data_len) atmel_set_mib() argument 4121 atmel_get_mib(struct atmel_private *priv, u8 type, u8 index, u8 *data, int data_len) atmel_get_mib() argument [all...] |
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_endpoints.c | 345 uint32_t index; in AudioUsbQueuePendingOutputUrbs() local 366 for (index = 0; index < packet->packets; index++) { in AudioUsbQueuePendingOutputUrbs() 367 urbCtx->packetSize[index] = packet->packetSize[index]; in AudioUsbQueuePendingOutputUrbs() 374 AUDIO_DEVICE_LOG_ERR("Unable to submit urb #%d: %d\n", urbCtx->index, err); in AudioUsbQueuePendingOutputUrbs() 376 set_bit(urbCtx->index, &endpoint->activeMask); in AudioUsbQueuePendingOutputUrbs() 505 clear_bit(urbCtx->index, &endpoint->activeMask); in AudioUsbOutboundUrb() 513 clear_bit(urbCtx->index, in AudioUsbOutboundUrb() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 670 int ret, index = 0; in c8sectpfe_probe() local 762 fei->channel_data[index] = devm_kzalloc(dev, in c8sectpfe_probe() 766 if (!fei->channel_data[index]) { in c8sectpfe_probe() 771 tsin = fei->channel_data[index]; in c8sectpfe_probe() 836 , fei->channel_data[index]->tsin_id); in c8sectpfe_probe() 848 tsin->demux_mapping = index; in c8sectpfe_probe() 852 fei->channel_data[index], index, in c8sectpfe_probe() 857 index++; in c8sectpfe_probe() 925 int index in configure_channels() local [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sprd_serial.c | 996 struct uart_port *port = &sprd_port[co->index]->port; in sprd_console_write() 1024 if (co->index >= UART_NR_MAX || co->index < 0) in sprd_console_setup() 1025 co->index = 0; in sprd_console_setup() 1027 sprd_uart_port = sprd_port[co->index]; in sprd_console_setup() 1029 pr_info("serial port %d not yet initialized\n", co->index); in sprd_console_setup() 1047 .index = -1, 1126 if ((cons && cons->index >= 0 && cons->index == uport->line) || in sprd_uart_is_console() 1181 int index; in sprd_probe() local [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 725 * mask from index passed in *index. 735 u32 *index) in flow_lookup() 742 if (likely(*index < ma->max)) { in flow_lookup() 743 mask = rcu_dereference_ovsl(ma->masks[*index]); in flow_lookup() 748 stats->usage_cntrs[*index]++; in flow_lookup() 758 if (i == *index) in flow_lookup() 767 *index = i; in flow_lookup() 769 stats->usage_cntrs[*index]++; in flow_lookup() 821 int index in ovs_flow_tbl_lookup_stats() local 729 flow_lookup(struct flow_table *tbl, struct table_instance *ti, struct mask_array *ma, const struct sw_flow_key *key, u32 *n_mask_hit, u32 *n_cache_hit, u32 *index) flow_lookup() argument 857 u32 index = 0; ovs_flow_tbl_lookup() local 1178 int index = masks_and_count[i].index; ovs_flow_masks_rebalance() local [all...] |
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 892 /* search an index for specified time from given time table */ 1166 int index; in add_preset() local 1184 if ((index = get_index(cur->bank, cur->instr, cur->v.low)) < 0) in add_preset() 1187 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset() 1188 sflist->presets[index] = cur; in add_preset() 1197 int index; in delete_preset() local 1200 if ((index = get_index(zp->bank, zp->instr, zp->v.low)) < 0) in delete_preset() 1202 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset() 1257 int index; in search_first_zone() local 1260 if ((index in search_first_zone() 1321 int index; get_index() local [all...] |