Searched refs:IOP_MSG_LEN (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/mac/ |
H A D | iop.c | 335 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message() 337 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message() 362 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send() 387 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send() 388 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send() 392 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send() 419 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv() 421 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_recv() 425 iop_num, chan, IOP_MSG_LEN, msg->message); in iop_handle_recv() 435 memset(msg->reply, 0, IOP_MSG_LEN); in iop_handle_recv() [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/mac/ |
H A D | iop.c | 335 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message() 337 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message() 362 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send() 387 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send() 388 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send() 392 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send() 419 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv() 421 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_recv() 425 iop_num, chan, IOP_MSG_LEN, msg->message); in iop_handle_recv() 435 memset(msg->reply, 0, IOP_MSG_LEN); in iop_handle_recv() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/mac/ |
H A D | iop.c | 335 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message() 337 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message() 362 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send() 387 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send() 388 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send() 392 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send() 419 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv() 421 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_recv() 425 iop_num, chan, IOP_MSG_LEN, msg->message); in iop_handle_recv() 435 memset(msg->reply, 0, IOP_MSG_LEN); in iop_handle_recv() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/ |
H A D | mac_iop.h | 36 #define IOP_MSG_LEN 32 macro 145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ 146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/ |
H A D | mac_iop.h | 36 #define IOP_MSG_LEN 32 macro 145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ 146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/ |
H A D | mac_iop.h | 36 #define IOP_MSG_LEN 32 macro 145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ 146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
|