/linux-6.14.4/include/net/bluetooth/ |
D | hci.h | 2965 #define hci_handle_pack(h, f) ((__u16) ((h & 0x0fff)|(f << 12))) argument 2970 #define hci_iso_flags_pb(f) (f & 0x0003) argument 2971 #define hci_iso_flags_ts(f) ((f >> 2) & 0x0001) argument 2975 #define hci_iso_data_len_pack(h, f) ((__u16) ((h) | ((f) << 14))) argument 2983 static inline void hci_cpu_to_le24(__u32 val, __u8 dst[3]) in hci_cpu_to_le24()
|
/linux-6.14.4/kernel/bpf/ |
D | syscall.c | 937 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms() 6078 int val, ret; in bpf_stats_handler() local
|
/linux-6.14.4/tools/perf/util/ |
D | intel-pt.c | 280 FILE *f = intel_pt_log_fp(); in intel_pt_log_event() local 555 long val; in intel_pt_config_div() local
|
/linux-6.14.4/drivers/atm/ |
D | iphase.h | 70 #define IF_IADBG(f) if (IADebugFlag & (f)) argument 1372 #define CFG_AND(val) { \ argument 1386 #define CFG_OR(val) { \ argument
|
/linux-6.14.4/include/linux/ |
D | bpf.h | 1896 int val; member 2310 static inline struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get() 2319 static inline struct btf *__btf_get_by_fd(struct fd f) in __btf_get_by_fd()
|
/linux-6.14.4/drivers/scsi/ |
D | advansys.c | 65 #define isodd_word(val) ((((uint)val) & (uint)0x0001) != 0) argument 791 #define AscPutQDoneInProgress(port, val) AscWriteLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B, val) argument 794 #define AscPutVarFreeQHead(port, val) AscWriteLramWord((port), ASCV_FREE_Q_HEAD_W, val) argument 795 #define AscPutVarDoneQTail(port, val) AscWriteLramWord((port), ASCV_DONE_Q_TAIL_W, val) argument 798 #define AscPutRiscVarFreeQHead(port, val) AscWriteLramByte((port), ASCV_NEXTRDY_B, val) argument 799 #define AscPutRiscVarDoneQTail(port, val) AscWriteLramByte((port), ASCV_DONENEXT_B, val) argument 2431 static void asc_prt_hex(char *f, uchar *s, int l) in asc_prt_hex() 3609 uchar val; in AscSetBank() local
|
/linux-6.14.4/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 1605 unsigned short f; in igc_xmit_frame_ring() local 7410 u32 err, val; in __igc_resume() local
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_mfw_hsi.h | 1045 u32 val; member 2227 #define STRUCT_OFFSET(f) (STATIC_INIT_BASE + \ argument 2415 #define NVM_OFFSET(f) ((u32_t)((int_ptr_t)(&(((struct nvm_image *)0)->(f))))) argument
|
/linux-6.14.4/include/linux/mfd/ |
D | palmas.h | 44 #define PALMAS_PMIC_HAS(b, f) \ argument 3743 unsigned int reg, unsigned int *val) in palmas_read() 3761 unsigned int reg, const void *val, size_t val_count) in palmas_bulk_write() 3771 unsigned int reg, void *val, size_t val_count) in palmas_bulk_read() 3781 unsigned int reg, unsigned int mask, unsigned int val) in palmas_update_bits()
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 866 } f; /* Field */ member 2643 u8 *val; member
|