Home
last modified time | relevance | path

Searched refs:hbm (Results 1 – 11 of 11) sorted by relevance

/linux/samples/bpf/
H A Ddo_hbm_test.sh105 rm -f hbm.out
106 echo "./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog" > hbm.out
107 echo " " >> hbm.out
108 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &
223 rm -f hbm.[0-9]*.$dir_name
315 if [ -e hbm.$id.$dir_name ] ; then
316 cat hbm.$id.$dir_name
354 if [ -e hbm.$id.$dir_name ] ; then
355 cat hbm.$id.$dir_name
380 if [ -e hbm.$id.$dir_name ] ; then
[all …]
H A DMakefile39 tprogs-y += hbm
80 hbm-objs := hbm.o $(CGROUP_HELPERS)
288 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
289 $(obj)/hbm.o: $(src)/hbm.h
290 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
H A D.gitignore4 hbm
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.h212 uint8_t hbm; member
221 uint8_t hbm; member
H A Dhbm.c529 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()
652 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
749 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local
754 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()
760 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
/linux/drivers/hid/intel-ish-hid/
H A DMakefile9 intel-ishtp-objs += ishtp/hbm.o
/linux/drivers/misc/mei/
H A DMakefile8 mei-objs += hbm.o
H A Dinit.c438 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT_SLOW); in mei_device_init()
442 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT); in mei_device_init()
H A Dmei_dev.h466 unsigned long hbm; /* HBM operation timeout, in jiffies */ member
H A Dhbm.c237 dev->timeouts.hbm); in mei_hbm_start_wait()
/linux/Documentation/hid/
H A Dintel-ish-hid.rst162 (see ishtp/hbm.h for details)