[go: nahoru, domu]

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

/drivers/clk/rockchip/
H A Dclk.h186 df, go, gs, gf) \
202 .gate_shift = gs, \
207 go, gs, gf) \
220 .gate_shift = gs, \
225 df, dt, go, gs, gf) \
239 .gate_shift = gs, \
244 go, gs, gf) \
257 .gate_shift = gs, \
280 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\
293 .gate_shift = gs, \
[all...]
/drivers/lguest/x86/
H A Dswitcher_32.S114 pushl %gs
180 popl %gs
207 pushl %gs; \
257 popl %gs; \
/drivers/s390/scsi/
H A Dzfcp_fc.c177 void zfcp_fc_wka_ports_force_offline(struct zfcp_fc_wka_ports *gs) argument
179 if (!gs)
181 zfcp_fc_wka_port_force_offline(&gs->ms);
182 zfcp_fc_wka_port_force_offline(&gs->ts);
183 zfcp_fc_wka_port_force_offline(&gs->ds);
184 zfcp_fc_wka_port_force_offline(&gs->as);
337 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els,
364 ret = zfcp_fc_wka_port_get(&adapter->gs->ds);
370 zfcp_fc_wka_port_put(&adapter->gs->ds);
588 ret = zfcp_fsf_send_ct(&adapter->gs
[all...]
H A Dzfcp_def.h183 struct zfcp_fc_wka_ports *gs; /* generic services */ member in struct:zfcp_adapter
H A Dzfcp_aux.c428 zfcp_fc_wka_ports_force_offline(adapter->gs);
H A Dzfcp_erp.c763 zfcp_fc_wka_ports_force_offline(adapter->gs);
/drivers/usb/gadget/
H A Dconfigfs.c773 struct gadget_strings *gs = to_gadget_strings(item); local
775 kfree(gs->manufacturer);
776 kfree(gs->product);
777 kfree(gs->serialnumber);
779 list_del(&gs->list);
780 kfree(gs);
1385 struct gadget_strings *gs; local
1388 list_for_each_entry(gs, &gi->string_list, list) {
1390 gi->gstrings[i] = &gs->stringtab_dev;
1391 gs
[all...]
H A Dcomposite.c1110 struct usb_gadget_strings *gs; local
1131 gs = gs_array[n_gs];
1133 gs->language = sp[n_gs]->language;
1134 gs->strings = stash;
/drivers/pinctrl/
H A Dcore.c469 int gs; local
474 gs = pinctrl_get_group_selector(pctldev, pin_group);
475 if (gs < 0)
476 return gs;
478 return pctlops->get_group_pins(pctldev, gs, pins, num_pins);
/drivers/media/pci/saa7164/
H A Dsaa7164-api.c171 struct tmComResEncVideoGopStructure gs; local
176 gs.ucRefFrameDist = port->encoder_params.refdist;
177 gs.ucGOPSize = port->encoder_params.gop_size;
180 sizeof(gs), &gs);

Completed in 150 milliseconds