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

/linux-master/samples/bpf/
H A Ddo_hbm_test.sh55 echo " -S or --stats whether to update hbm stats (default is yes)."
105 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 &
216 cg_dir="$cg_base_dir/cgroup-test-work-dir/hbm$id"
223 rm -f hbm.[0-9]*.$dir_name
315 if [ -e hbm
[all...]
H A DMakefile48 tprogs-y += hbm
98 hbm-objs := hbm.o $(CGROUP_HELPERS)
311 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
312 $(obj)/hbm.o: $(src)/hbm.h
313 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
/linux-master/drivers/hid/intel-ish-hid/
H A DMakefile9 intel-ishtp-objs += ishtp/hbm.o
/linux-master/drivers/misc/mei/
H A DMakefile8 mei-objs += hbm.o
H A Dinit.c15 #include "hbm.h"
141 * if the reset was called due the hbm protocol error
143 * so the hbm watchdog won't kick in
438 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT_SLOW);
442 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT);
H A Dmei_dev.h22 #include "hbm.h"
466 unsigned long hbm; /* HBM operation timeout, in jiffies */ member in struct:mei_dev_timeouts
512 * @hbm_f_pg_supported : hbm feature pgi protocol
513 * @hbm_f_dc_supported : hbm feature dynamic clients
514 * @hbm_f_dot_supported : hbm feature disconnect on timeout
515 * @hbm_f_ev_supported : hbm feature event notification
516 * @hbm_f_fa_supported : hbm feature fixed address client
517 * @hbm_f_ie_supported : hbm feature immediate reply to enum request
518 * @hbm_f_os_supported : hbm feature support OS ver message
519 * @hbm_f_dr_supported : hbm featur
[all...]
H A Dhbm.c15 #include "hbm.h"
89 * mei_hbm_write_message - wrapper for sending hbm messages.
105 * mei_hbm_idle - set hbm to idle state
116 * mei_hbm_reset - reset hbm counters and book keeping data structures
128 * mei_hbm_hdr - construct hbm header
130 * @mei_hdr: hbm header
142 * mei_hbm_cl_hdr - construct client hbm header
162 * mei_hbm_cl_write - write simple hbm client message
188 * @cmd: hbm client message
203 * @buf: a buffer with hbm c
[all...]
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.h129 struct dma_xfer_hbm *hbm);
H A Dclient.c14 #include "hbm.h"
959 /* send dma_xfer hbm msg */
962 dma_xfer.hbm = DMA_XFER;
1125 * @hbm: hbm buffer
1131 struct dma_xfer_hbm *hbm)
1144 if (!cl || !(cl->host_client_id == hbm->host_client_id &&
1145 cl->fw_client_id == hbm->fw_client_id) ||
1168 if (rb->buffer.size < hbm->msg_length) {
1172 rb->buffer.size, hbm
1130 recv_ishtp_cl_msg_dma(struct ishtp_device *dev, void *msg, struct dma_xfer_hbm *hbm) argument
[all...]
H A Dhbm.h212 uint8_t hbm; member in struct:dma_alloc_notify
221 uint8_t hbm; member in struct:dma_xfer_hbm
H A Dhbm.c14 #include "hbm.h"
47 * ishtp_hbm_cl_hdr() - construct client hbm header
528 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */
607 "reset: properties response hbm wrong status\n");
647 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY;
674 "reset: unexpected enumeration response hbm\n");
738 * for processing hbm messages
744 unsigned char hbm[IPC_PAYLOAD_SIZE]; local
749 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head,
755 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm);
[all...]

Completed in 316 milliseconds