/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps65911-comparator.c | 58 u8 index = 0, val; in comp_threshold_set() local 61 curr_voltage = tps_comp.vsel_table[index]; in comp_threshold_set() 65 index ++; in comp_threshold_set() 71 val = index << 1; in comp_threshold_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gk20a.c | 147 gk20a_volt_ctor(struct nvkm_device *device, int index, in gk20a_volt_ctor() argument 154 nvkm_volt_ctor(&gk20a_volt, device, index, &volt->base); in gk20a_volt_ctor() 175 gk20a_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk20a_volt_new() argument 184 return gk20a_volt_ctor(device, index, gk20a_cvb_coef, in gk20a_volt_new()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 100 int index; in of_get_dml_pipe_index() local 103 index = of_property_match_string(np, "dma-names", name); in of_get_dml_pipe_index() 105 if (index < 0) in of_get_dml_pipe_index() 108 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_get_dml_pipe_index()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_rx.c | 105 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet() argument 107 struct efx_rx_buffer *rx_buf = efx_rx_buffer(rx_queue, index); in ef100_rx_packet() 115 efx_rx_queue_index(rx_queue), index); in ef100_rx_packet() 127 channel->rx_pkt_index = index; in ef100_rx_packet()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-robotfuzz-osif.c | 37 int value, int index, void *data, int len) in osif_usb_read() 43 USB_DIR_IN, value, index, data, len, 2000); in osif_usb_read() 47 int value, int index, void *data, int len) in osif_usb_write() 54 value, index, data, len, 2000); in osif_usb_write() 36 osif_usb_read(struct i2c_adapter *adapter, int cmd, int value, int index, void *data, int len) osif_usb_read() argument 46 osif_usb_write(struct i2c_adapter *adapter, int cmd, int value, int index, void *data, int len) osif_usb_write() argument
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | ti_sci_pm_domains.c | 36 * @idx: index of the device that identifies it with the system 98 pr_err("%s: invalid domain index %u\n", __func__, idx); in ti_sci_pd_xlate() 126 int index; in ti_sci_pm_domain_probe() local 146 index = 0; in ti_sci_pm_domain_probe() 151 index, &args); in ti_sci_pm_domain_probe() 178 index++; in ti_sci_pm_domain_probe()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_pipapo.h | 64 /* ...which gives us the highest allowed index for a rule */ 84 #define nft_pipapo_for_each_field(field, index, match) \ 85 for ((field) = (match)->f, (index) = 0; \ 86 (index) < (match)->field_count; \ 87 (index)++, (field)++) 135 * @map_index: Current working bitmap index, toggled between field matches
|
H A D | nft_fib.c | 138 int index; in nft_fib_store_result() local 142 index = dev ? dev->ifindex : 0; in nft_fib_store_result() 144 nft_reg_store8(dreg, !!index); in nft_fib_store_result() 146 *dreg = index; in nft_fib_store_result()
|
/kernel/linux/linux-5.10/include/linux/power/ |
H A D | smartreflex.h | 178 * @index: loop index (integer) 181 * microseconds have passed. To use, define some integer @index in the 182 * calling code. After running, if @index == @timeout, then the loop has 186 #define sr_test_cond_timeout(cond, timeout, index) \ 188 for (index = 0; index < timeout; index++) { \
|
/kernel/linux/linux-5.10/sound/drivers/pcsp/ |
H A D | pcsp.c | 28 static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ variable 33 module_param(index, int, 0444); 34 MODULE_PARM_DESC(index, "Index value for pcsp soundcard."); 107 err = snd_card_new(dev, index, id, THIS_MODULE, 0, &card); in snd_card_pcsp_probe()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | powermac.c | 24 static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ variable 28 module_param(index, int, 0444); 29 MODULE_PARM_DESC(index, "Index value for " CHIP_NAME " soundchip."); 48 err = snd_card_new(&devptr->dev, index, id, THIS_MODULE, 0, &card); in snd_pmac_probe()
|
/kernel/linux/linux-5.10/sound/isa/ad1848/ |
H A D | ad1848.c | 29 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable 37 module_param_array(index, int, NULL, 0444); 38 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard."); 78 error = snd_card_new(dev, index[n], id[n], THIS_MODULE, 0, &card); in snd_ad1848_probe()
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | chip.c | 31 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ variable 37 module_param_array(index, int, NULL, 0444); 38 MODULE_PARM_DESC(index, "Index value for the 6fire sound device"); 88 int regidx = -1; /* index in module parameter array */ in usb6fire_chip_probe() 123 ret = snd_card_new(&intf->dev, index[regidx], id[regidx], in usb6fire_chip_probe()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_txnmgr.h | 35 lid_t next; /* index of first tlock of tid */ 36 lid_t last; /* index of last tlock of tid */ 83 lid_t next; /* 2: index next lockword on tid locklist 161 s8 index; /* 1: */ member 177 s8 index; /* 1: */ member 201 * N.B. index of the first pxdlock specifies index of next 208 u8 index; /* 2: next free maplock index */ member 236 u8 index; /* member [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_iommu.c | 52 unsigned int index = (iova - GPU_MEM_START) / SZ_4K; in etnaviv_iommuv1_map() local 57 v1_context->pgtable_cpu[index] = paddr; in etnaviv_iommuv1_map() 66 unsigned int index = (iova - GPU_MEM_START) / SZ_4K; in etnaviv_iommuv1_unmap() local 71 v1_context->pgtable_cpu[index] = context->global->bad_page_dma; in etnaviv_iommuv1_unmap()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv50.c | 152 struct nvkm_device *device, int index, in nv50_devinit_new_() 161 nvkm_devinit_ctor(func, device, index, &init->base); in nv50_devinit_new_() 175 nv50_devinit_new(struct nvkm_device *device, int index, in nv50_devinit_new() argument 178 return nv50_devinit_new_(&nv50_devinit, device, index, pinit); in nv50_devinit_new() 151 nv50_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, int index, struct nvkm_devinit **pinit) nv50_devinit_new_() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gf100.c | 165 int index, struct nvkm_bar **pbar) in gf100_bar_new_() 170 nvkm_bar_ctor(func, device, index, &bar->base); in gf100_bar_new_() 192 gf100_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gf100_bar_new() argument 194 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new() 164 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, int index, struct nvkm_bar **pbar) gf100_bar_new_() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_hdcp.h | 221 uint8_t index; member 255 uint8_t index; member 277 uint8_t index, struct mod_hdcp_output *output); 279 /* called to query hdcp information on a specific index */ 281 uint8_t index, struct mod_hdcp_display_query *query);
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dtv5100.c | 33 u16 index; in dtv5100_i2c_msg() local 56 index = (addr << 8) + wbuf[0]; in dtv5100_i2c_msg() 61 type, value, index, st->data, rlen, in dtv5100_i2c_msg() 151 dtv5100_init[i].index, NULL, 0, in dtv5100_probe()
|
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | opp.h | 230 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index); 232 struct opp_table *_managed_opp(struct device *dev, int index); 236 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument 238 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | console.h | 151 short index; member 187 extern int braille_register_console(struct console *, int index, 204 void vcs_make_sysfs(int index); 205 void vcs_remove_sysfs(int index);
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps65911-comparator.c | 58 u8 index = 0, val; in comp_threshold_set() local 61 curr_voltage = tps_comp.vsel_table[index]; in comp_threshold_set() 65 index ++; in comp_threshold_set() 71 val = index << 1; in comp_threshold_set()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 100 int index; in of_get_dml_pipe_index() local 103 index = of_property_match_string(np, "dma-names", name); in of_get_dml_pipe_index() 105 if (index < 0) in of_get_dml_pipe_index() 108 if (of_parse_phandle_with_args(np, "dmas", "#dma-cells", index, in of_get_dml_pipe_index()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dtv5100.c | 33 u16 index; in dtv5100_i2c_msg() local 56 index = (addr << 8) + wbuf[0]; in dtv5100_i2c_msg() 61 type, value, index, st->data, rlen, in dtv5100_i2c_msg() 151 dtv5100_init[i].index, NULL, 0, in dtv5100_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_mbx.c | 70 /* convert a BIT() value into an array index */ in ice_conv_link_speed_to_virtchnl() 71 u32 index = fls(link_speed) - 1; in ice_conv_link_speed_to_virtchnl() local 74 return ice_get_link_speed(index); in ice_conv_link_speed_to_virtchnl() 75 else if (index < ARRAY_SIZE(ice_legacy_aq_to_vc_speed)) in ice_conv_link_speed_to_virtchnl() 81 return ice_legacy_aq_to_vc_speed[index]; in ice_conv_link_speed_to_virtchnl()
|