Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/drivers/media/spi/
Dgs1662.c50 struct gs { struct
249 static inline struct gs *to_gs(struct v4l2_subdev *sd) in to_gs()
251 return container_of(sd, struct gs, sd); in to_gs()
257 struct gs *gs = to_gs(sd); in gs_s_dv_timings() local
264 gs->current_timings = *timings; in gs_s_dv_timings()
271 struct gs *gs = to_gs(sd); in gs_g_dv_timings() local
273 *timings = gs->current_timings; in gs_g_dv_timings()
280 struct gs *gs = to_gs(sd); in gs_query_dv_timings() local
285 if (gs->enabled) in gs_query_dv_timings()
293 gs_read_register(gs->pdev, REG_LINES_PER_FRAME + i, &reg_value); in gs_query_dv_timings()
[all …]
/linux-4.19.296/lib/
Dtest_hexdump.c74 int gs = groupsize, rs = rowsize; in test_hexdump_prepare_test() local
84 if (!is_power_of_2(gs) || gs > 8 || (len % gs != 0)) in test_hexdump_prepare_test()
85 gs = 1; in test_hexdump_prepare_test()
87 if (gs == 8) in test_hexdump_prepare_test()
89 else if (gs == 4) in test_hexdump_prepare_test()
91 else if (gs == 2) in test_hexdump_prepare_test()
98 for (i = 0; i < l / gs; i++) { in test_hexdump_prepare_test()
114 } while (p < test + rs * 2 + rs / gs + 1); in test_hexdump_prepare_test()
166 int rs = rowsize, gs = groupsize; in test_hexdump_overflow() local
174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
[all …]
/linux-4.19.296/include/linux/usb/
Dgadget_configfs.h14 struct __struct *gs = to_##__struct(item); \
17 ret = usb_string_copy(page, &gs->__name); \
26 struct __struct *gs = to_##__struct(item); \
27 return sprintf(page, "%s\n", gs->__name ?: ""); \
52 struct struct_in *gs; \
69 list_for_each_entry(gs, &gi->string_list, list) { \
70 if (gs->stringtab_dev.language == new->stringtab_dev.language) \
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c232 void zfcp_fc_wka_ports_force_offline(struct zfcp_fc_wka_ports *gs) in zfcp_fc_wka_ports_force_offline() argument
234 if (!gs) in zfcp_fc_wka_ports_force_offline()
236 zfcp_fc_wka_port_force_offline(&gs->ms); in zfcp_fc_wka_ports_force_offline()
237 zfcp_fc_wka_port_force_offline(&gs->ts); in zfcp_fc_wka_ports_force_offline()
238 zfcp_fc_wka_port_force_offline(&gs->ds); in zfcp_fc_wka_ports_force_offline()
239 zfcp_fc_wka_port_force_offline(&gs->as); in zfcp_fc_wka_ports_force_offline()
406 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request()
433 ret = zfcp_fc_wka_port_get(&adapter->gs->ds); in zfcp_fc_ns_gid_pn()
439 zfcp_fc_wka_port_put(&adapter->gs->ds); in zfcp_fc_ns_gid_pn()
666 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft()
[all …]
Dzfcp_def.h184 struct zfcp_fc_wka_ports *gs; /* generic services */ member
Dzfcp_aux.c432 zfcp_fc_wka_ports_force_offline(adapter->gs); in zfcp_adapter_unregister()
Dzfcp_erp.c854 zfcp_fc_wka_ports_force_offline(adapter->gs); in zfcp_erp_adapter_strategy_close()
/linux-4.19.296/drivers/clk/rockchip/
Dclk.h421 df, go, gs, gf) \ argument
437 .gate_shift = gs, \
442 go, gs, gf) \ argument
455 .gate_shift = gs, \
460 df, dt, go, gs, gf) \ argument
474 .gate_shift = gs, \
479 go, gs, gf) \ argument
492 .gate_shift = gs, \
535 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument
548 .gate_shift = gs, \
[all …]
/linux-4.19.296/include/uapi/video/
Duvesafb.h23 __u16 gs; member