/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | vdso32.lds.S | 60 .stab.index 0 : { *(.stab.index) }
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/ |
H A D | vdso32.lds.S | 66 .stab.index 0 : { *(.stab.index) }
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/ |
H A D | vdso64.lds.S | 66 .stab.index 0 : { *(.stab.index) }
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | oplib_64.h | 154 long prom_itlb_load(unsigned long index, 158 long prom_dtlb_load(unsigned long index,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | 40 int index, union ib_gid *gid); 42 int qedr_query_pkey(struct ib_device *, u8 port, u16 index, u16 *pkey);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | nv50.c | 74 nv50_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv50_mmu_new() argument 76 return nvkm_mmu_new_(&nv50_mmu, device, index, pmmu); in nv50_mmu_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atombios_i2c.c | 43 int index = GetIndexIntoMasterTable(COMMAND, ProcessI2cChannelTransaction); in radeon_process_i2c_ch() local 81 atom_execute_table_scratch_unlocked(rdev->mode_info.atom_context, index, (uint32_t *)&args); in radeon_process_i2c_ch()
|
H A D | atom.h | 152 bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size, 154 bool atom_parse_cmd_header(struct atom_context *ctx, int index,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | gf100.c | 115 gf100_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in gf100_mc_new() argument 117 return nvkm_mc_new_(&gf100_mc, device, index, pmc); in gf100_mc_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | g84.c | 153 g84_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g84_pci_new() argument 155 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk104.c | 130 gk104_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gk104_pmu_new() argument 132 return nvkm_pmu_new_(gk104_pmu_fwif, device, index, ppmu); in gk104_pmu_new()
|
H A D | gk110.c | 109 gk110_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gk110_pmu_new() argument 111 return nvkm_pmu_new_(gk110_pmu_fwif, device, index, ppmu); in gk110_pmu_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gf119.c | 149 gf119_therm_new(struct nvkm_device *device, int index, in gf119_therm_new() argument 152 return nvkm_therm_new_(&gf119_therm, device, index, ptherm); in gf119_therm_new()
|
H A D | priv.h | 34 int index, struct nvkm_therm **); 36 int index, const struct nvkm_therm_func *func);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | nv04.c | 148 nv04_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr) in nv04_timer_new() argument 150 return nvkm_timer_new_(&nv04_timer, device, index, ptmr); in nv04_timer_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gk104.c | 98 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk104_volt_new() argument 117 nvkm_volt_ctor(volt_func, device, index, &volt->base); in gk104_volt_new()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-lite.h | 32 /* Bit index definitions for struct fimc_lite::state */ 97 * @index: DMA start address register's index 103 unsigned short index; member 119 * @index: FIMC-LITE platform device index 136 * @buf_index: helps to keep track of the DMA start address register index 153 int index; member
|
H A D | fimc-isp.h | 104 unsigned int index; member 189 const u32 *mbus_code, int index);
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | i5500_temp.c | 56 int reg = to_sensor_dev_attr(devattr)->index; in thresh_show() 70 int nr = to_sensor_dev_attr(devattr)->index; in alarm_show()
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | ms5611_i2c.c | 28 static int ms5611_i2c_read_prom_word(struct ms5611_state *st, int index, in ms5611_i2c_read_prom_word() argument 34 MS5611_READ_PROM_WORD + (index << 1)); in ms5611_i2c_read_prom_word()
|
H A D | ms5611_spi.c | 25 static int ms5611_spi_read_prom_word(struct ms5611_state *st, int index, in ms5611_spi_read_prom_word() argument 30 ret = spi_w8r16be(st->client, MS5611_READ_PROM_WORD + (index << 1)); in ms5611_spi_read_prom_word()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | p2p.c | 36 noa_attr->index = noa->index; in ath10k_p2p_noa_ie_fill() 49 attr_len = 2; /* index + oppps_ctwindow */ in ath10k_p2p_noa_ie_fill() 64 len += 1 + 1; /* index + oppps_ctwindow */ in ath10k_p2p_noa_ie_len_compute()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | pio.h | 65 u8 index; member 85 /* Our b43 queue index number */ 86 u8 index; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_cq.h | 59 unsigned int index; member 114 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.h | 106 int index, unsigned long *count, const char **desc); 109 int dwmac5_flex_pps_config(void __iomem *ioaddr, int index,
|