Home
last modified time | relevance | path

Searched refs:DEFINE_FLEX (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/nvmem/
H A Dmax77759-nvmem.c36 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, in max77759_nvmem_reg_read()
38 DEFINE_FLEX(struct max77759_maxq_response, rsp, rsp, length, in max77759_nvmem_reg_read()
65 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, in max77759_nvmem_reg_write()
67 DEFINE_FLEX(struct max77759_maxq_response, rsp, rsp, length, in max77759_nvmem_reg_write()
/linux/drivers/gpio/
H A Dgpio-max77759.c60 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, 1); in max77759_gpio_maxq_gpio_trigger_read()
61 DEFINE_FLEX(struct max77759_maxq_response, rsp, rsp, length, 2); in max77759_gpio_maxq_gpio_trigger_read()
76 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, 2); in max77759_gpio_maxq_gpio_trigger_write()
86 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, 1); in max77759_gpio_maxq_gpio_control_read()
87 DEFINE_FLEX(struct max77759_maxq_response, rsp, rsp, length, 2); in max77759_gpio_maxq_gpio_control_read()
102 DEFINE_FLEX(struct max77759_maxq_command, cmd, cmd, length, 2); in max77759_gpio_maxq_gpio_control_write()
/linux/include/linux/
H A Doverflow.h535 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ macro
/linux/drivers/mfd/
H A Dmax77759.c408 DEFINE_FLEX(struct max77759_maxq_response, _rsp, rsp, length, 1); in max77759_maxq_command()
/linux/net/bluetooth/
H A Dhci_sync.c1292 DEFINE_FLEX(struct hci_cp_le_set_ext_adv_data, pdu, data, length, in hci_set_ext_adv_data_sync()
1542 DEFINE_FLEX(struct hci_cp_le_set_ext_scan_rsp_data, pdu, data, length, in hci_set_ext_scan_rsp_data_sync()
1738 DEFINE_FLEX(struct hci_cp_le_set_per_adv_data, pdu, data, length, in hci_set_per_adv_data_sync()
6969 DEFINE_FLEX(struct hci_cp_le_create_cis, cmd, cis, num_cis, 0x1f); in hci_le_create_cis_sync()
7712 DEFINE_FLEX(struct hci_cp_le_big_create_sync, cp, bis, num_bis, in hci_le_big_create_sync()
H A Dhci_conn.c1918 DEFINE_FLEX(struct hci_cp_le_set_cig_params, pdu, cis, num_cis, 0x1f); in set_cig_params_sync()
H A Dmgmt.c2214 DEFINE_FLEX(struct mgmt_cp_set_mesh, cp, ad_types, num_ad_types, in set_mesh_sync()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c896 DEFINE_FLEX(struct wmi_start_scan_cmd, cmd, in wil_cfg80211_scan()