Searched refs:hm (Results 1 - 10 of 10) sorted by relevance

/linux-master/sound/pci/asihpi/
H A Dhpifunc.c99 struct hpi_message hm; local
102 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
104 hpi_send_recv(&hm, &hr);
111 struct hpi_message hm; local
113 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
115 hpi_send_recv(&hm, &hr);
123 struct hpi_message hm; local
125 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
127 hm.obj_index = (u16)iterator;
128 hpi_send_recv(&hm,
137 struct hpi_message hm; local
151 struct hpi_message hm; local
171 struct hpi_message hm; local
185 struct hpi_message hm; local
200 struct hpi_message hm; local
220 struct hpi_message hm; local
243 struct hpi_message hm; local
260 struct hpi_message hm; local
428 struct hpi_message hm; local
448 struct hpi_message hm; local
475 struct hpi_message hm; local
501 struct hpi_message hm; local
519 struct hpi_message hm; local
533 struct hpi_message hm; local
547 struct hpi_message hm; local
561 struct hpi_message hm; local
575 struct hpi_message hm; local
589 struct hpi_message hm; local
606 struct hpi_message hm; local
623 struct hpi_message hm; local
640 struct hpi_message hm; local
658 struct hpi_message hm; local
672 struct hpi_message hm; local
694 struct hpi_message hm; local
714 struct hpi_message hm; local
731 struct hpi_message hm; local
746 struct hpi_message hm; local
766 struct hpi_message hm; local
779 struct hpi_message hm; local
813 struct hpi_message hm; local
832 struct hpi_message hm; local
845 struct hpi_message hm; local
867 struct hpi_message hm; local
892 struct hpi_message hm; local
908 struct hpi_message hm; local
924 struct hpi_message hm; local
941 struct hpi_message hm; local
956 struct hpi_message hm; local
971 struct hpi_message hm; local
986 struct hpi_message hm; local
1003 struct hpi_message hm; local
1029 struct hpi_message hm; local
1044 struct hpi_message hm; local
1064 struct hpi_message hm; local
1085 struct hpi_message hm; local
1100 struct hpi_message hm; local
1121 struct hpi_message hm; local
1134 struct hpi_message hm; local
1171 struct hpi_message hm; local
1190 struct hpi_message hm; local
1203 struct hpi_message hm; local
1221 struct hpi_message hm; local
1236 struct hpi_message hm; local
1263 struct hpi_message hm; local
1296 struct hpi_message hm; local
1311 struct hpi_message hm; local
1328 struct hpi_message hm; local
1346 struct hpi_message hm; local
1373 struct hpi_message hm; local
1392 struct hpi_message hm; local
1422 struct hpi_message hm; local
1506 struct hpi_message hm; local
1525 struct hpi_message hm; local
1622 struct hpi_message hm; local
1667 struct hpi_msg_cobranet_hmiwrite hm; local
1693 struct hpi_msg_cobranet_hmiread hm; local
1730 struct hpi_message hm; local
1917 struct hpi_message hm; local
1936 struct hpi_message hm; local
1967 struct hpi_message hm; local
2016 struct hpi_message hm; local
2041 struct hpi_message hm; local
2150 struct hpi_message hm; local
2193 struct hpi_message hm; local
2220 struct hpi_message hm; local
2242 struct hpi_message hm; local
2556 struct hpi_message hm; local
2572 struct hpi_message hm; local
2685 struct hpi_message hm; local
2771 struct hpi_message hm; local
2799 struct hpi_message hm; local
2838 struct hpi_message hm; local
2855 struct hpi_message hm; local
[all...]
H A Dhpioctl.c82 struct hpi_message hm; local
87 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
89 hpi_send_recv_ex(&hm, &hr, file);
98 union hpi_message_buffer_v1 *hm; local
108 hm = kmalloc(sizeof(*hm), GFP_KERNEL);
110 if (!hm || !hr) {
129 if (msg_size > sizeof(*hm))
130 msg_size = sizeof(*hm);
132 /* printk(KERN_INFO "message size %d\n", hm
352 struct hpi_message hm; local
531 struct hpi_message hm; local
574 struct hpi_message hm; local
588 struct hpi_message hm; local
[all...]
H A Dhpimsgx.c219 struct hpi_message hm; local
221 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
223 hm.adapter_index = phm->adapter_index;
224 hw_entry_point(&hm, &hr);
380 struct hpi_message hm; local
401 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
403 hm.adapter_index = phm->adapter_index;
404 hm.obj_index = phm->obj_index;
405 hw_entry_point(&hm, &hr);
430 struct hpi_message hm; local
477 struct hpi_message hm; local
527 struct hpi_message hm; local
573 struct hpi_message hm; local
745 struct hpi_message hm; local
769 struct hpi_message hm; local
[all...]
H A Dhpi6000.c522 struct hpi_message hm; local
528 memset(&hm, 0, sizeof(hm));
529 hm.type = HPI_TYPE_REQUEST;
530 hm.size = sizeof(struct hpi_message);
531 hm.object = HPI_OBJ_ADAPTER;
532 hm.function = HPI_ADAPTER_GET_INFO;
533 hm.adapter_index = 0;
539 error = hpi6000_message_response_sequence(pao, 0, &hm, &hr0);
545 error = hpi6000_message_response_sequence(pao, 1, &hm,
1742 struct hpi_message hm; local
[all...]
H A Dasihpi.c163 struct hpi_message hm; local
169 hpi_init_message_response(&hm, &hr, obj,
174 hpi_handle_to_indexes(h_stream, &hm.adapter_index,
175 &hm.obj_index);
177 hm.u.d.u.buffer.buffer_size = size_in_bytes;
178 hm.u.d.u.buffer.pci_address = pci_address;
179 hm.u.d.u.buffer.command = HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER;
180 hpi_send_recv(&hm, &hr);
186 struct hpi_message hm; local
193 hpi_init_message_response(&hm,
[all...]
H A Dhpi6205.c625 struct hpi_message hm; local
629 memset(&hm, 0, sizeof(hm));
631 hm.type = HPI_TYPE_REQUEST;
632 hm.size = sizeof(hm);
633 hm.object = HPI_OBJ_ADAPTER;
634 hm.function = HPI_ADAPTER_GET_INFO;
639 err = message_response_sequence(pao, &hm, &hr);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c110 u32 hn = 0, hm = 0; local
197 hm = src_w;
217 SUN8I_MIXER_CHAN_VI_DS_M(hm));
221 SUN8I_MIXER_CHAN_VI_DS_M(hm));
/linux-master/drivers/watchdog/
H A Dwatchdog_dev.c79 unsigned int hm = wdd->max_hw_heartbeat_ms; local
95 return (hm && watchdog_active(wdd) && t > hm) ||
/linux-master/drivers/input/misc/
H A Dyealink.c66 #define _PIC(t, h, hm, n) \
68 .u = { .p = { .name = (n), .a = (h), .m = (hm) } } }
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c612 unsigned char hm)
609 crypto4xx_hash_alg_init(struct crypto_tfm *tfm, unsigned int sa_len, unsigned char ha, unsigned char hm) argument

Completed in 209 milliseconds