Home
last modified time | relevance | path

Searched refs:hal (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/
DMakefile14 hal/hal_com.o \
15 hal/hal_intf.o \
16 hal/Hal8723PwrSeq.o \
17 hal/Hal8723UHWImg_CE.o \
18 hal/HalDMOutSrc8723A_CE.o \
19 hal/HalHWImg8723A_BB.o \
20 hal/HalHWImg8723A_MAC.o \
21 hal/HalHWImg8723A_RF.o \
22 hal/HalPwrSeqCmd.o \
23 hal/odm_RegConfig8723A.o \
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/
DMakefile20 hal/fw.o \
21 hal/mac_cfg.o \
22 hal/bb_cfg.o \
23 hal/rf_cfg.o \
24 hal/pwrseqcmd.o \
25 hal/pwrseq.o \
26 hal/Hal8188ERateAdaptive.o\
27 hal/hal_intf.o \
28 hal/hal_com.o \
29 hal/odm.o \
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c93 struct hsm_action_list *hal; in mdc_kuc_write() local
106 len = sizeof(*lh) + sizeof(*hal) + MTI_NAME_MAXLEN + in mdc_kuc_write()
118 hal = (struct hsm_action_list *)(lh + 1); in mdc_kuc_write()
119 hal->hal_version = HAL_VERSION; in mdc_kuc_write()
120 hal->hal_archive_id = 1; in mdc_kuc_write()
121 hal->hal_flags = 0; in mdc_kuc_write()
122 obd_uuid2fsname(hal->hal_fsname, obd->obd_name, MTI_NAME_MAXLEN); in mdc_kuc_write()
125 hal->hal_count = 2; in mdc_kuc_write()
126 hai = hai_zero(hal); in mdc_kuc_write()
Dmdc_request.c2096 struct hsm_action_list *hal = (struct hsm_action_list *)(lh + 1); in mdc_hsm_copytool_send() local
2099 if (len < sizeof(*lh) + sizeof(*hal)) { in mdc_hsm_copytool_send()
2101 (int) (sizeof(*lh) + sizeof(*hal))); in mdc_hsm_copytool_send()
2106 lustre_swab_hal(hal); in mdc_hsm_copytool_send()
2115 lh->kuc_msglen, hal->hal_count, hal->hal_fsname); in mdc_hsm_copytool_send()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h1113 static inline struct hsm_action_item *hai_zero(struct hsm_action_list *hal) in hai_zero() argument
1115 return (struct hsm_action_item *)(hal->hal_fsname + in hai_zero()
1116 cfs_size_round(strlen(hal-> \ in hai_zero()
1128 static inline int hal_size(struct hsm_action_list *hal) in hal_size() argument
1133 sz = sizeof(*hal) + cfs_size_round(strlen(hal->hal_fsname) + 1); in hal_size()
1134 hai = hai_zero(hal); in hal_size()
1135 for (i = 0; i < hal->hal_count; i++, hai = hai_next(hai)) in hal_size()
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt357 | |__ hal
370 complex-y += src/hal/hardwareif.o
373 ccflags-y += -I$(src)/src/hal/include
/linux-4.1.27/
DMAINTAINERS5061 M: Hal Rosenstock <hal.rosenstock@gmail.com>