mirror of
https://github.com/torvalds/linux.git
synced 2026-07-20 12:39:33 +02:00
Convert code away from ->read_proc/->write_proc interfaces. Switch to
proc_create()/proc_create_data() which make addition of proc entries
reliable wrt NULL ->proc_fops, NULL ->data and so on.
Problem with ->read_proc et al is described here commit
|
||
|---|---|---|
| .. | ||
| adapter.h | ||
| capi20.h | ||
| capidtmf.c | ||
| capidtmf.h | ||
| capifunc.c | ||
| capifunc.h | ||
| capimain.c | ||
| cardtype.h | ||
| cp_vers.h | ||
| dadapter.c | ||
| dadapter.h | ||
| debug_if.h | ||
| debug.c | ||
| debuglib.c | ||
| debuglib.h | ||
| dfifo.h | ||
| di_dbg.h | ||
| di_defs.h | ||
| di.c | ||
| di.h | ||
| did_vers.h | ||
| diddfunc.c | ||
| diva_didd.c | ||
| diva_dma.c | ||
| diva_dma.h | ||
| diva_pci.h | ||
| diva.c | ||
| diva.h | ||
| divacapi.h | ||
| divamnt.c | ||
| divasfunc.c | ||
| divasi.c | ||
| divasmain.c | ||
| divasproc.c | ||
| divasync.h | ||
| dqueue.c | ||
| dqueue.h | ||
| dsp_defs.h | ||
| dsp_tst.h | ||
| dspdids.h | ||
| dsrv_bri.h | ||
| dsrv_pri.h | ||
| dsrv4bri.h | ||
| entity.h | ||
| helpers.h | ||
| idifunc.c | ||
| io.c | ||
| io.h | ||
| istream.c | ||
| Kconfig | ||
| kst_ifc.h | ||
| maintidi.c | ||
| maintidi.h | ||
| Makefile | ||
| man_defs.h | ||
| mdm_msg.h | ||
| message.c | ||
| mi_pc.h | ||
| mntfunc.c | ||
| os_4bri.c | ||
| os_4bri.h | ||
| os_bri.c | ||
| os_bri.h | ||
| os_capi.h | ||
| os_pri.c | ||
| os_pri.h | ||
| pc_init.h | ||
| pc_maint.h | ||
| pc.h | ||
| pkmaint.h | ||
| platform.h | ||
| pr_pc.h | ||
| s_4bri.c | ||
| s_bri.c | ||
| s_pri.c | ||
| sdp_hdr.h | ||
| um_idi.c | ||
| um_idi.h | ||
| um_xdi.h | ||
| xdi_adapter.h | ||
| xdi_msg.h | ||
| xdi_vers.h | ||