Home
last modified time | relevance | path

Searched refs:ele (Results 1 – 12 of 12) sorted by relevance

/linux/arch/um/drivers/
H A Dport_kern.c133 struct list_head *ele; in port_work_proc() local
137 list_for_each(ele, &ports) { in port_work_proc()
138 port = list_entry(ele, struct port_list, list); in port_work_proc()
162 struct list_head *ele; in port_data() local
168 list_for_each(ele, &ports) { in port_data()
169 port = list_entry(ele, struct port_list, list); in port_data()
295 struct list_head *ele; in free_port() local
298 list_for_each(ele, &ports) { in free_port()
299 port = list_entry(ele, struct port_list, list); in free_port()
H A Dchan_kern.c146 struct list_head *ele; in open_chan() local
150 list_for_each(ele, chans) { in open_chan()
151 chan = list_entry(ele, struct chan, list); in open_chan()
175 struct list_head *ele; in enable_chan() local
181 list_for_each(ele, &line->chan_list) { in enable_chan()
182 chan = list_entry(ele, struct chan, list); in enable_chan()
222 struct list_head *ele; in free_irqs() local
229 list_for_each(ele, &list) { in free_irqs()
230 chan = list_entry(ele, struct chan, free_list); in free_irqs()
368 struct list_head *ele, *next; in free_chan() local
[all …]
H A Dmconsole_kern.c266 struct list_head *ele; in mconsole_find_dev() local
269 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev()
270 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
562 struct list_head *ele; in console_write() local
574 list_for_each(ele, &clients) { in console_write()
577 entry = list_entry(ele, struct mconsole_output, list); in console_write()
H A Dvector_kern.c693 struct list_head *ele; in find_device() local
696 list_for_each(ele, &vector_devices) { in find_device()
697 device = list_entry(ele, struct vector_device, list); in find_device()
1683 struct list_head *ele; in vector_init() local
1687 list_for_each(ele, &vec_cmd_line) { in vector_init()
1688 def = list_entry(ele, struct vector_cmd_line_arg, list); in vector_init()
H A Dline.c714 struct list_head *ele, *next; in unregister_winch() local
720 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch()
721 winch = list_entry(ele, struct winch, list); in unregister_winch()
/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c577 struct list_head *ele; in iss_net_setup() local
596 list_for_each(ele, &eth_cmd_line) { in iss_net_setup()
597 device = list_entry(ele, struct iss_net_init, list); in iss_net_setup()
629 struct list_head *ele, *next; in iss_net_init() local
633 list_for_each_safe(ele, next, &eth_cmd_line) { in iss_net_init()
635 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
/linux/drivers/nvmem/
H A DMakefile27 obj-$(CONFIG_NVMEM_IMX_OCOTP_ELE) += nvmem-imx-ocotp-ele.o
28 nvmem-imx-ocotp-ele-y := imx-ocotp-ele.o
/linux/include/dt-bindings/usb/
H A Dpd.h404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
406 | (trans) << 11 | (phy) << 10 | (ele) << 9 | (u4) << 8 \
/linux/include/linux/usb/
H A Dpd_vdo.h437 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument
439 | (trans) << 11 | (phy) << 10 | (ele) << 9 | (u4) << 8 \
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95.dtsi1702 compatible = "fsl,imx95-mu-ele";
1710 compatible = "fsl,imx95-mu-ele";
1718 compatible = "fsl,imx95-mu-ele";
1726 compatible = "fsl,imx95-mu-ele";
1733 compatible = "fsl,imx95-mu-ele";
1741 compatible = "fsl,imx95-mu-ele";
/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2488 struct ice_aqc_get_sw_cfg_resp_elem *ele; in ice_get_initial_sw_cfg() local
2496 for (i = 0, ele = rbuf; i < num_elems; i++, ele++) { in ice_get_initial_sw_cfg()
2501 vsi_port_num = le16_to_cpu(ele->vsi_port_num) & in ice_get_initial_sw_cfg()
2504 pf_vf_num = le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
2507 swid = le16_to_cpu(ele->swid); in ice_get_initial_sw_cfg()
2509 if (le16_to_cpu(ele->pf_vf_num) & in ice_get_initial_sw_cfg()
2513 res_type = (u8)(le16_to_cpu(ele->vsi_port_num) >> in ice_get_initial_sw_cfg()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c14823 struct i40e_aqc_switch_config_element_resp *ele, in i40e_setup_pf_switch_element() argument
14826 u16 downlink_seid = le16_to_cpu(ele->downlink_seid); in i40e_setup_pf_switch_element()
14827 u16 uplink_seid = le16_to_cpu(ele->uplink_seid); in i40e_setup_pf_switch_element()
14828 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element()
14829 u16 seid = le16_to_cpu(ele->seid); in i40e_setup_pf_switch_element()
14942 struct i40e_aqc_switch_config_element_resp *ele = in i40e_fetch_switch_configuration() local
14945 i40e_setup_pf_switch_element(pf, ele, num_reported, in i40e_fetch_switch_configuration()