/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gm200.c | 182 gm200_devinit_new(struct nvkm_device *device, int index, in gm200_devinit_new() argument 185 return nv50_devinit_new_(&gm200_devinit, device, index, pinit); in gm200_devinit_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gv100.c | 304 gv100_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gv100_fifo_new() argument 306 return gk104_fifo_new_(&gv100_fifo, device, index, 4096, pfifo); in gv100_fifo_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv04.c | 221 nv04_instmem_new(struct nvkm_device *device, int index, in nv04_instmem_new() argument 228 nvkm_instmem_ctor(&nv04_instmem, device, index, &imem->base); in nv04_instmem_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/ |
H A D | vkms_plane.c | 181 enum drm_plane_type type, int index) in vkms_plane_init() 203 ret = drm_universal_plane_init(dev, plane, 1 << index, in vkms_plane_init() 180 vkms_plane_init(struct vkms_device *vkmsdev, enum drm_plane_type type, int index) vkms_plane_init() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | benq.c | 34 u16 value, u16 index) in reg_w() 45 index, in reg_w() 194 * ep 0x82 of the same index. in sd_isoc_irq() 33 reg_w(struct gspca_dev *gspca_dev, u16 value, u16 index) reg_w() argument
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | 88pm8607.c | 201 static int pm8607_list_voltage(struct regulator_dev *rdev, unsigned index) in pm8607_list_voltage() argument 206 ret = regulator_list_voltage_table(rdev, index); in pm8607_list_voltage()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.c | 245 * Return: 0 if the media bus code is found, or -EINVAL if the format index 260 if (code->index) in xvip_enum_mbus_code() 284 * if the index or the code is not valid. 300 if (fse->index || fse->code != format->code) in xvip_enum_frame_size()
|
/kernel/linux/linux-5.10/drivers/platform/loongarch/ |
H A D | cpu_hwmon.c | 29 int id = (to_sensor_dev_attr(attr))->index - 1; in cpu_temp_label() 36 int id = (to_sensor_dev_attr(attr))->index - 1; in get_cpu_temp()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_crtc.h | 990 * @index: Position inside the mode_config.list, can be used as an array 991 * index. It is invariant over the lifetime of the CRTC. 993 unsigned index; member 1214 * drm_crtc_index - find the index of a registered CRTC 1215 * @crtc: CRTC to find index for 1217 * Given a registered CRTC, return the index of that CRTC within a DRM 1222 return crtc->index; in drm_crtc_index()
|
H A D | drm_plane.h | 661 * @index: Position inside the mode_config.list, can be used as an array 662 * index. It is invariant over the lifetime of the plane. 664 unsigned index; member 750 * drm_plane_index - find the index of a registered plane 751 * @plane: plane to find index for 753 * Given a registered plane, return the index of that plane within a DRM 758 return plane->index; in drm_plane_index()
|
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_mpeg2.c | 181 dst_luma_addr = cedrus_dst_buf_addr(ctx, run->dst->vb2_buf.index, 0); in cedrus_mpeg2_setup() 182 dst_chroma_addr = cedrus_dst_buf_addr(ctx, run->dst->vb2_buf.index, 1); in cedrus_mpeg2_setup()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_codec.h | 183 u8 control_id, u8 index, 186 u8 control_id, u8 index,
|
/kernel/linux/linux-5.10/include/linux/can/dev/ |
H A D | peak_canfd.h | 273 static inline __le16 pucan_cmd_opcode_channel(int index, int opcode) in pucan_cmd_opcode_channel() argument 275 return cpu_to_le16(((index) << 12) | ((opcode) & 0x3ff)); in pucan_cmd_opcode_channel()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 262 const char *phandle_name, int index); 421 const char *phandle_name, int index) in devfreq_get_devfreq_by_phandle() 420 devfreq_get_devfreq_by_phandle(struct device *dev, const char *phandle_name, int index) devfreq_get_devfreq_by_phandle() argument
|
H A D | dax.h | 237 int dax_delete_mapping_entry(struct address_space *mapping, pgoff_t index); 239 pgoff_t index);
|
/kernel/linux/linux-5.10/include/linux/iio/common/ |
H A D | st_sensors.h | 49 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ 56 .scan_index = index, \
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | benq.c | 34 u16 value, u16 index) in reg_w() 45 index, in reg_w() 194 * ep 0x82 of the same index. in sd_isoc_irq() 33 reg_w(struct gspca_dev *gspca_dev, u16 value, u16 index) reg_w() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.c | 245 * Return: 0 if the media bus code is found, or -EINVAL if the format index 260 if (code->index) in xvip_enum_mbus_code() 284 * if the index or the code is not valid. 300 if (fse->index || fse->code != format->code) in xvip_enum_frame_size()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.c | 52 void hw_atl2_new_rpf_rss_redir_set(struct aq_hw_s *aq_hw, u32 tc, u32 index, in hw_atl2_new_rpf_rss_redir_set() argument 55 aq_hw_write_reg_bit(aq_hw, HW_ATL2_RPF_RSS_REDIR_ADR(tc, index), in hw_atl2_new_rpf_rss_redir_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 110 u8 index; member 152 void (*set_mss)(struct xgene_enet_pdata *pdata, u16 mss, u8 index);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.h | 31 void ef4_xmit_done(struct ef4_tx_queue *tx_queue, unsigned int index); 47 void ef4_rx_packet(struct ef4_rx_queue *rx_queue, unsigned int index,
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsdump.c | 400 if (resource_source->index == 0xFF) { in acpi_rs_dump_resource_source() 404 acpi_rs_out_integer8("Resource Source Index", resource_source->index); in acpi_rs_dump_resource_source()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | i18n.h | 241 char *spk_msg_get(enum msg_index_t index); 242 ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length);
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | eurotechwdt.c | 108 static inline void eurwdt_write_reg(u8 index, u8 data) in eurwdt_write_reg() argument 110 outb(index, io); in eurwdt_write_reg()
|
/kernel/linux/linux-6.6/include/linux/can/dev/ |
H A D | peak_canfd.h | 273 static inline __le16 pucan_cmd_opcode_channel(int index, int opcode) in pucan_cmd_opcode_channel() argument 275 return cpu_to_le16(((index) << 12) | ((opcode) & 0x3ff)); in pucan_cmd_opcode_channel()
|