Searched refs:num_msg (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-mt9m114.c | 98 int num_msg; in mt9m114_write_reg() local 140 num_msg = i2c_transfer(client->adapter, &msg, 1); in mt9m114_write_reg() 148 if (num_msg >= 0) in mt9m114_write_reg() 152 val, reg, num_msg); in mt9m114_write_reg() 160 return num_msg; in mt9m114_write_reg() 237 const int num_msg = 1; in __mt9m114_flush_reg_array() local 252 ret = i2c_transfer(client->adapter, &msg, num_msg); in __mt9m114_flush_reg_array() 253 if (ret != num_msg) { in __mt9m114_flush_reg_array()
|
| H A D | atomisp-gc2235.c | 83 const int num_msg = 1; in gc2235_i2c_write() local 92 return ret == num_msg ? 0 : -EIO; in gc2235_i2c_write()
|
| H A D | atomisp-ov2722.c | 89 const int num_msg = 1; in ov2722_i2c_write() local 98 return ret == num_msg ? 0 : -EIO; in ov2722_i2c_write()
|
| /linux-6.15/drivers/net/ethernet/microsoft/mana/ |
| H A D | hw_channel.c | 585 u16 num_msg) in mana_hwc_init_inflight_msg() argument 589 sema_init(&hwc->sema, num_msg); in mana_hwc_init_inflight_msg() 591 err = mana_gd_alloc_res_map(num_msg, &hwc->inflight_msg_res); in mana_hwc_init_inflight_msg()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc3.c | 422 u32 num_msg; in sof_ipc3_set_get_data() local 474 num_msg = DIV_ROUND_UP(msg_bytes, payload_size); in sof_ipc3_set_get_data() 483 for (i = 0; i < num_msg; i++) { in sof_ipc3_set_get_data()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 2229 u8 num_msg; member
|
| H A D | wmi.c | 488 evt->num_msg, evt->msg_len, evt->msg_type); in ath6kl_wmi_tx_complete_event_rx() 490 for (index = 0; index < evt->num_msg; index++) { in ath6kl_wmi_tx_complete_event_rx()
|