Home
last modified time | relevance | path

Searched refs:hm (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/sound/pci/asihpi/
H A Dhpifunc.c99 struct hpi_message hm; in hpi_subsys_get_version_ex() local
111 struct hpi_message hm; in hpi_subsys_get_num_adapters() local
123 struct hpi_message hm; in hpi_subsys_get_adapter() local
453 if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index)) in hpi_outstream_close()
460 hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index); in hpi_outstream_close()
465 hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index); in hpi_outstream_close()
878 hpi_handle_indexes(h_instream, &hm.adapter_index, &hm.obj_index); in hpi_instream_close()
883 hpi_handle_indexes(h_instream, &hm.adapter_index, &hm.obj_index); in hpi_instream_close()
1670 hpi_init_message_responseV1(&hm.h, sizeof(hm), &hr, sizeof(hr), in hpi_cobranet_hmi_write()
1684 hm.h.size = (u16)(sizeof(hm.h) + sizeof(hm.p) + byte_count); in hpi_cobranet_hmi_write()
[all …]
H A Dhpioctl.c82 struct hpi_message hm; in asihpi_hpi_release() local
108 hm = kmalloc(sizeof(*hm), GFP_KERNEL); in asihpi_hpi_ioctl()
110 if (!hm || !hr) { in asihpi_hpi_ioctl()
130 msg_size = sizeof(*hm); in asihpi_hpi_ioctl()
142 hm->h.size = msg_size; in asihpi_hpi_ioctl()
157 switch (hm->h.function) { in asihpi_hpi_ioctl()
304 kfree(hm); in asihpi_hpi_ioctl()
352 struct hpi_message hm; in asihpi_adapter_probe() local
531 struct hpi_message hm; in asihpi_adapter_remove() local
574 struct hpi_message hm; in asihpi_init() local
[all …]
H A Dhpimsgx.c219 struct hpi_message hm; in adapter_message() local
380 struct hpi_message hm; in instream_open() local
430 struct hpi_message hm; in instream_close() local
477 struct hpi_message hm; in outstream_open() local
527 struct hpi_message hm; in outstream_close() local
573 struct hpi_message hm; in adapter_prepare() local
583 hw_entry_point(&hm, &hr); in adapter_prepare()
593 hw_entry_point(&hm, &hr); in adapter_prepare()
606 hm.obj_index = i; in adapter_prepare()
619 hm.obj_index = i; in adapter_prepare()
[all …]
H A Dhpi6000.c522 struct hpi_message hm; in create_adapter_obj() local
528 memset(&hm, 0, sizeof(hm)); in create_adapter_obj()
529 hm.type = HPI_TYPE_REQUEST; in create_adapter_obj()
530 hm.size = sizeof(struct hpi_message); in create_adapter_obj()
531 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj()
532 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj()
533 hm.adapter_index = 0; in create_adapter_obj()
1742 struct hpi_message hm; in hw_message() local
1744 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
1745 hm.object = phm->u.d.u.stream.object_type; in hw_message()
[all …]
H A Dasihpi.c163 struct hpi_message hm; in hpi_stream_host_buffer_attach() local
169 hpi_init_message_response(&hm, &hr, obj, in hpi_stream_host_buffer_attach()
174 hpi_handle_to_indexes(h_stream, &hm.adapter_index, in hpi_stream_host_buffer_attach()
175 &hm.obj_index); in hpi_stream_host_buffer_attach()
177 hm.u.d.u.buffer.buffer_size = size_in_bytes; in hpi_stream_host_buffer_attach()
178 hm.u.d.u.buffer.pci_address = pci_address; in hpi_stream_host_buffer_attach()
180 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_attach()
186 struct hpi_message hm; in hpi_stream_host_buffer_detach() local
193 hpi_init_message_response(&hm, &hr, obj, in hpi_stream_host_buffer_detach()
199 &hm.obj_index); in hpi_stream_host_buffer_detach()
[all …]
H A Dhpi6205.c625 struct hpi_message hm; in create_adapter_obj() local
629 memset(&hm, 0, sizeof(hm)); in create_adapter_obj()
631 hm.type = HPI_TYPE_REQUEST; in create_adapter_obj()
632 hm.size = sizeof(hm); in create_adapter_obj()
633 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj()
634 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj()
639 err = message_response_sequence(pao, &hm, &hr); in create_adapter_obj()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js178 …e=function(text1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text2A,text1B…
183 hm =this.diffHalfMatch(text1,text2);if(hm){text1A=hm[0];text1B=hm[1];text2A=hm[2];text2B=hm[3];midC…
185 …){var longtext,shorttext,dmp,text1A,text2B,text2A,text1B,midCommon,hm1,hm2,hm;if(this.DiffTimeout<…
192 …text.length/2));if(!hm1&&!hm2){return null;}else if(!hm2){hm=hm1;}else if(!hm1){hm=hm2;}else{hm=hm…
193 …ength>text2.length){text1A=hm[0];text1B=hm[1];text2A=hm[2];text2B=hm[3];}else{text2A=hm[0];text2B=
194 midCommon=hm[4];return[text1A,text1B,text2A,text2B,midCommon];};DiffMatchPatch.prototype.diffLineMo…
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c110 u32 hn = 0, hm = 0; in sun8i_vi_layer_update_coord() local
197 hm = src_w; in sun8i_vi_layer_update_coord()
217 SUN8I_MIXER_CHAN_VI_DS_M(hm)); in sun8i_vi_layer_update_coord()
221 SUN8I_MIXER_CHAN_VI_DS_M(hm)); in sun8i_vi_layer_update_coord()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c123 uint32_t orig_ecc, new_ecc, res, hm; in omap_correct_data() local
134 hm = hweight32(res); in omap_correct_data()
136 if (hm == 12) { in omap_correct_data()
143 } else if (hm == 1) { in omap_correct_data()
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_dev.c79 unsigned int hm = wdd->max_hw_heartbeat_ms; in watchdog_need_worker() local
95 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()
/openbmc/linux/drivers/input/misc/
H A Dyealink.c66 #define _PIC(t, h, hm, n) \ argument
68 .u = { .p = { .name = (n), .a = (h), .m = (hm) } } }
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c626 unsigned char hm) in crypto4xx_hash_alg_init() argument
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqcm2290.dtsi1598 hm-center-thermal {
1617 hm_center_crit: hm-center-crit {
/openbmc/linux/
H A DCREDITS2699 E: hm@seneca.linux.de