Home
last modified time | relevance | path

Searched defs:h (Results 176 – 200 of 983) sorted by relevance

12345678910>>...40

/linux-6.15/net/sched/
Dcls_fw.c137 int h; in fw_destroy() local
164 int h; in fw_delete() local
349 int h; in fw_walk() local
/linux-6.15/sound/pci/asihpi/
Dhpimsgx.c97 struct hpi_response_header h; member
102 struct hpi_response_header h; member
107 struct hpi_response_header h; member
/linux-6.15/drivers/scsi/qla4xxx/
Dql4_83xx.h227 struct qla8xxx_minidump_entry_hdr h; member
240 struct qla8xxx_minidump_entry_hdr h; member
255 struct qla8xxx_minidump_entry_hdr h; member
271 struct qla8xxx_minidump_entry_hdr h; member
285 struct qla8xxx_minidump_entry_hdr h; member
300 struct qla8xxx_minidump_entry_hdr h; member
331 struct qla8xxx_minidump_entry_hdr h; member
/linux-6.15/drivers/firmware/efi/
Dearlycon.c123 static void efi_earlycon_write_char(u32 *dst, unsigned char c, unsigned int h) in efi_earlycon_write_char()
159 unsigned int h, count; in efi_earlycon_write() local
/linux-6.15/lib/crypto/
Dsha256.c64 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
74 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
/linux-6.15/arch/x86/crypto/
Dsha256-ssse3-asm.S105 h = %r11d define
138 h = g define
Dsha512-avx2-asm.S92 h = %r11 define
146 h = g define
Dsha256-avx-asm.S112 h = %r11d define
144 h = g define
Dsm3-avx-asm_64.S115 #define h %r15d macro
181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
/linux-6.15/tools/include/asm-generic/bitops/
Dfls64.h21 __u32 h = x >> 32; in fls64() local
/linux-6.15/include/asm-generic/bitops/
Dfls64.h21 __u32 h = x >> 32; in fls64() local
/linux-6.15/drivers/gpu/drm/mediatek/
Dmtk_ddp_comp.c155 unsigned int h, unsigned int vrefresh, in mtk_dither_config()
191 unsigned int h, unsigned int vrefresh, in mtk_dsc_config()
221 unsigned int h, unsigned int vrefresh, in mtk_od_config()
239 unsigned int h, unsigned int vrefresh, in mtk_postmask_config()
/linux-6.15/drivers/gpu/drm/tests/
Ddrm_plane_helper_test.c33 unsigned int h; member
39 unsigned int h; member
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/pcie/
Dtopaz_pcie_ipc.h52 #define QTN_HOST_ADDR(h, l) ((((u64)h) << 32) | ((u64)l)) argument
56 #define QTN_HOST_ADDR(h, l) ((u32)l) argument
/linux-6.15/arch/alpha/kernel/
Dcore_mcpcia.c254 mcpcia_probe_hose(int h) in mcpcia_probe_hose()
289 mcpcia_new_hose(int h) in mcpcia_new_hose()
425 int h; in mcpcia_init_hoses() local
/linux-6.15/arch/x86/include/asm/shared/
Dmsr.h9 u32 h; member
/linux-6.15/arch/x86/kernel/cpu/mce/
Dp5.c47 u32 l, h; in intel_p5_mcheck_init() local
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
Dvf.h168 #define IXGBE_WRITE_REG(h, r, v) ixgbe_write_reg(h, r, v) argument
171 #define IXGBE_READ_REG(h, r) ixgbevf_read_reg(h, r) argument
179 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
187 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/linux-6.15/net/netfilter/
Dnft_hash.c32 u32 h; in nft_jhash_eval() local
52 u32 h; in nft_symhash_eval() local
/linux-6.15/drivers/clk/qcom/
Dclk-rcg.h10 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } argument
20 #define C(s, h, m, n) { (s), (2 * (h) - 1), (m), (n) } argument
22 #define FMS(f, s, h, m, n) { (f), 1, (const struct freq_conf []){ C(s, h, m, n) } } argument
/linux-6.15/include/net/bluetooth/
Dhci_core.h984 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() local
1007 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() local
1033 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() local
1058 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() local
1076 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() local
1097 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() local
1119 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_create_pa_sync() local
1145 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis() local
1169 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() local
1188 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() local
[all …]
/linux-6.15/drivers/rtc/
Drtc-ssd202d.c97 unsigned int l, h; in ssd202d_rtc_read_reg() local
130 unsigned int l, h; in ssd202d_rtc_read_counter() local
/linux-6.15/drivers/video/fbdev/sis/
Dsis_accel.c146 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect()
248 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
/linux-6.15/arch/powerpc/platforms/85xx/
Dsocrates_fpga_pic.c229 static int socrates_fpga_pic_host_map(struct irq_domain *h, unsigned int virq, in socrates_fpga_pic_host_map()
240 static int socrates_fpga_pic_host_xlate(struct irq_domain *h, in socrates_fpga_pic_host_xlate()
/linux-6.15/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c53 m_link_p h = mp->h; in ___sym_malloc() local
99 m_link_p h = mp->h; in ___sym_mfree() local

12345678910>>...40