/kernel/linux/linux-5.10/include/linux/ |
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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 276 const char *phandle_name, int index); 444 const char *phandle_name, int index) in devfreq_get_devfreq_by_phandle() 443 devfreq_get_devfreq_by_phandle(struct device *dev, const char *phandle_name, int index) devfreq_get_devfreq_by_phandle() argument
|
H A D | virtio.h | 21 * @index: the zero-based ordinal number for this queue. 35 unsigned int index; member 108 * @index: unique position on the virtio bus 123 int index; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | erspan.h | 174 u32 id, u32 index, in erspan_build_header() 217 *idx = htonl(index & INDEX_MASK); in erspan_build_header() 173 erspan_build_header(struct sk_buff *skb, u32 id, u32 index, bool truncate, bool is_ipv4) erspan_build_header() argument
|
/kernel/linux/linux-6.6/include/linux/soc/mediatek/ |
H A D | mtk-cmdq.h | 37 * @idx: the index of desired reg 50 * @index: index of CMDQ mailbox channel 54 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index); 290 static inline struct cmdq_client *cmdq_mbox_create(struct device *dev, int index) in cmdq_mbox_create() argument
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | phy.h | 222 const char *phandle, u8 index); 247 const char *phandle, u8 index) in devm_usb_get_phy_by_phandle() 246 devm_usb_get_phy_by_phandle(struct device *dev, const char *phandle, u8 index) devm_usb_get_phy_by_phandle() argument
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_audit.c | 141 dev = MKDEV(tty->driver->major, tty->driver->minor_start) + tty->index; in tty_audit_tiocsti() 229 dev = MKDEV(tty->driver->major, tty->driver->minor_start) + tty->index; in tty_audit_add_data()
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | iova_bitmap.c | 89 * The internals of the object uses an index @mapped_base_index that indexes 105 /* u64 index that @mapped points to */ 119 * Converts a relative IOVA to a bitmap index. 120 * This function provides the index into the u64 array (bitmap::bitmap) 136 * Converts a bitmap index to a *relative* IOVA. 139 unsigned long index) in iova_bitmap_index_to_offset() 143 return (index * BITS_PER_TYPE(*bitmap->bitmap)) << pgshift; in iova_bitmap_index_to_offset() 159 * index (@mapped_base_index) or allocating the bitmap. 169 * @mapped_base_index is the index of the currently mapped u64 words in iova_bitmap_get() 180 * with bitmap u64 word index in iova_bitmap_get() 138 iova_bitmap_index_to_offset(struct iova_bitmap *bitmap, unsigned long index) iova_bitmap_index_to_offset() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_codec.h | 184 u8 control_id, u8 index, 187 u8 control_id, u8 index,
|
/kernel/linux/linux-6.6/drivers/sh/intc/ |
H A D | virq.c | 137 unsigned int index) in intc_subgroup_data() 142 0, 1, (subgroup->reg_width - 1) - index); in intc_subgroup_data() 135 intc_subgroup_data(struct intc_subgroup *subgroup, struct intc_desc_int *d, unsigned int index) intc_subgroup_data() argument
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-atmel.c | 28 #define EHCI_INSNREG(index) ((index) * 4 + 0x90)
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-msg.h | 152 u32 index; /* port index to query */ member 185 u32 index; /* port indexed in query */ member
|
/kernel/linux/linux-6.6/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-6.6/drivers/clk/imx/ |
H A D | clk-busy.c | 138 static int clk_busy_mux_set_parent(struct clk_hw *hw, u8 index) in clk_busy_mux_set_parent() argument 143 ret = busy->mux_ops->set_parent(&busy->mux.hw, index); in clk_busy_mux_set_parent()
|
/kernel/linux/linux-6.6/drivers/char/xillybus/ |
H A D | xillybus_class.c | 216 void **private_data, int *index) in xillybus_find_inode() 238 *index = minor - unit->lowest_minor; in xillybus_find_inode() 215 xillybus_find_inode(struct inode *inode, void **private_data, int *index) xillybus_find_inode() argument
|